Skip to content

Commit c793790

Browse files
authored
Merge pull request #1300 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.9.0
chore(dev-deps): bump @oclif/core from 4.8.3 to 4.9.0
2 parents ebc049e + 244177c commit c793790

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
@@ -11,7 +11,7 @@
1111
"@salesforce/sf-plugins-core": "^12.2.6"
1212
},
1313
"devDependencies": {
14-
"@oclif/core": "^4.8.2",
14+
"@oclif/core": "^4.9.0",
1515
"@oclif/plugin-command-snapshot": "^5.3.11",
1616
"@oclif/test": "^4",
1717
"@salesforce/cli-plugins-testkit": "^5.3.41",

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@
15141514
"@nodelib/fs.scandir" "2.1.5"
15151515
fastq "^1.6.0"
15161516

1517-
"@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.2":
1517+
"@oclif/core@4.8.3":
15181518
version "4.8.3"
15191519
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.3.tgz#c1f488841cd0929dbe101f1b86a213bf4349de2a"
15201520
integrity sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==
@@ -1538,6 +1538,30 @@
15381538
wordwrap "^1.0.0"
15391539
wrap-ansi "^7.0.0"
15401540

1541+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.9.0":
1542+
version "4.9.0"
1543+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c"
1544+
integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
1545+
dependencies:
1546+
ansi-escapes "^4.3.2"
1547+
ansis "^3.17.0"
1548+
clean-stack "^3.0.1"
1549+
cli-spinners "^2.9.2"
1550+
debug "^4.4.3"
1551+
ejs "^3.1.10"
1552+
get-package-type "^0.1.0"
1553+
indent-string "^4.0.0"
1554+
is-wsl "^2.2.0"
1555+
lilconfig "^3.1.3"
1556+
minimatch "^10.2.4"
1557+
semver "^7.7.3"
1558+
string-width "^4.2.3"
1559+
supports-color "^8"
1560+
tinyglobby "^0.2.14"
1561+
widest-line "^3.1.0"
1562+
wordwrap "^1.0.0"
1563+
wrap-ansi "^7.0.0"
1564+
15411565
"@oclif/plugin-command-snapshot@^5.3.11":
15421566
version "5.3.11"
15431567
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.11.tgz#d844efb206856cd7475b763e5c815301ced421a8"

0 commit comments

Comments
 (0)