Skip to content

Commit 102b3f9

Browse files
authoredJan 12, 2025··
fix(deps): bump @oclif/core from 4.2.0 to 4.2.2 (#1043)
Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.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.2.0...4.2.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e3c3cf commit 102b3f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.0.34",
8+
"@oclif/core": "^4.2.2",
99
"ansis": "^3.5.2",
1010
"debug": "^4.4.0",
1111
"npm": "^10.9.2",

‎yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1751,13 +1751,13 @@
17511751
proc-log "^5.0.0"
17521752
which "^5.0.0"
17531753

1754-
"@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0":
1755-
version "4.2.0"
1756-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.0.tgz#ab78b247dfd66322d9c9376ebaf3764e3c82fefe"
1757-
integrity sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==
1754+
"@oclif/core@^4", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2":
1755+
version "4.2.2"
1756+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.2.tgz#1f46f4a613f16dda636d27e0192d50f4b885e8d4"
1757+
integrity sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==
17581758
dependencies:
17591759
ansi-escapes "^4.3.2"
1760-
ansis "^3.3.2"
1760+
ansis "^3.6.0"
17611761
clean-stack "^3.0.1"
17621762
cli-spinners "^2.9.2"
17631763
debug "^4.4.0"
@@ -3219,10 +3219,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
32193219
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
32203220
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
32213221

3222-
ansis@^3.3.2, ansis@^3.5.2:
3223-
version "3.5.2"
3224-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.5.2.tgz#d7a1f95a23f6becc5ee16fab85cda41c898fad96"
3225-
integrity sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==
3222+
ansis@^3.5.2, ansis@^3.6.0:
3223+
version "3.8.1"
3224+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e"
3225+
integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==
32263226

32273227
anymatch@~3.1.2:
32283228
version "3.1.3"

0 commit comments

Comments
 (0)