Skip to content

Commit e44912e

Browse files
authored
Merge pull request #1614 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.9.0
fix(deps): bump @oclif/core from 4.8.3 to 4.9.0
2 parents ef0ce2d + 3fbe064 commit e44912e

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"enableO11y": true,
88
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
99
"dependencies": {
10-
"@oclif/core": "^4.8.2",
10+
"@oclif/core": "^4.9.0",
1111
"@oclif/multi-stage-output": "^0.8.30",
1212
"@salesforce/core": "^8.25.1",
1313
"@salesforce/kit": "^3.2.4",

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@
13441344
"@nodelib/fs.scandir" "2.1.5"
13451345
fastq "^1.6.0"
13461346

1347-
"@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":
1347+
"@oclif/core@4.8.3":
13481348
version "4.8.3"
13491349
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.3.tgz#c1f488841cd0929dbe101f1b86a213bf4349de2a"
13501350
integrity sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==
@@ -1368,6 +1368,30 @@
13681368
wordwrap "^1.0.0"
13691369
wrap-ansi "^7.0.0"
13701370

1371+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.9.0":
1372+
version "4.9.0"
1373+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c"
1374+
integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
1375+
dependencies:
1376+
ansi-escapes "^4.3.2"
1377+
ansis "^3.17.0"
1378+
clean-stack "^3.0.1"
1379+
cli-spinners "^2.9.2"
1380+
debug "^4.4.3"
1381+
ejs "^3.1.10"
1382+
get-package-type "^0.1.0"
1383+
indent-string "^4.0.0"
1384+
is-wsl "^2.2.0"
1385+
lilconfig "^3.1.3"
1386+
minimatch "^10.2.4"
1387+
semver "^7.7.3"
1388+
string-width "^4.2.3"
1389+
supports-color "^8"
1390+
tinyglobby "^0.2.14"
1391+
widest-line "^3.1.0"
1392+
wordwrap "^1.0.0"
1393+
wrap-ansi "^7.0.0"
1394+
13711395
"@oclif/multi-stage-output@^0.8.30":
13721396
version "0.8.30"
13731397
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.30.tgz#c95261d669bc466ce06701e26248f49282034a12"

0 commit comments

Comments
 (0)