Skip to content

Commit c6a2aef

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

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
@@ -15,7 +15,7 @@
1515
"bugs": "https://github.com/oclif/plugin-not-found/issues",
1616
"dependencies": {
1717
"@oclif/color": "^1.0.2",
18-
"@oclif/core": "^1.21.0",
18+
"@oclif/core": "^1.22.0",
1919
"fast-levenshtein": "^3.0.0",
2020
"lodash": "^4.17.21"
2121
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@
460460
is-wsl "^2.1.1"
461461
tslib "^2.3.1"
462462

463-
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.21.0", "@oclif/core@^1.6.4":
464-
version "1.21.0"
465-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.21.0.tgz#d91b2f40a4f446279ab6335c619fc1716fc23ab6"
466-
integrity sha512-B/AKYfHcNRAbb6Xz2kj0FlH9gWEi8aFS4iEr7EzguP3E2DpDk4wcf7eOMOfJYEmhuVd9sOpVWSnI2yP+FL/3Sg==
463+
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.21.0", "@oclif/core@^1.22.0", "@oclif/core@^1.6.4":
464+
version "1.22.0"
465+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.22.0.tgz#dfdd76db6435cc1be2de7bbe25c23302332b9297"
466+
integrity sha512-Bvyi6uFbmpkFl9XUATsGMlqEDGfqMKWL0Mu5VQTuPg7/NIyfygYkaburn11uGkOp0a8yG6fPpyVBfGmztjNPGA==
467467
dependencies:
468468
"@oclif/linewrap" "^1.0.0"
469469
"@oclif/screen" "^3.0.3"

0 commit comments

Comments
 (0)