Skip to content

Commit d92dd01

Browse files
authored
Merge pull request #1303 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.2.2
fix(deps): bump @oclif/core from 4.2.0 to 4.2.2
2 parents 6b8a187 + 5f55921 commit d92dd01

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
@@ -9,7 +9,7 @@
99
"sf-release": "bin/run.js"
1010
},
1111
"dependencies": {
12-
"@oclif/core": "^4.0.37",
12+
"@oclif/core": "^4.2.2",
1313
"@octokit/core": "^4.2.4",
1414
"@octokit/plugin-paginate-rest": "^6.1.2",
1515
"@octokit/plugin-throttling": "^5.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,13 +1669,13 @@
16691669
proc-log "^5.0.0"
16701670
which "^5.0.0"
16711671

1672-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@^4.2.0":
1673-
version "4.2.0"
1674-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.0.tgz#ab78b247dfd66322d9c9376ebaf3764e3c82fefe"
1675-
integrity sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==
1672+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2":
1673+
version "4.2.2"
1674+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.2.tgz#1f46f4a613f16dda636d27e0192d50f4b885e8d4"
1675+
integrity sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==
16761676
dependencies:
16771677
ansi-escapes "^4.3.2"
1678-
ansis "^3.3.2"
1678+
ansis "^3.6.0"
16791679
clean-stack "^3.0.1"
16801680
cli-spinners "^2.9.2"
16811681
debug "^4.4.0"
@@ -3183,10 +3183,10 @@ ansicolors@~0.3.2:
31833183
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
31843184
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
31853185

3186-
ansis@^3.3.2, ansis@^3.4.0, ansis@^3.5.2:
3187-
version "3.5.2"
3188-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.5.2.tgz#d7a1f95a23f6becc5ee16fab85cda41c898fad96"
3189-
integrity sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==
3186+
ansis@^3.3.2, ansis@^3.4.0, ansis@^3.5.2, ansis@^3.6.0:
3187+
version "3.8.1"
3188+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e"
3189+
integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==
31903190

31913191
anymatch@~3.1.2:
31923192
version "3.1.3"

0 commit comments

Comments
 (0)