Skip to content

Commit

Permalink
fix(deps): update dependency @oclif/plugin-help to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent bcaacd4 commit 04290f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@oclif/core": "3.13.1",
"@oclif/plugin-help": "5.2.20",
"@oclif/plugin-help": "6.0.7",
"@oclif/plugin-plugins": "3.9.4",
"@oclif/plugin-update": "3.2.4",
"degit": "2.8.4",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@
is-wsl "^2.1.1"
tslib "^2.6.1"

"@oclif/[email protected]":
"@oclif/[email protected]", "@oclif/core@^3.11.0":
version "3.13.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.13.1.tgz#dbd5e604ec78a716a33bfa6fec6c988a507b7f38"
integrity sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==
Expand Down Expand Up @@ -911,7 +911,14 @@
widest-line "^3.1.0"
wrap-ansi "^6.2.0"

"@oclif/[email protected]", "@oclif/plugin-help@^5.2.14":
"@oclif/[email protected]":
version "6.0.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.7.tgz#0bad86335dbf687d0ba03c98f5e541109f9ac371"
integrity sha512-+apYpLuNk6VGNuZZbFdwUlTcFb+FkQnySWR5S5pZYC+yHcT39zgOK06NAheHHhd5KSzroFwQu7RTdHnK6Tzakg==
dependencies:
"@oclif/core" "^3.11.0"

"@oclif/plugin-help@^5.2.14":
version "5.2.20"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"
integrity sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==
Expand Down

0 comments on commit 04290f4

Please sign in to comment.