Skip to content

Commit aea1dce

Browse files
chore(dev-deps): bump @oclif/plugin-help from 5.2.7 to 5.2.9
Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.7 to 5.2.9. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-help@5.2.7...5.2.9) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 802fee7 commit aea1dce

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@oclif/plugin-command-snapshot": "^3.3.8",
1717
"@oclif/plugin-commands": "^2.2.10",
18-
"@oclif/plugin-help": "^5.2.7",
18+
"@oclif/plugin-help": "^5.2.9",
1919
"@salesforce/cli-plugins-testkit": "^3.2.24",
2020
"@salesforce/dev-config": "^3.1.0",
2121
"@salesforce/dev-scripts": "^3.1.1",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,10 @@
790790
widest-line "^3.1.0"
791791
wrap-ansi "^7.0.0"
792792

793-
"@oclif/core@^2.1.2", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.5.1":
794-
version "2.5.1"
795-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.5.1.tgz#0a45b050426fd9b650b70ef53cfc46bb6f6b1a18"
796-
integrity sha512-5s+SbsffV3XQ5pgv7h8/iLF116TfCLwsu9+/rZXEWypgsfvR8Z6anzVpbpGJxIYWHl9XLrm/viCwZVp3WtbnlQ==
793+
"@oclif/core@^2.1.2", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.5.1", "@oclif/core@^2.8.0":
794+
version "2.8.0"
795+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307"
796+
integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg==
797797
dependencies:
798798
"@types/cli-progress" "^3.11.0"
799799
ansi-escapes "^4.3.2"
@@ -819,6 +819,7 @@
819819
strip-ansi "^6.0.1"
820820
supports-color "^8.1.1"
821821
supports-hyperlinks "^2.2.0"
822+
ts-node "^10.9.1"
822823
tslib "^2.5.0"
823824
widest-line "^3.1.0"
824825
wordwrap "^1.0.0"
@@ -933,12 +934,12 @@
933934
widest-line "^3.1.0"
934935
wrap-ansi "^6.2.0"
935936

936-
"@oclif/plugin-help@^5.1.19", "@oclif/plugin-help@^5.2.7":
937-
version "5.2.7"
938-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.7.tgz#3c7ed34186b52fd54b810ec120a5a0130c4abc87"
939-
integrity sha512-p6DJk0QMfzGvXGqrSZTQPitUGi68oGzr48tRKdrVxDDPMAELxHeXXFbkNRNdvjldPpTk44m0PbxV5tWhwurRwg==
937+
"@oclif/plugin-help@^5.1.19", "@oclif/plugin-help@^5.2.9":
938+
version "5.2.9"
939+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.9.tgz#badbafdfe3f98ac78a5a3b79582e081d4b64c4b7"
940+
integrity sha512-0J3oowPURZJ4Dn1p1WpQ46E4+CoV20KTn1cvsNiDl6Hmbw+qoljKQnArJJzNFeZQxWo4R7/S42PrzKJTVYh68Q==
940941
dependencies:
941-
"@oclif/core" "^2.4.0"
942+
"@oclif/core" "^2.8.0"
942943

943944
"@oclif/plugin-not-found@^2.3.7":
944945
version "2.3.20"

0 commit comments

Comments
 (0)