Skip to content

Commit 6c21455

Browse files
authored
Merge pull request #361 from oclif/dependabot-npm_and_yarn-oclif-color-1.0.4
fix(deps): bump @oclif/color from 1.0.3 to 1.0.4
2 parents 0dff331 + 19293f9 commit 6c21455

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"bugs": "https://github.com/oclif/plugin-not-found/issues",
1616
"dependencies": {
17-
"@oclif/color": "^1.0.3",
17+
"@oclif/color": "^1.0.4",
1818
"@oclif/core": "^2.1.2",
1919
"fast-levenshtein": "^3.0.0",
2020
"lodash": "^4.17.21"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@
437437
node-gyp "^8.2.0"
438438
read-package-json-fast "^2.0.1"
439439

440-
"@oclif/color@^1.0.3":
441-
version "1.0.3"
442-
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.3.tgz#1a303b533a832a0af563006eb9a6883ebe3b77ed"
443-
integrity sha512-E+KKAE5CKhXRBZEoZLe5yNR0VHmba1m1fxz8HlpcWjHF5Pdhhf6W/0XMmed6vwQCmyzL/YLwdspCRfu0A1cgGA==
440+
"@oclif/color@^1.0.3", "@oclif/color@^1.0.4":
441+
version "1.0.4"
442+
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.4.tgz#07e54e3bd76a29e77d6ad71aef33222fe4f728e7"
443+
integrity sha512-HEcVnSzpQkjskqWJyVN3tGgR0H0F8GrBmDjgQ1N0ZwwktYa4y9kfV07P/5vt5BjPXNyslXHc4KAO8Bt7gmErCA==
444444
dependencies:
445445
ansi-styles "^4.2.1"
446446
chalk "^4.1.0"

0 commit comments

Comments
 (0)