Skip to content

Commit 33ae2a5

Browse files
authored
Merge pull request #1324 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.2.6
fix(deps): bump @oclif/core from 4.2.5 to 4.2.6
2 parents 86edcdd + fb4a1e3 commit 33ae2a5

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.2.5",
12+
"@oclif/core": "^4.2.6",
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
@@ -1605,13 +1605,13 @@
16051605
proc-log "^5.0.0"
16061606
which "^5.0.0"
16071607

1608-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.5":
1609-
version "4.2.5"
1610-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe"
1611-
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
1608+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.6":
1609+
version "4.2.6"
1610+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e"
1611+
integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww==
16121612
dependencies:
16131613
ansi-escapes "^4.3.2"
1614-
ansis "^3.9.0"
1614+
ansis "^3.10.0"
16151615
clean-stack "^3.0.1"
16161616
cli-spinners "^2.9.2"
16171617
debug "^4.4.0"
@@ -3118,10 +3118,10 @@ ansicolors@~0.3.2:
31183118
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
31193119
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
31203120

3121-
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.9.0:
3122-
version "3.9.0"
3123-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
3124-
integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
3121+
ansis@^3.10.0, ansis@^3.3.2, ansis@^3.5.2, ansis@^3.9.0:
3122+
version "3.10.0"
3123+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.10.0.tgz#6886afb0f729b1fa865df6b710b97a9915b7d0d4"
3124+
integrity sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==
31253125

31263126
anymatch@~3.1.2:
31273127
version "3.1.3"

0 commit comments

Comments
 (0)