Skip to content

Commit 7d74dbd

Browse files
fix(deps): bump @oclif/core from 1.23.1 to 1.24.0
Bumps [@oclif/core](https://github.com/oclif/core) from 1.23.1 to 1.24.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@1.23.1...1.24.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 86fb94d commit 7d74dbd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.3",
18-
"@oclif/core": "^1.23.1",
18+
"@oclif/core": "^1.24.0",
1919
"fast-levenshtein": "^3.0.0",
2020
"lodash": "^4.17.21"
2121
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -460,13 +460,13 @@
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.23.1", "@oclif/core@^1.6.4":
464-
version "1.23.1"
465-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a"
466-
integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==
463+
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.23.1", "@oclif/core@^1.24.0", "@oclif/core@^1.6.4":
464+
version "1.24.0"
465+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50"
466+
integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA==
467467
dependencies:
468468
"@oclif/linewrap" "^1.0.0"
469-
"@oclif/screen" "^3.0.3"
469+
"@oclif/screen" "^3.0.4"
470470
ansi-escapes "^4.3.2"
471471
ansi-styles "^4.3.0"
472472
cardinal "^2.1.1"
@@ -558,10 +558,10 @@
558558
lodash "^4.17.21"
559559
semver "^7.3.2"
560560

561-
"@oclif/screen@^3.0.3":
562-
version "3.0.3"
563-
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
564-
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==
561+
"@oclif/screen@^3.0.4":
562+
version "3.0.4"
563+
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.4.tgz#663db0ecaf23f3184e7f01886ed578060e4a7f1c"
564+
integrity sha512-IMsTN1dXEXaOSre27j/ywGbBjrzx0FNd1XmuhCWCB9NTPrhWI1Ifbz+YLSEcstfQfocYsrbrIessxXb2oon4lA==
565565

566566
"@oclif/test@^1.2.9":
567567
version "1.2.9"

0 commit comments

Comments
 (0)