Skip to content

Commit defa00d

Browse files
fix(deps): bump @oclif/core from 4.0.6 to 4.0.8
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.6 to 4.0.8. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.0.6...4.0.8) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef88f94 commit defa00d

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
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@inquirer/confirm": "^3.1.9",
4848
"@inquirer/password": "^2.1.9",
49-
"@oclif/core": "^4.0.6",
49+
"@oclif/core": "^4.0.8",
5050
"@salesforce/core": "^8.0.1",
5151
"@salesforce/kit": "^3.1.6",
5252
"@salesforce/ts-types": "^2.0.10",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,10 @@
586586
"@nodelib/fs.scandir" "2.1.5"
587587
fastq "^1.6.0"
588588

589-
"@oclif/core@^4.0.6":
590-
version "4.0.6"
591-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
592-
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
589+
"@oclif/core@^4.0.8":
590+
version "4.0.8"
591+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
592+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
593593
dependencies:
594594
ansi-escapes "^4.3.2"
595595
ansis "^3.1.1"
@@ -602,7 +602,7 @@
602602
indent-string "^4.0.0"
603603
is-wsl "^2.2.0"
604604
lilconfig "^3.1.2"
605-
minimatch "^9.0.4"
605+
minimatch "^9.0.5"
606606
string-width "^4.2.3"
607607
supports-color "^8"
608608
widest-line "^3.1.0"
@@ -3642,10 +3642,10 @@ minimatch@^5.0.1:
36423642
dependencies:
36433643
brace-expansion "^2.0.1"
36443644

3645-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
3646-
version "9.0.4"
3647-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3648-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3645+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.5:
3646+
version "9.0.5"
3647+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3648+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
36493649
dependencies:
36503650
brace-expansion "^2.0.1"
36513651

0 commit comments

Comments
 (0)