From 328c30bf88a38ee99e7b5c3f17fa3a5fa1f8e58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 13:01:44 +0000 Subject: [PATCH] fix(deps): bump @oclif/color from 1.0.2 to 1.0.4 Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/oclif/color/releases) - [Commits](https://github.com/oclif/color/compare/1.0.2...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-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..f5a7930 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.4", "@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.4", + "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.4.tgz", + "integrity": "sha512-HEcVnSzpQkjskqWJyVN3tGgR0H0F8GrBmDjgQ1N0ZwwktYa4y9kfV07P/5vt5BjPXNyslXHc4KAO8Bt7gmErCA==", "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.4", + "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.4.tgz", + "integrity": "sha512-HEcVnSzpQkjskqWJyVN3tGgR0H0F8GrBmDjgQ1N0ZwwktYa4y9kfV07P/5vt5BjPXNyslXHc4KAO8Bt7gmErCA==", "requires": { "ansi-styles": "^4.2.1", "chalk": "^4.1.0", diff --git a/package.json b/package.json index 2041f73..551ff47 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.4", "@oclif/core": "^1.24.0", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.1.12",