Skip to content

Commit d680594

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,9 +1659,9 @@
16591659
wrap-ansi "^7.0.0"
16601660

16611661
"@oclif/core@^4", "@oclif/core@^4.0.3":
1662-
version "4.0.6"
1663-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
1664-
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
1662+
version "4.0.8"
1663+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
1664+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
16651665
dependencies:
16661666
ansi-escapes "^4.3.2"
16671667
ansis "^3.1.1"
@@ -1674,7 +1674,7 @@
16741674
indent-string "^4.0.0"
16751675
is-wsl "^2.2.0"
16761676
lilconfig "^3.1.2"
1677-
minimatch "^9.0.4"
1677+
minimatch "^9.0.5"
16781678
string-width "^4.2.3"
16791679
supports-color "^8"
16801680
widest-line "^3.1.0"
@@ -5998,10 +5998,10 @@ minimatch@^5.0.1:
59985998
dependencies:
59995999
brace-expansion "^2.0.1"
60006000

6001-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
6002-
version "9.0.4"
6003-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6004-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6001+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
6002+
version "9.0.5"
6003+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6004+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
60056005
dependencies:
60066006
brace-expansion "^2.0.1"
60076007

0 commit comments

Comments
 (0)