Skip to content

Commit dcb9f57

Browse files
fix(deps): bump @oclif/core from 4.2.5 to 4.2.6
Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.5 to 4.2.6. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.2.5...4.2.6) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 465fe30 commit dcb9f57

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
@@ -1313,13 +1313,13 @@
13131313
"@nodelib/fs.scandir" "2.1.5"
13141314
fastq "^1.6.0"
13151315

1316-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.5":
1317-
version "4.2.5"
1318-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe"
1319-
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
1316+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.6":
1317+
version "4.2.6"
1318+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e"
1319+
integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww==
13201320
dependencies:
13211321
ansi-escapes "^4.3.2"
1322-
ansis "^3.9.0"
1322+
ansis "^3.10.0"
13231323
clean-stack "^3.0.1"
13241324
cli-spinners "^2.9.2"
13251325
debug "^4.4.0"
@@ -2660,7 +2660,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
26602660
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
26612661
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
26622662

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

0 commit comments

Comments
 (0)