Skip to content

Commit 92c336c

Browse files
authored
Merge pull request #413 from salesforcecli/dependabot-npm_and_yarn-oclif-core-2.9.4
fix(deps): bump @oclif/core from 2.9.3 to 2.9.4
2 parents f61ee9c + 016d0c7 commit 92c336c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {
8-
"@oclif/core": "^2.8.11",
8+
"@oclif/core": "^2.9.4",
99
"@salesforce/core": "^4.3.11",
1010
"@salesforce/kit": "^3.0.3",
1111
"@salesforce/sf-plugins-core": "^3.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,10 @@
714714
widest-line "^3.1.0"
715715
wrap-ansi "^7.0.0"
716716

717-
"@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3":
718-
version "2.9.3"
719-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.3.tgz#d20478d03b57713e5a6d9582027f97e83e8be496"
720-
integrity sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg==
717+
"@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
718+
version "2.9.4"
719+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.4.tgz#5b22415e238fc3e0db08b0350b85b417ead6e6ff"
720+
integrity sha512-eFRRpV+tJ6nMkhay2M9IppjSF3atRrgj6Qo83qUslaFSAW3NAl4mIhx1mKmTwQx5rgSrar03xICtSAWJ6gZtag==
721721
dependencies:
722722
"@types/cli-progress" "^3.11.0"
723723
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)