Skip to content

Commit 1bf74e6

Browse files
fix(deps): bump @oclif/plugin-help from 6.0.14 to 6.0.17 (#388)
Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.0.14 to 6.0.17. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-help@6.0.14...6.0.17) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4e865d commit 1bf74e6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
77
"dependencies": {
88
"@oclif/core": "^3.18.2",
9-
"@oclif/plugin-help": "^6.0.14",
9+
"@oclif/plugin-help": "^6.0.17",
1010
"@salesforce/core": "^6.4.6",
1111
"@salesforce/kit": "^3.0.15",
1212
"@salesforce/sf-plugins-core": "^7.1.14",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@
17951795
read-package-json-fast "^3.0.0"
17961796
which "^3.0.0"
17971797

1798-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0":
1798+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0":
17991799
version "3.23.0"
18001800
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
18011801
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
@@ -1844,12 +1844,12 @@
18441844
semver "^7.6.0"
18451845
ts-json-schema-generator "^1.5.0"
18461846

1847-
"@oclif/plugin-help@^6.0.12", "@oclif/plugin-help@^6.0.14":
1848-
version "6.0.14"
1849-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.14.tgz#9e572fb8394e9cbe2da3465c029eb9521f9c9198"
1850-
integrity sha512-orKUsV8hYtbnPf1W7y5wnnR2X6UFOl7hqTh/Uj4E+3ju/8TnvpavZXFA2UQecKWcfdbYjuTwxuZdeh8vBWFLIQ==
1847+
"@oclif/plugin-help@^6.0.12", "@oclif/plugin-help@^6.0.17":
1848+
version "6.0.17"
1849+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.17.tgz#88aa0ba02effa7bb33a7ebddfd3a2d5bfb2399f0"
1850+
integrity sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==
18511851
dependencies:
1852-
"@oclif/core" "^3.19.2"
1852+
"@oclif/core" "^3.21.0"
18531853

18541854
"@oclif/plugin-not-found@^3.0.10":
18551855
version "3.0.10"

0 commit comments

Comments
 (0)