Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2023
1 parent 04e02f4 commit 26b7b4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@oclif/color": "^1.0.6",
"@oclif/color": "^1.0.7",
"@oclif/core": "^2.8.11",
"cross-spawn": "^7.0.3",
"debug": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,10 @@
node-gyp "^8.2.0"
read-package-json-fast "^2.0.1"

"@oclif/color@^1.0.3", "@oclif/color@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.6.tgz#1d9a54774de76dec9bd3b40f5fda305567acb2be"
integrity sha512-U6hABUkwoUoEZ1K5mJ2E7AeJ7udjYP3ZYWq18LLoMyjV+Us9hh3UwAghOY75F9PAzF8q5kvhoGu70LnPASbZ8g==
"@oclif/color@^1.0.3", "@oclif/color@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.7.tgz#6711b76ffcb338bcf803d9891318b8cc27f4dbfc"
integrity sha512-XUWsQRVP+HReS5+hkjIB21/qMLswv1t65S3pRhjDbDKbBeZVQXCHtVQiUMOjnCvni0d5NBZWIxu+fNUo9dK5Kg==
dependencies:
ansi-styles "^4.2.1"
chalk "^4.1.0"
Expand Down

0 comments on commit 26b7b4f

Please sign in to comment.