Skip to content

Commit 6350029

Browse files
fix(deps): bump @oclif/core from 2.9.3 to 2.11.1
Bumps [@oclif/core](https://github.com/oclif/core) from 2.9.3 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.3...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 0826e0a commit 6350029

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
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
88
"dependencies": {
9-
"@oclif/core": "^2.8.11",
9+
"@oclif/core": "^2.11.1",
1010
"@salesforce/core": "^4.3.7",
1111
"@salesforce/kit": "^3.0.6",
1212
"@salesforce/sf-plugins-core": "^3.1.7",

yarn.lock

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

694-
"@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.8.10", "@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5", "@oclif/core@^2.9.3":
695-
version "2.9.3"
696-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.3.tgz#d20478d03b57713e5a6d9582027f97e83e8be496"
697-
integrity sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg==
694+
"@oclif/core@^2.11.1", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.8.10", "@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5", "@oclif/core@^2.9.3":
695+
version "2.11.1"
696+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.1.tgz#69c3cfd3d9b2df9fe94c6d16a3c5da59706f078a"
697+
integrity sha512-/DHDtm/PoSNvWdJtTv1GUYnrCrlTsEQd1CsXKNfMSylpkeOjbDIbt1w4NYZ50BfAWxpCunf7RmbwxFBpDa5lHQ==
698698
dependencies:
699699
"@types/cli-progress" "^3.11.0"
700700
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)