Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit adc0b19

Browse files
authored
fix: bump more deps (#437)
1 parent d6fe6da commit adc0b19

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@oclif/command": "^1.8.4",
1212
"@oclif/config": "^1.17.1",
1313
"@oclif/errors": "^1.3.5",
14-
"@oclif/plugin-help": "^3.2.6",
14+
"@oclif/plugin-help": "^3.2.7",
1515
"cli-ux": "^5.6.4",
1616
"debug": "^4.1.1",
1717
"find-yarn-workspace-root": "^2.0.0",

yarn.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,22 @@
251251
widest-line "^3.1.0"
252252
wrap-ansi "^4.0.0"
253253

254+
"@oclif/plugin-help@^3.2.7":
255+
version "3.2.7"
256+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.7.tgz#df78de78a84194d566d7725bdd58c468bf0c2273"
257+
integrity sha512-X6ErYHwsKGZTtfmY64nwx13lHrVHhJJMKhcvBv4KxO170yvu+vw38DirLVibJKrF70A42QjGd9vgiyFTpyeULQ==
258+
dependencies:
259+
"@oclif/command" "^1.8.4"
260+
"@oclif/config" "^1.17.1"
261+
"@oclif/errors" "^1.3.5"
262+
chalk "^4.1.2"
263+
indent-string "^4.0.0"
264+
lodash "^4.17.21"
265+
string-width "^4.2.0"
266+
strip-ansi "^6.0.0"
267+
widest-line "^3.1.0"
268+
wrap-ansi "^4.0.0"
269+
254270
"@oclif/plugin-legacy@^1.2.1":
255271
version "1.2.1"
256272
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.1.tgz#e3ddf970305c5667cec7f2df5dfec73dfd17c979"
@@ -759,6 +775,14 @@ chalk@^4.0.0, chalk@^4.1.0:
759775
ansi-styles "^4.1.0"
760776
supports-color "^7.1.0"
761777

778+
chalk@^4.1.2:
779+
version "4.1.2"
780+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
781+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
782+
dependencies:
783+
ansi-styles "^4.1.0"
784+
supports-color "^7.1.0"
785+
762786
check-error@^1.0.2:
763787
version "1.0.2"
764788
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"

0 commit comments

Comments
 (0)