Skip to content

Commit 44dbcbf

Browse files
authored
Merge pull request #1347 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.2.6
fix(deps): bump @oclif/core from 4.2.5 to 4.2.6
2 parents 0245491 + dcb9f57 commit 44dbcbf

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.5",
8+
"@oclif/core": "^4.2.6",
99
"@oclif/multi-stage-output": "^0.8.9",
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
@@ -1556,13 +1556,13 @@
15561556
"@nodelib/fs.scandir" "2.1.5"
15571557
fastq "^1.6.0"
15581558

1559-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.5":
1560-
version "4.2.5"
1561-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe"
1562-
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
1559+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.6":
1560+
version "4.2.6"
1561+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e"
1562+
integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww==
15631563
dependencies:
15641564
ansi-escapes "^4.3.2"
1565-
ansis "^3.9.0"
1565+
ansis "^3.10.0"
15661566
clean-stack "^3.0.1"
15671567
cli-spinners "^2.9.2"
15681568
debug "^4.4.0"
@@ -2997,7 +2997,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
29972997
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
29982998
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
29992999

3000-
ansis@^3.10.0, ansis@^3.3.2, ansis@^3.5.2, ansis@^3.9.0:
3000+
ansis@^3.10.0, ansis@^3.3.2, ansis@^3.5.2:
30013001
version "3.10.0"
30023002
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.10.0.tgz#6886afb0f729b1fa865df6b710b97a9915b7d0d4"
30033003
integrity sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==

0 commit comments

Comments
 (0)