Skip to content

Commit 8d74004

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 11893f5 commit 8d74004

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
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/oclif/plugin-help/issues",
77
"dependencies": {
8-
"@oclif/core": "^2.0.3"
8+
"@oclif/core": "^2.0.7"
99
},
1010
"devDependencies": {
1111
"@oclif/plugin-plugins": "^2.2.2",

‎yarn.lock

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -473,44 +473,10 @@
473473
widest-line "^3.1.0"
474474
wrap-ansi "^7.0.0"
475475

476-
"@oclif/core@^2.0.2-beta.6":
477-
version "2.0.2-beta.10"
478-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.10.tgz#5b459a91d653b8d5aa234e4324a4cc483747abd2"
479-
integrity sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw==
480-
dependencies:
481-
"@types/cli-progress" "^3.11.0"
482-
ansi-escapes "^4.3.2"
483-
ansi-styles "^4.3.0"
484-
cardinal "^2.1.1"
485-
chalk "^4.1.2"
486-
clean-stack "^3.0.1"
487-
cli-progress "^3.10.0"
488-
debug "^4.3.4"
489-
ejs "^3.1.6"
490-
fs-extra "^9.1.0"
491-
get-package-type "^0.1.0"
492-
globby "^11.1.0"
493-
hyperlinker "^1.0.0"
494-
indent-string "^4.0.0"
495-
is-wsl "^2.2.0"
496-
js-yaml "^3.14.1"
497-
natural-orderby "^2.0.3"
498-
object-treeify "^1.1.33"
499-
password-prompt "^1.1.2"
500-
semver "^7.3.7"
501-
string-width "^4.2.3"
502-
strip-ansi "^6.0.1"
503-
supports-color "^8.1.1"
504-
supports-hyperlinks "^2.2.0"
505-
tslib "^2.4.1"
506-
widest-line "^3.1.0"
507-
wordwrap "^1.0.0"
508-
wrap-ansi "^7.0.0"
509-
510-
"@oclif/core@^2.0.3":
511-
version "2.0.3"
512-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.3.tgz#ce71efbfc6e4c2655579ce81adce6471be2bc799"
513-
integrity sha512-Dr6tghg32KKEivcWYqrx9bgC8FDE4i47FLR1wjnLg3jNJWf+blTYorj6aHize2WF0wiwkvB28Cr5TUNBooB4AQ==
476+
"@oclif/core@^2.0.2-beta.6", "@oclif/core@^2.0.3", "@oclif/core@^2.0.7":
477+
version "2.0.7"
478+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.7.tgz#a17a85dfa105dda120fbc5647432010feaa97a9e"
479+
integrity sha512-pj7hIH8SBeH3qha47fmyqdaBdNVEqesRgnKFh8Ytdb4S41/4BYOiQuyQGuvnKgvicH6DMxp4FbM9EQEW46V9xw==
514480
dependencies:
515481
"@types/cli-progress" "^3.11.0"
516482
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)
Please sign in to comment.