From 8abe1ca7a4473dbc993a0da2a6180088e2bab40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:04:38 +0000 Subject: [PATCH] fix(deps): update @oclif/color requirement from ^1.0.2 to ^1.0.3 Updates the requirements on [@oclif/color](https://github.com/oclif/color) to permit the latest version. - [Release notes](https://github.com/oclif/color/releases) - [Commits](https://github.com/oclif/color/compare/1.0.2...1.0.3) --- updated-dependencies: - dependency-name: "@oclif/color" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4cb7e9..22e8824 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.3", "@oclif/core": "^1.24.0", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.1.12",