Skip to content

Commit b238e45

Browse files
fix(deps): bump @oclif/core from 4.2.6 to 4.2.8
Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.6 to 4.2.8. - [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.2.8) --- 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 c3430d8 commit b238e45

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
@@ -10,7 +10,7 @@
1010
"@lwc/lwc-dev-server": "~11.5.0",
1111
"@lwc/sfdc-lwc-compiler": "~11.5.0",
1212
"@lwrjs/api": "0.16.10",
13-
"@oclif/core": "^4.1.0",
13+
"@oclif/core": "^4.2.8",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,13 +2628,13 @@
26282628
"@nodelib/fs.scandir" "2.1.5"
26292629
fastq "^1.6.0"
26302630

2631-
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.1.0", "@oclif/core@^4.2.3":
2632-
version "4.2.6"
2633-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e"
2634-
integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww==
2631+
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8":
2632+
version "4.2.8"
2633+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
2634+
integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
26352635
dependencies:
26362636
ansi-escapes "^4.3.2"
2637-
ansis "^3.10.0"
2637+
ansis "^3.16.0"
26382638
clean-stack "^3.0.1"
26392639
cli-spinners "^2.9.2"
26402640
debug "^4.4.0"
@@ -4491,7 +4491,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
44914491
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
44924492
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
44934493

4494-
ansis@^3.10.0, ansis@^3.14.0, ansis@^3.3.2:
4494+
ansis@^3.10.0, ansis@^3.14.0, ansis@^3.16.0, ansis@^3.3.2:
44954495
version "3.16.0"
44964496
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
44974497
integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==

0 commit comments

Comments
 (0)