Skip to content

Commit ce969b2

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 d688d06 commit ce969b2

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@salesforce/ts-types": "^2.0.11"
1414
},
1515
"devDependencies": {
16-
"@oclif/core": "^4.8.3",
16+
"@oclif/core": "^4.9.0",
1717
"@oclif/plugin-command-snapshot": "^5.3.11",
1818
"@salesforce/cli-plugins-testkit": "^5.3.41",
1919
"@salesforce/dev-scripts": "^11.0.4",

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@
13711371
"@nodelib/fs.scandir" "2.1.5"
13721372
fastq "^1.6.0"
13731373

1374-
"@oclif/core@4.8.3", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.3":
1374+
"@oclif/core@4.8.3":
13751375
version "4.8.3"
13761376
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.3.tgz#c1f488841cd0929dbe101f1b86a213bf4349de2a"
13771377
integrity sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==
@@ -1395,6 +1395,30 @@
13951395
wordwrap "^1.0.0"
13961396
wrap-ansi "^7.0.0"
13971397

1398+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.9.0":
1399+
version "4.9.0"
1400+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c"
1401+
integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
1402+
dependencies:
1403+
ansi-escapes "^4.3.2"
1404+
ansis "^3.17.0"
1405+
clean-stack "^3.0.1"
1406+
cli-spinners "^2.9.2"
1407+
debug "^4.4.3"
1408+
ejs "^3.1.10"
1409+
get-package-type "^0.1.0"
1410+
indent-string "^4.0.0"
1411+
is-wsl "^2.2.0"
1412+
lilconfig "^3.1.3"
1413+
minimatch "^10.2.4"
1414+
semver "^7.7.3"
1415+
string-width "^4.2.3"
1416+
supports-color "^8"
1417+
tinyglobby "^0.2.14"
1418+
widest-line "^3.1.0"
1419+
wordwrap "^1.0.0"
1420+
wrap-ansi "^7.0.0"
1421+
13981422
"@oclif/plugin-command-snapshot@^5.3.11":
13991423
version "5.3.11"
14001424
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.11.tgz#d844efb206856cd7475b763e5c815301ced421a8"

0 commit comments

Comments
 (0)