Skip to content

Commit 3340a13

Browse files
authoredJan 28, 2023
fix(deps): bump @oclif/core from 2.0.3 to 2.0.7
Bumps [@oclif/core](https://github.com/oclif/core) from 2.0.3 to 2.0.7. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.0.3...2.0.7) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65a4266 commit 3340a13

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.0.3",
8+
"@oclif/core": "^2.0.7",
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
@@ -281,10 +281,10 @@
281281
widest-line "^3.1.0"
282282
wrap-ansi "^7.0.0"
283283

284-
"@oclif/core@^2.0.3":
285-
version "2.0.3"
286-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.3.tgz#ce71efbfc6e4c2655579ce81adce6471be2bc799"
287-
integrity sha512-Dr6tghg32KKEivcWYqrx9bgC8FDE4i47FLR1wjnLg3jNJWf+blTYorj6aHize2WF0wiwkvB28Cr5TUNBooB4AQ==
284+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7":
285+
version "2.0.7"
286+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.7.tgz#a17a85dfa105dda120fbc5647432010feaa97a9e"
287+
integrity sha512-pj7hIH8SBeH3qha47fmyqdaBdNVEqesRgnKFh8Ytdb4S41/4BYOiQuyQGuvnKgvicH6DMxp4FbM9EQEW46V9xw==
288288
dependencies:
289289
"@types/cli-progress" "^3.11.0"
290290
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)
Please sign in to comment.