Skip to content

Commit 2db1f5c

Browse files
fix(deps): bump @oclif/core from 4.0.8 to 4.0.12
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.8 to 4.0.12. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.0.8...4.0.12) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a71f70 commit 2db1f5c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@inquirer/confirm": "^3.1.14",
4848
"@inquirer/password": "^2.1.14",
49-
"@oclif/core": "^4.0.8",
49+
"@oclif/core": "^4.0.12",
5050
"@salesforce/core": "^8.1.1",
5151
"@salesforce/kit": "^3.1.6",
5252
"@salesforce/ts-types": "^2.0.10",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -588,13 +588,13 @@
588588
"@nodelib/fs.scandir" "2.1.5"
589589
fastq "^1.6.0"
590590

591-
"@oclif/core@^4.0.8":
592-
version "4.0.8"
593-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
594-
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
591+
"@oclif/core@^4.0.12":
592+
version "4.0.12"
593+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce"
594+
integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
595595
dependencies:
596596
ansi-escapes "^4.3.2"
597-
ansis "^3.1.1"
597+
ansis "^3.2.1"
598598
clean-stack "^3.0.1"
599599
cli-spinners "^2.9.2"
600600
debug "^4.3.5"
@@ -1055,10 +1055,10 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1:
10551055
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
10561056
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
10571057

1058-
ansis@^3.1.1, ansis@^3.2.0:
1059-
version "3.2.0"
1060-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b"
1061-
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==
1058+
ansis@^3.2.0, ansis@^3.2.1:
1059+
version "3.2.1"
1060+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.1.tgz#abf2de690eb7a74fa4292edf82c7887bda5ee549"
1061+
integrity sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw==
10621062

10631063
anymatch@~3.1.2:
10641064
version "3.1.3"

0 commit comments

Comments
 (0)