Skip to content

Commit bb6a243

Browse files
fix(deps): bump @oclif/color from 1.0.0 to 1.0.2 (#472)
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55a1274 commit bb6a243

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Salesforce",
55
"bugs": "https://github.com/oclif/plugin-update/issues",
66
"dependencies": {
7-
"@oclif/color": "^1.0.0",
7+
"@oclif/color": "^1.0.2",
88
"@oclif/core": "^1.18.0",
99
"cross-spawn": "^7.0.3",
1010
"debug": "^4.3.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,14 +421,14 @@
421421
node-gyp "^8.2.0"
422422
read-package-json-fast "^2.0.1"
423423

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

0 commit comments

Comments
 (0)