Skip to content

Commit 46045c5

Browse files
authored
Merge pull request #1305 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.2.3
fix(deps): bump @oclif/core from 4.2.2 to 4.2.3
2 parents 730fdd0 + 61f4b00 commit 46045c5

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
@@ -9,7 +9,7 @@
99
"sf-release": "bin/run.js"
1010
},
1111
"dependencies": {
12-
"@oclif/core": "^4.2.2",
12+
"@oclif/core": "^4.2.3",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,13 +1963,13 @@
19631963
proc-log "^5.0.0"
19641964
which "^5.0.0"
19651965

1966-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2":
1967-
version "4.2.2"
1968-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.2.tgz#1f46f4a613f16dda636d27e0192d50f4b885e8d4"
1969-
integrity sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==
1966+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3":
1967+
version "4.2.3"
1968+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
1969+
integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
19701970
dependencies:
19711971
ansi-escapes "^4.3.2"
1972-
ansis "^3.6.0"
1972+
ansis "^3.8.1"
19731973
clean-stack "^3.0.1"
19741974
cli-spinners "^2.9.2"
19751975
debug "^4.4.0"
@@ -3477,7 +3477,7 @@ ansicolors@~0.3.2:
34773477
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
34783478
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
34793479

3480-
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.6.0, ansis@^3.8.1:
3480+
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1:
34813481
version "3.9.0"
34823482
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
34833483
integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==

0 commit comments

Comments
 (0)