Skip to content

Commit a59b7e4

Browse files
fix(deps): bump @oclif/core from 1.22.0 to 1.23.0
Bumps [@oclif/core](https://github.com/oclif/core) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@1.22.0...1.23.0) --- 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 7013228 commit a59b7e4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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/oclif/plugin-plugins/issues",
77
"dependencies": {
88
"@oclif/color": "^1.0.1",
9-
"@oclif/core": "^1.22.0",
9+
"@oclif/core": "^1.23.0",
1010
"chalk": "^4.1.2",
1111
"debug": "^4.3.4",
1212
"fs-extra": "^9.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,10 @@
613613
supports-color "^8.1.1"
614614
tslib "^2"
615615

616-
"@oclif/core@^1.0.8", "@oclif/core@^1.2.1", "@oclif/core@^1.21.0", "@oclif/core@^1.22.0", "@oclif/core@^1.6.4":
617-
version "1.22.0"
618-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.22.0.tgz#dfdd76db6435cc1be2de7bbe25c23302332b9297"
619-
integrity sha512-Bvyi6uFbmpkFl9XUATsGMlqEDGfqMKWL0Mu5VQTuPg7/NIyfygYkaburn11uGkOp0a8yG6fPpyVBfGmztjNPGA==
616+
"@oclif/core@^1.0.8", "@oclif/core@^1.2.1", "@oclif/core@^1.21.0", "@oclif/core@^1.22.0", "@oclif/core@^1.23.0", "@oclif/core@^1.6.4":
617+
version "1.23.0"
618+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.0.tgz#4bad6f950dd9431f90f481c7253b67857540def4"
619+
integrity sha512-LnQoRtyQLQCsEHQsY7Ju0Z+g84XIVTxtVWr9hq81Juzj0o2f4zaFZ3f39VfnXvxI4m+QmROaoUJvr417eSEuhg==
620620
dependencies:
621621
"@oclif/linewrap" "^1.0.0"
622622
"@oclif/screen" "^3.0.3"

0 commit comments

Comments
 (0)