From cca85d3d6fd55da73351289c1cddc4cd856c4a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:53:16 +0000 Subject: [PATCH] fix(deps): bump @oclif/color from 1.0.2 to 1.0.13 Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.2 to 1.0.13. - [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.2...1.0.13) --- updated-dependencies: - dependency-name: "@oclif/color" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef1ee6d..7101e0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@npmcli/package-json": "^3.0.0", - "@oclif/color": "^1.0.2", + "@oclif/color": "^1.0.13", "@oclif/core": "^1.24.0", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.1.12", @@ -888,9 +888,9 @@ } }, "node_modules/@oclif/color": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.2.tgz", - "integrity": "sha512-HqTFeMjfLOZajxqffSkyDWFUB3YqsSLRcsvnvITGRzhO0Ip4Qwp0VHVwh+qe0TjJYEltmOgzoxsR1LZPQIHNBQ==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.13.tgz", + "integrity": "sha512-/2WZxKCNjeHlQogCs1VBtJWlPXjwWke/9gMrwsVsrUt00g2V6LUBvwgwrxhrXepjOmq4IZ5QeNbpDMEOUlx/JA==", "dependencies": { "ansi-styles": "^4.2.1", "chalk": "^4.1.0", @@ -9475,9 +9475,9 @@ } }, "@oclif/color": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.2.tgz", - "integrity": "sha512-HqTFeMjfLOZajxqffSkyDWFUB3YqsSLRcsvnvITGRzhO0Ip4Qwp0VHVwh+qe0TjJYEltmOgzoxsR1LZPQIHNBQ==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.13.tgz", + "integrity": "sha512-/2WZxKCNjeHlQogCs1VBtJWlPXjwWke/9gMrwsVsrUt00g2V6LUBvwgwrxhrXepjOmq4IZ5QeNbpDMEOUlx/JA==", "requires": { "ansi-styles": "^4.2.1", "chalk": "^4.1.0", diff --git a/package.json b/package.json index 2041f73..94acfa8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "dependencies": { "@npmcli/package-json": "^3.0.0", - "@oclif/color": "^1.0.2", + "@oclif/color": "^1.0.13", "@oclif/core": "^1.24.0", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.1.12",