Skip to content

Commit b65f929

Browse files
fix(deps): bump @oclif/core from 2.9.4 to 2.11.1
Bumps [@oclif/core](https://github.com/oclif/core) from 2.9.4 to 2.11.1. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.9.4...2.11.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9570b3e commit b65f929

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
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@oclif/core": "^2.8.5",
9+
"@oclif/core": "^2.11.1",
1010
"@salesforce/apex-node": "^1.6.2",
1111
"@salesforce/core": "^4.1.0",
1212
"@salesforce/sf-plugins-core": "^3.1.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,10 @@
690690
supports-color "^8.1.1"
691691
tslib "^2"
692692

693-
"@oclif/core@^2.8.11", "@oclif/core@^2.8.5", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
694-
version "2.9.4"
695-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.4.tgz#5b22415e238fc3e0db08b0350b85b417ead6e6ff"
696-
integrity sha512-eFRRpV+tJ6nMkhay2M9IppjSF3atRrgj6Qo83qUslaFSAW3NAl4mIhx1mKmTwQx5rgSrar03xICtSAWJ6gZtag==
693+
"@oclif/core@^2.11.1", "@oclif/core@^2.8.11", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
694+
version "2.11.1"
695+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.1.tgz#69c3cfd3d9b2df9fe94c6d16a3c5da59706f078a"
696+
integrity sha512-/DHDtm/PoSNvWdJtTv1GUYnrCrlTsEQd1CsXKNfMSylpkeOjbDIbt1w4NYZ50BfAWxpCunf7RmbwxFBpDa5lHQ==
697697
dependencies:
698698
"@types/cli-progress" "^3.11.0"
699699
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)