Skip to content

Commit 3b4a35d

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

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
@@ -10,7 +10,7 @@
1010
"@lwc/lwc-dev-server": "~11.5.0",
1111
"@lwc/sfdc-lwc-compiler": "~11.5.0",
1212
"@lwrjs/api": "0.18.1",
13-
"@oclif/core": "^4.1.0",
13+
"@oclif/core": "^4.3.0",
1414
"@salesforce/core": "^8.6.2",
1515
"@salesforce/kit": "^3.1.6",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.9",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,13 +2649,13 @@
26492649
"@nodelib/fs.scandir" "2.1.5"
26502650
fastq "^1.6.0"
26512651

2652-
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.1.0", "@oclif/core@^4.2.3":
2653-
version "4.2.6"
2654-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e"
2655-
integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww==
2652+
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.3.0":
2653+
version "4.3.0"
2654+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
2655+
integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
26562656
dependencies:
26572657
ansi-escapes "^4.3.2"
2658-
ansis "^3.10.0"
2658+
ansis "^3.17.0"
26592659
clean-stack "^3.0.1"
26602660
cli-spinners "^2.9.2"
26612661
debug "^4.4.0"
@@ -4641,10 +4641,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
46414641
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
46424642
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
46434643

4644-
ansis@^3.10.0, ansis@^3.14.0, ansis@^3.3.2:
4645-
version "3.16.0"
4646-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
4647-
integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
4644+
ansis@^3.10.0, ansis@^3.14.0, ansis@^3.17.0, ansis@^3.3.2:
4645+
version "3.17.0"
4646+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
4647+
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
46484648

46494649
anymatch@~3.1.2:
46504650
version "3.1.3"

0 commit comments

Comments
 (0)