Skip to content

Commit 8dc911f

Browse files
authored
Merge pull request #1387 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.8.2
chore(dev-deps): bump @oclif/core from 4.8.1 to 4.8.2
2 parents c346908 + 562505d commit 8dc911f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"zod": "^4.3.6"
139139
},
140140
"devDependencies": {
141-
"@oclif/core": "^4.8.0",
141+
"@oclif/core": "^4.8.2",
142142
"@oclif/plugin-command-snapshot": "^5.3.8",
143143
"@oclif/test": "^4.1.16",
144144
"@salesforce/cli-plugins-testkit": "^5.3.41",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,10 +1455,10 @@
14551455
"@nodelib/fs.scandir" "2.1.5"
14561456
fastq "^1.6.0"
14571457

1458-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1459-
version "4.8.1"
1460-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.1.tgz#84def567778d3271d5c84d9cd6fe0a582e56fded"
1461-
integrity sha512-07mq0vKCWNsB85ZHeBMlTAiO0KLFqHyAeRK3bD2K8CI1tX3tiwkWw1lZQZkiw8MUBrhxdROhMkYMY4Q0l7JHqA==
1458+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.2":
1459+
version "4.8.2"
1460+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.2.tgz#b4bb065b44da9eb2719086854b009a6747455d09"
1461+
integrity sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ==
14621462
dependencies:
14631463
ansi-escapes "^4.3.2"
14641464
ansis "^3.17.0"
@@ -1470,7 +1470,7 @@
14701470
indent-string "^4.0.0"
14711471
is-wsl "^2.2.0"
14721472
lilconfig "^3.1.3"
1473-
minimatch "^10.2.1"
1473+
minimatch "^10.2.4"
14741474
semver "^7.7.3"
14751475
string-width "^4.2.3"
14761476
supports-color "^8"
@@ -6114,10 +6114,10 @@ minimatch@9.0.3:
61146114
dependencies:
61156115
brace-expansion "^2.0.1"
61166116

6117-
minimatch@^10.1.1, minimatch@^10.2.1:
6118-
version "10.2.2"
6119-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
6120-
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
6117+
minimatch@^10.1.1, minimatch@^10.2.1, minimatch@^10.2.4:
6118+
version "10.2.4"
6119+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6120+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
61216121
dependencies:
61226122
brace-expansion "^5.0.2"
61236123

0 commit comments

Comments
 (0)