Skip to content

Commit

Permalink
fix(deps): bump @oclif/color from 1.0.8 to 1.0.9
Browse files Browse the repository at this point in the history
Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/oclif/color/releases)
- [Changelog](https://github.com/oclif/color/blob/main/CHANGELOG.md)
- [Commits](oclif/color@1.0.8...1.0.9)

---
updated-dependencies:
- dependency-name: "@oclif/color"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 22, 2023
1 parent 22321af commit 59d84e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
},
"bugs": "https://github.com/oclif/plugin-not-found/issues",
"dependencies": {
"@oclif/color": "^1.0.8",
"@oclif/color": "^1.0.9",
"@oclif/core": "^2.9.4",
"fast-levenshtein": "^3.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -462,10 +462,10 @@
node-gyp "^8.2.0"
read-package-json-fast "^2.0.1"

"@oclif/color@^1.0.3", "@oclif/color@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.8.tgz#cbecbbc6f4e2461e49a0948701013f5d9dd86dd2"
integrity sha512-XD1MLzkVsPzlkTN6OV0DeN/5iK/bv/MpGRnAZ+lCc20LO0Tyjyph6DUdoRNTJ4iMqliJt32uE3FrFK+Qms2Kjg==
"@oclif/color@^1.0.3", "@oclif/color@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.9.tgz#9707f0cd39b3c2eae0eb0c76a90838a594306327"
integrity sha512-ntc/fZwuf4NRfYbXVoUNFyMB9IxVx/ls/WbSLKbkD9UpsmwY1I3J4DJKKRFRpenmTuxGQW8Lyzm7X3vhzHpDQA==
dependencies:
ansi-styles "^4.2.1"
chalk "^4.1.0"
Expand Down

0 comments on commit 59d84e4

Please sign in to comment.