Skip to content

Commit bdf1960

Browse files
authored
Merge pull request #1337 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.2.5
fix(deps): bump @oclif/core from 4.2.3 to 4.2.5
2 parents 392b254 + 9c5b6a2 commit bdf1960

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.2.3",
8+
"@oclif/core": "^4.2.5",
99
"@oclif/multi-stage-output": "^0.8.5",
1010
"@salesforce/core": "^8.8.2",
1111
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,13 +1663,13 @@
16631663
"@nodelib/fs.scandir" "2.1.5"
16641664
fastq "^1.6.0"
16651665

1666-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.3":
1667-
version "4.2.3"
1668-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
1669-
integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
1666+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.3", "@oclif/core@^4.2.5":
1667+
version "4.2.5"
1668+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe"
1669+
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
16701670
dependencies:
16711671
ansi-escapes "^4.3.2"
1672-
ansis "^3.8.1"
1672+
ansis "^3.9.0"
16731673
clean-stack "^3.0.1"
16741674
cli-spinners "^2.9.2"
16751675
debug "^4.4.0"
@@ -3011,7 +3011,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
30113011
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
30123012
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
30133013

3014-
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1, ansis@^3.9.0:
3014+
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.9.0:
30153015
version "3.9.0"
30163016
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
30173017
integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==

0 commit comments

Comments
 (0)