Skip to content

Commit

Permalink
fix(deps): bump @oclif/color from 1.0.0 to 1.0.2 (#472)
Browse files Browse the repository at this point in the history
Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/oclif/color/releases)
- [Commits](oclif/color@v1.0.0...1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2022
1 parent 55a1274 commit bb6a243
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@oclif/color": "^1.0.0",
"@oclif/color": "^1.0.2",
"@oclif/core": "^1.18.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -421,14 +421,14 @@
node-gyp "^8.2.0"
read-package-json-fast "^2.0.1"

"@oclif/color@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.0.tgz#a95a7d6a0731be6eb7a63cca476a787c62290aff"
integrity sha512-jSvPCTa3OfwzGUsgGAO6AXam//UMBSIBCHGs6i3iGr+NQoMrBf6kx4UzwED0RzSCTc6nlqCzdhnCD18RSP7VAA==
"@oclif/color@^1.0.0", "@oclif/color@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.2.tgz#fbb857251454d737033e1dcd6d19fe5ba1d61350"
integrity sha512-HqTFeMjfLOZajxqffSkyDWFUB3YqsSLRcsvnvITGRzhO0Ip4Qwp0VHVwh+qe0TjJYEltmOgzoxsR1LZPQIHNBQ==
dependencies:
ansi-styles "^4.2.1"
chalk "^4.1.0"
strip-ansi "^6.0.0"
strip-ansi "^6.0.1"
supports-color "^8.1.1"
tslib "^2"

Expand Down

0 comments on commit bb6a243

Please sign in to comment.