From 19293f961d8b5bda361d59e5d6df7b27a50a6700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 05:26:20 +0000 Subject: [PATCH] fix(deps): bump @oclif/color from 1.0.3 to 1.0.4 Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/oclif/color/releases) - [Commits](https://github.com/oclif/color/compare/1.0.3...1.0.4) --- updated-dependencies: - dependency-name: "@oclif/color" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4af4fb81..294925fb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "bugs": "https://github.com/oclif/plugin-not-found/issues", "dependencies": { - "@oclif/color": "^1.0.3", + "@oclif/color": "^1.0.4", "@oclif/core": "^2.1.2", "fast-levenshtein": "^3.0.0", "lodash": "^4.17.21" diff --git a/yarn.lock b/yarn.lock index 44dfc9d8..4aa9581f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -437,10 +437,10 @@ node-gyp "^8.2.0" read-package-json-fast "^2.0.1" -"@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== +"@oclif/color@^1.0.3", "@oclif/color@^1.0.4": + version "1.0.4" + resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.4.tgz#07e54e3bd76a29e77d6ad71aef33222fe4f728e7" + integrity sha512-HEcVnSzpQkjskqWJyVN3tGgR0H0F8GrBmDjgQ1N0ZwwktYa4y9kfV07P/5vt5BjPXNyslXHc4KAO8Bt7gmErCA== dependencies: ansi-styles "^4.2.1" chalk "^4.1.0"