Skip to content

Commit 496f68f

Browse files
authored
Merge pull request #1081 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.0.8
fix(deps): bump @oclif/core from 4.0.6 to 4.0.8
2 parents bc434ce + 1b03a1f commit 496f68f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1668,9 +1668,9 @@
16681668
wrap-ansi "^7.0.0"
16691669

16701670
"@oclif/core@^4", "@oclif/core@^4.0.6":
1671-
version "4.0.6"
1672-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
1673-
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
1671+
version "4.0.8"
1672+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
1673+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
16741674
dependencies:
16751675
ansi-escapes "^4.3.2"
16761676
ansis "^3.1.1"
@@ -1683,7 +1683,7 @@
16831683
indent-string "^4.0.0"
16841684
is-wsl "^2.2.0"
16851685
lilconfig "^3.1.2"
1686-
minimatch "^9.0.4"
1686+
minimatch "^9.0.5"
16871687
string-width "^4.2.3"
16881688
supports-color "^8"
16891689
widest-line "^3.1.0"
@@ -6257,10 +6257,10 @@ minimatch@^5.0.1:
62576257
dependencies:
62586258
brace-expansion "^2.0.1"
62596259

6260-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
6261-
version "9.0.4"
6262-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6263-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6260+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
6261+
version "9.0.5"
6262+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6263+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
62646264
dependencies:
62656265
brace-expansion "^2.0.1"
62666266

0 commit comments

Comments
 (0)