Skip to content

Commit 3c4bc9b

Browse files
authored
Merge pull request #567 from forcedotcom/dependabot-npm_and_yarn-oclif-core-3.26.2
fix(deps): bump @oclif/core from 3.26.0 to 3.26.2
2 parents cc73a6c + 827a3f1 commit 3c4bc9b

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"node": ">=18.0.0"
4545
},
4646
"dependencies": {
47-
"@oclif/core": "^3.26.0",
47+
"@oclif/core": "^3.26.2",
4848
"@salesforce/core": "^7.2.0",
4949
"@salesforce/kit": "^3.1.0",
5050
"@salesforce/source-deploy-retrieve": "^11.0.0",

yarn.lock

+13-6
Original file line numberDiff line numberDiff line change
@@ -543,10 +543,10 @@
543543
"@nodelib/fs.scandir" "2.1.5"
544544
fastq "^1.6.0"
545545

546-
"@oclif/core@^3.26.0":
547-
version "3.26.0"
548-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
549-
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
546+
"@oclif/core@^3.26.2":
547+
version "3.26.2"
548+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
549+
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
550550
dependencies:
551551
"@types/cli-progress" "^3.11.5"
552552
ansi-escapes "^4.3.2"
@@ -564,7 +564,7 @@
564564
indent-string "^4.0.0"
565565
is-wsl "^2.2.0"
566566
js-yaml "^3.14.1"
567-
minimatch "^9.0.3"
567+
minimatch "^9.0.4"
568568
natural-orderby "^2.0.3"
569569
object-treeify "^1.1.33"
570570
password-prompt "^1.1.3"
@@ -3923,7 +3923,7 @@ minimatch@5.0.1:
39233923
dependencies:
39243924
brace-expansion "^2.0.1"
39253925

3926-
minimatch@9.0.3, minimatch@^9.0.1, minimatch@^9.0.3:
3926+
minimatch@9.0.3:
39273927
version "9.0.3"
39283928
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
39293929
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -3944,6 +3944,13 @@ minimatch@^5.0.1, minimatch@^5.1.6:
39443944
dependencies:
39453945
brace-expansion "^2.0.1"
39463946

3947+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
3948+
version "9.0.4"
3949+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3950+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3951+
dependencies:
3952+
brace-expansion "^2.0.1"
3953+
39473954
minimist-options@4.1.0:
39483955
version "4.1.0"
39493956
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)