Skip to content

Commit 69748b3

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

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.1.0",
1111
"@lwc/sfdc-lwc-compiler": "^11.1.0",
1212
"@lwrjs/api": "0.15.6",
13-
"@oclif/core": "^4.1.0",
13+
"@oclif/core": "^4.2.2",
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
@@ -2602,13 +2602,13 @@
26022602
"@nodelib/fs.scandir" "2.1.5"
26032603
fastq "^1.6.0"
26042604

2605-
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.1.0":
2606-
version "4.1.0"
2607-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.1.0.tgz#8c2b6baca894411710f8eea88aa742b4bfdbfdfc"
2608-
integrity sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ==
2605+
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.2.2":
2606+
version "4.2.2"
2607+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.2.tgz#1f46f4a613f16dda636d27e0192d50f4b885e8d4"
2608+
integrity sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==
26092609
dependencies:
26102610
ansi-escapes "^4.3.2"
2611-
ansis "^3.3.2"
2611+
ansis "^3.6.0"
26122612
clean-stack "^3.0.1"
26132613
cli-spinners "^2.9.2"
26142614
debug "^4.4.0"
@@ -4427,10 +4427,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
44274427
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
44284428
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
44294429

4430-
ansis@^3.3.1, ansis@^3.3.2:
4431-
version "3.3.2"
4432-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
4433-
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
4430+
ansis@^3.3.1, ansis@^3.3.2, ansis@^3.6.0:
4431+
version "3.8.1"
4432+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e"
4433+
integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==
44344434

44354435
anymatch@~3.1.2:
44364436
version "3.1.3"

0 commit comments

Comments
 (0)