Skip to content

Commit bed58ce

Browse files
chore(dev-deps): bump @oclif/core from 4.8.3 to 4.9.0
Bumps [@oclif/core](https://github.com/oclif/core) from 4.8.3 to 4.9.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.8.3...4.9.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3101e4b commit bed58ce

2 files changed

Lines changed: 27 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ansis": "^3.3.1"
1515
},
1616
"devDependencies": {
17-
"@oclif/core": "^4.8.0",
17+
"@oclif/core": "^4.9.0",
1818
"@oclif/plugin-command-snapshot": "^5.3.11",
1919
"@salesforce/cli-plugins-testkit": "^5.3.39",
2020
"@salesforce/dev-scripts": "^11.0.4",

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,18 +1267,6 @@
12671267
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.10.tgz#11ed564ec78432a200ea2601a212d24af8150d50"
12681268
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
12691269

1270-
"@isaacs/balanced-match@^4.0.1":
1271-
version "4.0.1"
1272-
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1273-
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1274-
1275-
"@isaacs/brace-expansion@^5.0.0":
1276-
version "5.0.0"
1277-
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1278-
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1279-
dependencies:
1280-
"@isaacs/balanced-match" "^4.0.1"
1281-
12821270
"@isaacs/cliui@^8.0.2":
12831271
version "8.0.2"
12841272
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -1430,7 +1418,7 @@
14301418
"@nodelib/fs.scandir" "2.1.5"
14311419
fastq "^1.6.0"
14321420

1433-
"@oclif/core@4.8.3", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1421+
"@oclif/core@4.8.3":
14341422
version "4.8.3"
14351423
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.3.tgz#c1f488841cd0929dbe101f1b86a213bf4349de2a"
14361424
integrity sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==
@@ -1454,6 +1442,30 @@
14541442
wordwrap "^1.0.0"
14551443
wrap-ansi "^7.0.0"
14561444

1445+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.9.0":
1446+
version "4.9.0"
1447+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c"
1448+
integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
1449+
dependencies:
1450+
ansi-escapes "^4.3.2"
1451+
ansis "^3.17.0"
1452+
clean-stack "^3.0.1"
1453+
cli-spinners "^2.9.2"
1454+
debug "^4.4.3"
1455+
ejs "^3.1.10"
1456+
get-package-type "^0.1.0"
1457+
indent-string "^4.0.0"
1458+
is-wsl "^2.2.0"
1459+
lilconfig "^3.1.3"
1460+
minimatch "^10.2.4"
1461+
semver "^7.7.3"
1462+
string-width "^4.2.3"
1463+
supports-color "^8"
1464+
tinyglobby "^0.2.14"
1465+
widest-line "^3.1.0"
1466+
wordwrap "^1.0.0"
1467+
wrap-ansi "^7.0.0"
1468+
14571469
"@oclif/plugin-command-snapshot@^5.3.11":
14581470
version "5.3.11"
14591471
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.11.tgz#d844efb206856cd7475b763e5c815301ced421a8"
@@ -6284,14 +6296,7 @@ minimatch@9.0.3:
62846296
dependencies:
62856297
brace-expansion "^2.0.1"
62866298

6287-
minimatch@^10.0.3:
6288-
version "10.0.3"
6289-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
6290-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
6291-
dependencies:
6292-
"@isaacs/brace-expansion" "^5.0.0"
6293-
6294-
minimatch@^10.2.4:
6299+
minimatch@^10.0.3, minimatch@^10.2.4:
62956300
version "10.2.4"
62966301
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
62976302
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==

0 commit comments

Comments
 (0)