Skip to content

Commit

Permalink
Merge pull request #627 from forcedotcom/dependabot-npm_and_yarn-ocli…
Browse files Browse the repository at this point in the history
…f-core-4.0.8

fix(deps): bump @oclif/core from 4.0.6 to 4.0.8
  • Loading branch information
svc-cli-bot committed Jul 3, 2024
2 parents 6115012 + e532792 commit b864052
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit b864052

Please sign in to comment.