Skip to content

Commit 82a4aba

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 a21d40e commit 82a4aba

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
@@ -1680,9 +1680,9 @@
16801680
wrap-ansi "^7.0.0"
16811681

16821682
"@oclif/core@^4", "@oclif/core@^4.0.3":
1683-
version "4.0.6"
1684-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
1685-
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
1683+
version "4.0.8"
1684+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
1685+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
16861686
dependencies:
16871687
ansi-escapes "^4.3.2"
16881688
ansis "^3.1.1"
@@ -1695,7 +1695,7 @@
16951695
indent-string "^4.0.0"
16961696
is-wsl "^2.2.0"
16971697
lilconfig "^3.1.2"
1698-
minimatch "^9.0.4"
1698+
minimatch "^9.0.5"
16991699
string-width "^4.2.3"
17001700
supports-color "^8"
17011701
widest-line "^3.1.0"
@@ -6005,10 +6005,10 @@ minimatch@^5.0.1:
60056005
dependencies:
60066006
brace-expansion "^2.0.1"
60076007

6008-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
6009-
version "9.0.4"
6010-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6011-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6008+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
6009+
version "9.0.5"
6010+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6011+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
60126012
dependencies:
60136013
brace-expansion "^2.0.1"
60146014

0 commit comments

Comments
 (0)