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

Commit

Permalink
fix: bump more deps (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Nov 24, 2021
1 parent d6fe6da commit adc0b19
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"@oclif/command": "^1.8.4",
"@oclif/config": "^1.17.1",
"@oclif/errors": "^1.3.5",
"@oclif/plugin-help": "^3.2.6",
"@oclif/plugin-help": "^3.2.7",
"cli-ux": "^5.6.4",
"debug": "^4.1.1",
"find-yarn-workspace-root": "^2.0.0",
Expand Down
24 changes: 24 additions & 0 deletions yarn.lock
Expand Up @@ -251,6 +251,22 @@
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/plugin-help@^3.2.7":
version "3.2.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.7.tgz#df78de78a84194d566d7725bdd58c468bf0c2273"
integrity sha512-X6ErYHwsKGZTtfmY64nwx13lHrVHhJJMKhcvBv4KxO170yvu+vw38DirLVibJKrF70A42QjGd9vgiyFTpyeULQ==
dependencies:
"@oclif/command" "^1.8.4"
"@oclif/config" "^1.17.1"
"@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 "^4.0.0"

"@oclif/plugin-legacy@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.1.tgz#e3ddf970305c5667cec7f2df5dfec73dfd17c979"
Expand Down Expand Up @@ -759,6 +775,14 @@ chalk@^4.0.0, chalk@^4.1.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

check-error@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
Expand Down

0 comments on commit adc0b19

Please sign in to comment.