Skip to content

Commit d522372

Browse files
authoredJul 30, 2023
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] <support@github.com>
1 parent f461a13 commit d522372

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
77
"dependencies": {
8-
"@oclif/core": "^2.9.4",
8+
"@oclif/core": "^2.11.1",
99
"chalk": "^4.1.0",
1010
"debug": "^4.1.0",
1111
"fs-extra": "^9.0.1",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@
272272
supports-color "^8.1.1"
273273
tslib "^2"
274274

275-
"@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
276-
version "2.9.4"
277-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.4.tgz#5b22415e238fc3e0db08b0350b85b417ead6e6ff"
278-
integrity sha512-eFRRpV+tJ6nMkhay2M9IppjSF3atRrgj6Qo83qUslaFSAW3NAl4mIhx1mKmTwQx5rgSrar03xICtSAWJ6gZtag==
275+
"@oclif/core@^2.11.1", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
276+
version "2.11.1"
277+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.1.tgz#69c3cfd3d9b2df9fe94c6d16a3c5da59706f078a"
278+
integrity sha512-/DHDtm/PoSNvWdJtTv1GUYnrCrlTsEQd1CsXKNfMSylpkeOjbDIbt1w4NYZ50BfAWxpCunf7RmbwxFBpDa5lHQ==
279279
dependencies:
280280
"@types/cli-progress" "^3.11.0"
281281
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)
Please sign in to comment.