diff --git a/package.json b/package.json index c486ed7e..6b03db03 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "node": ">=18.0.0" }, "dependencies": { - "@oclif/core": "^4.0.6", + "@oclif/core": "^4.0.8", "@salesforce/core": "^8.1.0", "@salesforce/kit": "^3.1.6", "@salesforce/source-deploy-retrieve": "^12.1.4", diff --git a/yarn.lock b/yarn.lock index 64f8fc65..944844c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -543,10 +543,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4.0.6": - version "4.0.6" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff" - integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA== +"@oclif/core@^4.0.8": + version "4.0.8" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8" + integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w== dependencies: ansi-escapes "^4.3.2" ansis "^3.1.1" @@ -559,7 +559,7 @@ indent-string "^4.0.0" is-wsl "^2.2.0" lilconfig "^3.1.2" - minimatch "^9.0.4" + minimatch "^9.0.5" string-width "^4.2.3" supports-color "^8" widest-line "^3.1.0" @@ -3894,7 +3894,7 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5: +minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.5: version "9.0.5" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==