From 2f3eaceee258f187aa38deec5e937f8899f637a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 21:51:33 -0500 Subject: [PATCH] fix(deps): bump @oclif/color from 1.0.2 to 1.0.3 (#491) 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](https://github.com/oclif/color/compare/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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f5bba058..23f37e20 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { - "@oclif/color": "^1.0.2", + "@oclif/color": "^1.0.3", "@oclif/core": "^1.23.1", "cross-spawn": "^7.0.3", "debug": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index f2cabca5..bdb1e73e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -421,10 +421,10 @@ node-gyp "^8.2.0" read-package-json-fast "^2.0.1" -"@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== +"@oclif/color@^1.0.0", "@oclif/color@^1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.3.tgz#1a303b533a832a0af563006eb9a6883ebe3b77ed" + integrity sha512-E+KKAE5CKhXRBZEoZLe5yNR0VHmba1m1fxz8HlpcWjHF5Pdhhf6W/0XMmed6vwQCmyzL/YLwdspCRfu0A1cgGA== dependencies: ansi-styles "^4.2.1" chalk "^4.1.0"