Skip to content

Commit 233e7f1

Browse files
authored
Merge pull request #1141 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.0.8
fix(deps): bump @oclif/core from 4.0.6 to 4.0.8
2 parents f18f24f + a499fcc commit 233e7f1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sf-release": "bin/run.js"
1010
},
1111
"dependencies": {
12-
"@oclif/core": "^4.0.6",
12+
"@oclif/core": "^4.0.8",
1313
"@octokit/core": "^4.2.4",
1414
"@octokit/plugin-paginate-rest": "^6.1.2",
1515
"@octokit/plugin-throttling": "^5.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,10 +1581,10 @@
15811581
wordwrap "^1.0.0"
15821582
wrap-ansi "^7.0.0"
15831583

1584-
"@oclif/core@^4", "@oclif/core@^4.0.6":
1585-
version "4.0.6"
1586-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
1587-
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
1584+
"@oclif/core@^4", "@oclif/core@^4.0.6", "@oclif/core@^4.0.8":
1585+
version "4.0.8"
1586+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
1587+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
15881588
dependencies:
15891589
ansi-escapes "^4.3.2"
15901590
ansis "^3.1.1"
@@ -1597,7 +1597,7 @@
15971597
indent-string "^4.0.0"
15981598
is-wsl "^2.2.0"
15991599
lilconfig "^3.1.2"
1600-
minimatch "^9.0.4"
1600+
minimatch "^9.0.5"
16011601
string-width "^4.2.3"
16021602
supports-color "^8"
16031603
widest-line "^3.1.0"
@@ -6633,10 +6633,10 @@ minimatch@^5.0.1:
66336633
dependencies:
66346634
brace-expansion "^2.0.1"
66356635

6636-
minimatch@^9.0.0, minimatch@^9.0.3, minimatch@^9.0.4:
6637-
version "9.0.4"
6638-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6639-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6636+
minimatch@^9.0.0, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
6637+
version "9.0.5"
6638+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6639+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
66406640
dependencies:
66416641
brace-expansion "^2.0.1"
66426642

0 commit comments

Comments
 (0)