Skip to content

Commit abc8465

Browse files
authored
Merge pull request #1620 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.10.2
fix(deps): bump @oclif/core from 4.9.0 to 4.10.2
2 parents 4e8d6cd + d56367d commit abc8465

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
@@ -7,7 +7,7 @@
77
"enableO11y": true,
88
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
99
"dependencies": {
10-
"@oclif/core": "^4.9.0",
10+
"@oclif/core": "^4.10.2",
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
@@ -1488,7 +1488,7 @@
14881488
"@nodelib/fs.scandir" "2.1.5"
14891489
fastq "^1.6.0"
14901490

1491-
"@oclif/core@4.9.0", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.9.0":
1491+
"@oclif/core@4.9.0":
14921492
version "4.9.0"
14931493
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c"
14941494
integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
@@ -1512,6 +1512,30 @@
15121512
wordwrap "^1.0.0"
15131513
wrap-ansi "^7.0.0"
15141514

1515+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1516+
version "4.10.2"
1517+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
1518+
integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
1519+
dependencies:
1520+
ansi-escapes "^4.3.2"
1521+
ansis "^3.17.0"
1522+
clean-stack "^3.0.1"
1523+
cli-spinners "^2.9.2"
1524+
debug "^4.4.3"
1525+
ejs "^3.1.10"
1526+
get-package-type "^0.1.0"
1527+
indent-string "^4.0.0"
1528+
is-wsl "^2.2.0"
1529+
lilconfig "^3.1.3"
1530+
minimatch "^10.2.4"
1531+
semver "^7.7.3"
1532+
string-width "^4.2.3"
1533+
supports-color "^8"
1534+
tinyglobby "^0.2.14"
1535+
widest-line "^3.1.0"
1536+
wordwrap "^1.0.0"
1537+
wrap-ansi "^7.0.0"
1538+
15151539
"@oclif/multi-stage-output@^0.8.30":
15161540
version "0.8.30"
15171541
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.30.tgz#c95261d669bc466ce06701e26248f49282034a12"

0 commit comments

Comments
 (0)