Skip to content

Commit 558e23c

Browse files
authored
fix: dep bumps (#378)
* fix: deps * chore: bump plugin help
1 parent 505718d commit 558e23c

File tree

2 files changed

+96
-51
lines changed

2 files changed

+96
-51
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {
88
"@oclif/color": "^0.1.2",
9-
"@oclif/command": "^1.8.7",
9+
"@oclif/command": "^1.8.8",
1010
"@oclif/errors": "^1.3.5",
11-
"chalk": "^4.1.0",
11+
"chalk": "^4.1.2",
1212
"cli-ux": "^5.6.5",
13-
"debug": "^4.1.0",
13+
"debug": "^4.3.3",
1414
"fs-extra": "^9.0",
15-
"http-call": "^5.2.2",
16-
"load-json-file": "^5.2.0",
15+
"http-call": "^5.3.0",
16+
"load-json-file": "^5.3.0",
1717
"npm-run-path": "^4.0.1",
1818
"semver": "^7.3.2",
1919
"tslib": "^2.0.0",
@@ -22,8 +22,8 @@
2222
"devDependencies": {
2323
"@commitlint/config-conventional": "^12.1.4",
2424
"@oclif/config": "^1.18.2",
25-
"@oclif/dev-cli": "^1.26.6",
26-
"@oclif/plugin-help": "^3.2.10",
25+
"@oclif/dev-cli": "^1.26.7",
26+
"@oclif/plugin-help": "^3.2.13",
2727
"@oclif/test": "^1.2.8",
2828
"@types/chai": "^4.1.7",
2929
"@types/fs-extra": "^9.0",

yarn.lock

Lines changed: 89 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
supports-color "^5.4.0"
242242
tslib "^1"
243243

244-
"@oclif/command@^1.8.4", "@oclif/command@^1.8.5", "@oclif/command@^1.8.6":
244+
"@oclif/command@^1.8.5", "@oclif/command@^1.8.6":
245245
version "1.8.6"
246246
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.6.tgz#7b42060e30bf0beae2be2e6d9b887b0ccb4b140b"
247247
integrity sha512-tIcGPpf7ndGe0Sp22RbPhZbwKjfrebHzCfe1SHRlqlJNy2xS3FT50i9p+dZmF+7Zpn4CEcBHag1TCdfFCTc1vQ==
@@ -265,6 +265,18 @@
265265
debug "^4.1.1"
266266
semver "^7.3.2"
267267

268+
"@oclif/command@^1.8.8":
269+
version "1.8.8"
270+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.8.tgz#ce330e37694a3f5246a21b205527a679c09f9baa"
271+
integrity sha512-Gr7gnybrDfEu/50U/xxBtx9DLMi6hAgIeN/0gR4N1rTYYXMXmvt6GuQVsYHeTBcWlSWxwnS4nZa7ObzZObmW8A==
272+
dependencies:
273+
"@oclif/config" "^1.18.2"
274+
"@oclif/errors" "^1.3.5"
275+
"@oclif/parser" "^3.8.6"
276+
"@oclif/plugin-help" "^3.2.12"
277+
debug "^4.1.1"
278+
semver "^7.3.2"
279+
268280
"@oclif/config@^1.17.1":
269281
version "1.17.1"
270282
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.1.tgz#383515f6715b91d8df5db8108214e93bb46e86ca"
@@ -301,16 +313,16 @@
301313
is-wsl "^2.1.1"
302314
tslib "^2.0.0"
303315

304-
"@oclif/dev-cli@^1.26.6":
305-
version "1.26.6"
306-
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.6.tgz#a18a6eef7753c9cba02421e3c770c872edfb0b8a"
307-
integrity sha512-C+bRSmhPXVZj/NpJgtRORm85TapAgMdpWpNtOE62Gwio1ci77h8iMgbwtAQyK/pv6gcbv8JXihEd7/KllLy/tQ==
316+
"@oclif/dev-cli@^1.26.7":
317+
version "1.26.7"
318+
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.7.tgz#90647b94df3da3a3f8b971ed17a622985ed060a2"
319+
integrity sha512-4J0v7aSQG4gqMMcgEf/9IqKOqmCKAkzrDgAbJPB65kDtmYGbE+msmTzVVsJOnEGR4TFJ19q8unTjU/SKmWAeVQ==
308320
dependencies:
309-
"@oclif/command" "^1.8.6"
310-
"@oclif/config" "^1.18.1"
321+
"@oclif/command" "^1.8.7"
322+
"@oclif/config" "^1.18.2"
311323
"@oclif/errors" "^1.3.5"
312-
"@oclif/plugin-help" "^3.2.10"
313-
cli-ux "^5.6.4"
324+
"@oclif/plugin-help" "^3.2.11"
325+
cli-ux "^5.6.5"
314326
debug "^4.1.1"
315327
find-yarn-workspace-root "^2.0.0"
316328
fs-extra "^8.1"
@@ -383,6 +395,38 @@
383395
widest-line "^3.1.0"
384396
wrap-ansi "^6.2.0"
385397

398+
"@oclif/plugin-help@^3.2.11", "@oclif/plugin-help@^3.2.12":
399+
version "3.2.12"
400+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.12.tgz#cd38236e0169c3aad514366407155c856eac837f"
401+
integrity sha512-Rw//rW6ld2T7S8TB82h1crA9HkWUynxtzBb3aplgmC2Jr0DO2AIUiLVo/bQSmt33vairPsDJgRIc2OMTannrhA==
402+
dependencies:
403+
"@oclif/command" "^1.8.7"
404+
"@oclif/config" "^1.18.2"
405+
"@oclif/errors" "^1.3.5"
406+
chalk "^4.1.2"
407+
indent-string "^4.0.0"
408+
lodash "^4.17.21"
409+
string-width "^4.2.0"
410+
strip-ansi "^6.0.0"
411+
widest-line "^3.1.0"
412+
wrap-ansi "^6.2.0"
413+
414+
"@oclif/plugin-help@^3.2.13":
415+
version "3.2.13"
416+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.13.tgz#d38b7bca5cadabf9ecf85972974e801ca7ef2156"
417+
integrity sha512-Y7QwbjneA7VfB+rR82XeJKu3a4KQvA8EWzSYOsRf+4ERMntBnpLDqjik337nwJuJgb9O+Qf/vGgcWYvUvHAHXw==
418+
dependencies:
419+
"@oclif/command" "^1.8.8"
420+
"@oclif/config" "^1.18.2"
421+
"@oclif/errors" "^1.3.5"
422+
chalk "^4.1.2"
423+
indent-string "^4.0.0"
424+
lodash "^4.17.21"
425+
string-width "^4.2.0"
426+
strip-ansi "^6.0.0"
427+
widest-line "^3.1.0"
428+
wrap-ansi "^6.2.0"
429+
386430
"@oclif/plugin-help@^3.2.8":
387431
version "3.2.9"
388432
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.9.tgz#4e1095e6c4cf9cc423294983348bc1c2debba8a5"
@@ -399,7 +443,7 @@
399443
widest-line "^3.1.0"
400444
wrap-ansi "^4.0.0"
401445

402-
"@oclif/screen@^1.0.3", "@oclif/screen@^1.0.4":
446+
"@oclif/screen@^1.0.4":
403447
version "1.0.4"
404448
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
405449
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
@@ -966,38 +1010,6 @@ cli-progress@^3.4.0:
9661010
colors "^1.1.2"
9671011
string-width "^4.2.0"
9681012

969-
cli-ux@^5.6.4:
970-
version "5.6.4"
971-
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.4.tgz#fd930fd175111aab2aa11b21c9da58b305a8d7cc"
972-
integrity sha512-jW2oROKZdb3NlIHCMjjtaanuElHB/IhYPE5kgsbhmNtiBcUg/4L5QYyDbJ0n/wF+LAb/tl+Bh30lAHq5bmsbMA==
973-
dependencies:
974-
"@oclif/command" "^1.8.4"
975-
"@oclif/errors" "^1.3.5"
976-
"@oclif/linewrap" "^1.0.0"
977-
"@oclif/screen" "^1.0.3"
978-
ansi-escapes "^4.3.0"
979-
ansi-styles "^4.2.0"
980-
cardinal "^2.1.1"
981-
chalk "^4.1.0"
982-
clean-stack "^3.0.0"
983-
cli-progress "^3.4.0"
984-
extract-stack "^2.0.0"
985-
fs-extra "^8.1"
986-
hyperlinker "^1.0.0"
987-
indent-string "^4.0.0"
988-
is-wsl "^2.2.0"
989-
js-yaml "^3.13.1"
990-
lodash "^4.17.11"
991-
natural-orderby "^2.0.1"
992-
object-treeify "^1.1.4"
993-
password-prompt "^1.1.2"
994-
semver "^7.3.2"
995-
string-width "^4.2.0"
996-
strip-ansi "^6.0.0"
997-
supports-color "^8.1.0"
998-
supports-hyperlinks "^2.1.0"
999-
tslib "^2.0.0"
1000-
10011013
cli-ux@^5.6.5:
10021014
version "5.6.5"
10031015
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.5.tgz#d2a73070fb73d77d6adf6cb51592b6f04b31deb9"
@@ -1209,6 +1221,13 @@ debug@^3.1.0:
12091221
dependencies:
12101222
ms "^2.1.1"
12111223

1224+
debug@^4.3.3:
1225+
version "4.3.3"
1226+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
1227+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
1228+
dependencies:
1229+
ms "2.1.2"
1230+
12121231
decamelize-keys@^1.1.0:
12131232
version "1.1.0"
12141233
resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -1952,6 +1971,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
19521971
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
19531972
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
19541973

1974+
graceful-fs@^4.1.15:
1975+
version "4.2.8"
1976+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
1977+
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
1978+
19551979
growl@1.10.5:
19561980
version "1.10.5"
19571981
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
@@ -2027,7 +2051,7 @@ hosted-git-info@^3.0.6:
20272051
dependencies:
20282052
lru-cache "^6.0.0"
20292053

2030-
http-call@^5.1.2, http-call@^5.2.2:
2054+
http-call@^5.1.2, http-call@^5.3.0:
20312055
version "5.3.0"
20322056
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.3.0.tgz#4ded815b13f423de176eb0942d69c43b25b148db"
20332057
integrity sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==
@@ -2436,7 +2460,7 @@ lines-and-columns@^1.1.6:
24362460
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
24372461
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
24382462

2439-
load-json-file@^5.0.0, load-json-file@^5.2.0:
2463+
load-json-file@^5.0.0:
24402464
version "5.2.0"
24412465
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.2.0.tgz#1553627a18bf7b08cd7ec232d63981239085a578"
24422466
integrity sha512-HvjIlM2Y/RDHk1X6i4sGgaMTrAsnNrgQCJtuf5PEhbOV6MCJuMVZLMdlJRE0JGLMkF7b6O5zs9LcDxKIUt9CbQ==
@@ -2446,6 +2470,17 @@ load-json-file@^5.0.0, load-json-file@^5.2.0:
24462470
pify "^3.0.0"
24472471
strip-bom "^3.0.0"
24482472

2473+
load-json-file@^5.3.0:
2474+
version "5.3.0"
2475+
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.3.0.tgz#4d3c1e01fa1c03ea78a60ac7af932c9ce53403f3"
2476+
integrity sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==
2477+
dependencies:
2478+
graceful-fs "^4.1.15"
2479+
parse-json "^4.0.0"
2480+
pify "^4.0.1"
2481+
strip-bom "^3.0.0"
2482+
type-fest "^0.3.0"
2483+
24492484
locate-path@^2.0.0:
24502485
version "2.0.0"
24512486
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
@@ -3012,6 +3047,11 @@ pify@^3.0.0:
30123047
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
30133048
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
30143049

3050+
pify@^4.0.1:
3051+
version "4.0.1"
3052+
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
3053+
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
3054+
30153055
pkg-dir@^2.0.0:
30163056
version "2.0.0"
30173057
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -3791,6 +3831,11 @@ type-fest@^0.20.2:
37913831
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
37923832
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
37933833

3834+
type-fest@^0.3.0:
3835+
version "0.3.1"
3836+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
3837+
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==
3838+
37943839
type-fest@^0.6.0:
37953840
version "0.6.0"
37963841
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)