Skip to content

Commit b864052

Browse files
authored
Merge pull request #627 from forcedotcom/dependabot-npm_and_yarn-oclif-core-4.0.8
fix(deps): bump @oclif/core from 4.0.6 to 4.0.8
2 parents 6115012 + e532792 commit b864052

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"node": ">=18.0.0"
5050
},
5151
"dependencies": {
52-
"@oclif/core": "^4.0.6",
52+
"@oclif/core": "^4.0.8",
5353
"@salesforce/core": "^8.1.0",
5454
"@salesforce/kit": "^3.1.6",
5555
"@salesforce/source-deploy-retrieve": "^12.1.4",

yarn.lock

+6-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@^4.0.6":
547-
version "4.0.6"
548-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
549-
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
546+
"@oclif/core@^4.0.8":
547+
version "4.0.8"
548+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
549+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
550550
dependencies:
551551
ansi-escapes "^4.3.2"
552552
ansis "^3.1.1"
@@ -559,7 +559,7 @@
559559
indent-string "^4.0.0"
560560
is-wsl "^2.2.0"
561561
lilconfig "^3.1.2"
562-
minimatch "^9.0.4"
562+
minimatch "^9.0.5"
563563
string-width "^4.2.3"
564564
supports-color "^8"
565565
widest-line "^3.1.0"
@@ -3894,7 +3894,7 @@ minimatch@^5.0.1:
38943894
dependencies:
38953895
brace-expansion "^2.0.1"
38963896

3897-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
3897+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.5:
38983898
version "9.0.5"
38993899
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
39003900
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==

0 commit comments

Comments
 (0)