From e2574e40e9262bf96b22a36a8543a55bbb070214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:43:39 +0000 Subject: [PATCH] fix(deps): bump @oclif/color from 1.0.10 to 1.0.11 Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/oclif/color/releases) - [Changelog](https://github.com/oclif/color/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/color/compare/1.0.10...1.0.11) --- updated-dependencies: - dependency-name: "@oclif/color" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 074fe973..a63413fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,9 +447,9 @@ read-package-json-fast "^2.0.1" "@oclif/color@^1.0.8": - version "1.0.10" - resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.10.tgz#e83e3a30fffc93076281398cbeaa4f761c4df09e" - integrity sha512-INWEDAL3SzzR3pIhkrqk22HV6JravLUeRZXAIpoQqIeLReauaibCVcNTzOlt0z0S8YrqRhksc54ZxZC4Oa8xBw== + version "1.0.11" + resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.11.tgz#306f09953440a49b47c4c86cabe5fad0ef0f0381" + integrity sha512-2hOJFJoaJdeEH/0D9Ek5B7Q3bV6jFVRIc7AUimqV8HiA6HGynvCcV0jb1kDK7O2h+WT3j6MO6S4IdjipwqOP4Q== dependencies: ansi-styles "^4.2.1" chalk "^4.1.0"