From 27a78798cb8082c78590f5b5dd4c32037bdb3125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 12:58:55 +0000 Subject: [PATCH] fix(deps): bump @oclif/color from 1.0.5 to 1.0.6 Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.5 to 1.0.6. - [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.5...1.0.6) --- 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 d1d03e7b..a42f323f 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.5", + "@oclif/color": "^1.0.6", "@oclif/core": "^2.8.5", "cross-spawn": "^7.0.3", "debug": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index dc8e598e..40d8a914 100644 --- a/yarn.lock +++ b/yarn.lock @@ -446,10 +446,10 @@ node-gyp "^8.2.0" read-package-json-fast "^2.0.1" -"@oclif/color@^1.0.3", "@oclif/color@^1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.5.tgz#09da86db0cdda7601f77038d3c573e3d041a19f9" - integrity sha512-CeUDnzGOt3G7k6KJolTueTMYfJnU/zc6MouwF3sgL+7lnrwTiLaLwQ384EVFtUaIlRHNA0WifGh6FHKc8jqw2g== +"@oclif/color@^1.0.3", "@oclif/color@^1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.6.tgz#1d9a54774de76dec9bd3b40f5fda305567acb2be" + integrity sha512-U6hABUkwoUoEZ1K5mJ2E7AeJ7udjYP3ZYWq18LLoMyjV+Us9hh3UwAghOY75F9PAzF8q5kvhoGu70LnPASbZ8g== dependencies: ansi-styles "^4.2.1" chalk "^4.1.0"