Skip to content

Commit 631fb65

Browse files
authored
Merge pull request #739 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.0.12
fix(deps): bump @oclif/core from 4.0.7 to 4.0.12
2 parents d836e21 + c280d63 commit 631fb65

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,12 +1311,12 @@
13111311
wrap-ansi "^7.0.0"
13121312

13131313
"@oclif/core@^4", "@oclif/core@^4.0.6":
1314-
version "4.0.7"
1315-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.7.tgz#e624fa6e91ddcd84ebd0aa9e6efbe17b94f2dd1f"
1316-
integrity sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==
1314+
version "4.0.12"
1315+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce"
1316+
integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
13171317
dependencies:
13181318
ansi-escapes "^4.3.2"
1319-
ansis "^3.1.1"
1319+
ansis "^3.2.1"
13201320
clean-stack "^3.0.1"
13211321
cli-spinners "^2.9.2"
13221322
debug "^4.3.5"
@@ -1326,7 +1326,7 @@
13261326
indent-string "^4.0.0"
13271327
is-wsl "^2.2.0"
13281328
lilconfig "^3.1.2"
1329-
minimatch "^9.0.4"
1329+
minimatch "^9.0.5"
13301330
string-width "^4.2.3"
13311331
supports-color "^8"
13321332
widest-line "^3.1.0"
@@ -2440,10 +2440,10 @@ ansicolors@~0.3.2:
24402440
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
24412441
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
24422442

2443-
ansis@^3.1.1, ansis@^3.2.0:
2444-
version "3.2.0"
2445-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b"
2446-
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==
2443+
ansis@^3.2.0, ansis@^3.2.1:
2444+
version "3.2.1"
2445+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.1.tgz#abf2de690eb7a74fa4292edf82c7887bda5ee549"
2446+
integrity sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw==
24472447

24482448
anymatch@~3.1.2:
24492449
version "3.1.2"
@@ -5308,10 +5308,10 @@ minimatch@^5.0.1:
53085308
dependencies:
53095309
brace-expansion "^2.0.1"
53105310

5311-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
5312-
version "9.0.4"
5313-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
5314-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
5311+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
5312+
version "9.0.5"
5313+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
5314+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
53155315
dependencies:
53165316
brace-expansion "^2.0.1"
53175317

0 commit comments

Comments
 (0)