Skip to content

Commit 7db436f

Browse files
fix(deps): bump @oclif/core from 2.8.5 to 2.8.7
Bumps [@oclif/core](https://github.com/oclif/core) from 2.8.5 to 2.8.7. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.8.5...2.8.7) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3901f3 commit 7db436f

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.6",
18-
"@oclif/core": "^2.8.0",
18+
"@oclif/core": "^2.8.7",
1919
"fast-levenshtein": "^3.0.0"
2020
},
2121
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@
519519
widest-line "^3.1.0"
520520
wrap-ansi "^7.0.0"
521521

522-
"@oclif/core@^2.8.0", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5":
523-
version "2.8.5"
524-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.5.tgz#7964057bbee5e91dae8b35e030e767f38e50a19e"
525-
integrity sha512-316DLfrHQDYmWDriI4Woxk9y1wVUrPN1sZdbQLHdOdlTA9v/twe7TdHpWOriEypfl6C85NWEJKc1870yuLtjrQ==
522+
"@oclif/core@^2.8.0", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5", "@oclif/core@^2.8.7":
523+
version "2.8.7"
524+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.7.tgz#e3fb73477cfb9e72c89bc68701d04953c084c0e8"
525+
integrity sha512-WTZUFgANYGyHQOmGc2YsczEdqdlG2/ZEfqksHnuYbz3egozpka/R9LrFwNfWPZETi9ydzcjDWwJKUGQmJG3ixA==
526526
dependencies:
527527
"@types/cli-progress" "^3.11.0"
528528
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)