Skip to content

Commit 8780ce4

Browse files
fix(deps): bump @oclif/color from 1.0.2 to 1.0.3
Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/oclif/color/releases) - [Commits](oclif/color@1.0.2...1.0.3) --- updated-dependencies: - dependency-name: "@oclif/color" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 718eacc commit 8780ce4

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {
8-
"@oclif/color": "^1.0.2",
8+
"@oclif/color": "^1.0.3",
99
"@oclif/core": "^2.0.3",
1010
"chalk": "^4.1.2",
1111
"debug": "^4.3.4",

yarn.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -556,17 +556,6 @@
556556
node-gyp "^8.2.0"
557557
read-package-json-fast "^2.0.1"
558558

559-
"@oclif/color@^1.0.2":
560-
version "1.0.2"
561-
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.2.tgz#fbb857251454d737033e1dcd6d19fe5ba1d61350"
562-
integrity sha512-HqTFeMjfLOZajxqffSkyDWFUB3YqsSLRcsvnvITGRzhO0Ip4Qwp0VHVwh+qe0TjJYEltmOgzoxsR1LZPQIHNBQ==
563-
dependencies:
564-
ansi-styles "^4.2.1"
565-
chalk "^4.1.0"
566-
strip-ansi "^6.0.1"
567-
supports-color "^8.1.1"
568-
tslib "^2"
569-
570559
"@oclif/color@^1.0.3":
571560
version "1.0.3"
572561
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.3.tgz#1a303b533a832a0af563006eb9a6883ebe3b77ed"

0 commit comments

Comments
 (0)