Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: more dep bumps (#289)
Browse files Browse the repository at this point in the history
* fix: final dep bumps

* fix:one more set of deps for command
  • Loading branch information
peternhale authored Dec 6, 2021
1 parent cf0f2b3 commit 468abae
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 25 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"@oclif/parser": "^3.8.6",
"@oclif/plugin-help": "^3.2.12",
"@oclif/plugin-help": "^3.2.13",
"debug": "^4.1.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@oclif/plugin-plugins": "^1.10.7",
"@oclif/plugin-plugins": "^1.10.8",
"@types/chai": "^4.1.7",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.14",
"@types/semver": "^7.3.1",
"chai": "^4.2.0",
"cli-ux": "^5.6.5",
"conventional-changelog-cli": "^2.0.12",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
Expand Down
80 changes: 58 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/command@^1.8.8":
version "1.8.8"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.8.tgz#ce330e37694a3f5246a21b205527a679c09f9baa"
integrity sha512-Gr7gnybrDfEu/50U/xxBtx9DLMi6hAgIeN/0gR4N1rTYYXMXmvt6GuQVsYHeTBcWlSWxwnS4nZa7ObzZObmW8A==
dependencies:
"@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.6"
"@oclif/plugin-help" "^3.2.12"
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@^1.15.1":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
Expand Down Expand Up @@ -257,6 +269,22 @@
widest-line "^3.1.0"
wrap-ansi "^6.2.0"

"@oclif/plugin-help@^3.2.13":
version "3.2.13"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.13.tgz#d38b7bca5cadabf9ecf85972974e801ca7ef2156"
integrity sha512-Y7QwbjneA7VfB+rR82XeJKu3a4KQvA8EWzSYOsRf+4ERMntBnpLDqjik337nwJuJgb9O+Qf/vGgcWYvUvHAHXw==
dependencies:
"@oclif/command" "^1.8.8"
"@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
chalk "^4.1.2"
indent-string "^4.0.0"
lodash "^4.17.21"
string-width "^4.2.0"
strip-ansi "^6.0.0"
widest-line "^3.1.0"
wrap-ansi "^6.2.0"

"@oclif/plugin-help@^3.2.4":
version "3.2.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.5.tgz#dab0f5e655971b2c49dd80ee472f97b6e69a1297"
Expand Down Expand Up @@ -321,20 +349,20 @@
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/plugin-plugins@^1.10.7":
version "1.10.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.7.tgz#1b3052ede8961f2e74bc3137131e0ca2d0ee3cd9"
integrity sha512-4pVQmG/g/1g23zU0nNn68rFPX88+DBxQX8VKRiY/w6x4LxvmhW063vT+cRLyPpC0Vch5jnrGoYA8NhhlTjH+8g==
"@oclif/plugin-plugins@^1.10.8":
version "1.10.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.8.tgz#365f8850cd0bd7114ee41a13b6ca1d81f42d2b7f"
integrity sha512-ssL8+crcCXFVZDoM+yVx9CZiJbjw47AxsPShlpTeamkK8mfHG/yOM72QU8ungr2xfgnc2s7EU+JFXoM06NC1EQ==
dependencies:
"@oclif/color" "^0.1.2"
"@oclif/command" "^1.8.7"
"@oclif/command" "^1.8.8"
"@oclif/errors" "^1.3.5"
chalk "^4.1.0"
chalk "^4.1.2"
cli-ux "^5.6.5"
debug "^4.1.0"
debug "^4.3.3"
fs-extra "^9.0"
http-call "^5.2.2"
load-json-file "^5.2.0"
http-call "^5.3.0"
load-json-file "^5.3.0"
npm-run-path "^4.0.1"
semver "^7.3.2"
tslib "^2.0.0"
Expand Down Expand Up @@ -926,7 +954,7 @@ conventional-changelog-atom@^2.0.8:
dependencies:
q "^1.5.1"

conventional-changelog-cli@^2.0.12:
conventional-changelog-cli@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-2.1.1.tgz#7a11980bc399938e0509d2adf8e7a0e213eb994e"
integrity sha512-xMGQdKJ+4XFDDgfX5aK7UNFduvJMbvF5BB+g0OdVhA3rYdYyhctrIE2Al+WYdZeKTdg9YzMWF2iFPT8MupIwng==
Expand Down Expand Up @@ -1118,7 +1146,7 @@ dateformat@^3.0.0:
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==

[email protected], debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
[email protected], debug@^4.0.1, debug@^4.1.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
Expand All @@ -1132,6 +1160,13 @@ debug@^3.1.0:
dependencies:
ms "^2.1.1"

debug@^4.3.3:
version "4.3.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
dependencies:
ms "2.1.2"

decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
Expand Down Expand Up @@ -1762,15 +1797,16 @@ hosted-git-info@^3.0.6:
dependencies:
lru-cache "^6.0.0"

http-call@^5.2.2:
version "5.2.3"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.2.3.tgz#4b59df8c313c92056e2004e666330b46f7d0532b"
integrity sha512-IkwGruHVHATmnonLKMGX5tkpM0KSn/C240o8/OfBsESRaJacykSia+akhD0d3fljQ5rQPXtBvSrVShAsj+EOUQ==
http-call@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.3.0.tgz#4ded815b13f423de176eb0942d69c43b25b148db"
integrity sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==
dependencies:
content-type "^1.0.4"
debug "^3.1.0"
debug "^4.1.1"
is-retry-allowed "^1.1.0"
is-stream "^1.1.0"
is-stream "^2.0.0"
parse-json "^4.0.0"
tunnel-agent "^0.6.0"

hyperlinker@^1.0.0:
Expand Down Expand Up @@ -1929,10 +1965,10 @@ is-retry-allowed@^1.1.0:
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
integrity sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=

is-stream@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
is-stream@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==

is-text-path@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -2078,7 +2114,7 @@ load-json-file@^4.0.0:
pify "^3.0.0"
strip-bom "^3.0.0"

load-json-file@^5.2.0:
load-json-file@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.3.0.tgz#4d3c1e01fa1c03ea78a60ac7af932c9ce53403f3"
integrity sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==
Expand Down

0 comments on commit 468abae

Please sign in to comment.