From 86fe1ceea2d8631ec4a3035c93604823dcd8217e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:04:00 -0800 Subject: [PATCH] chore(deps): bump chalk from 2.4.2 to 4.1.0 (#109) * chore(deps): bump chalk from 2.4.2 to 4.1.0 Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 4.1.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v4.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- src/commands/plugins/install.ts | 2 +- src/commands/plugins/link.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d843126b..62f219ae 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@oclif/color": "^0.x", "@oclif/command": "^1.5.12", "@oclif/errors": "^1.2.2", - "chalk": "^2.4.2", + "chalk": "^4.1.0", "cli-ux": "^5.2.1", "debug": "^4.1.0", "fs-extra": "^9.0", diff --git a/src/commands/plugins/install.ts b/src/commands/plugins/install.ts index 03d6cf58..91468a4b 100644 --- a/src/commands/plugins/install.ts +++ b/src/commands/plugins/install.ts @@ -1,5 +1,5 @@ import {Command, flags} from '@oclif/command' -import chalk from 'chalk' +import * as chalk from 'chalk' import cli from 'cli-ux' import Plugins from '../../plugins' diff --git a/src/commands/plugins/link.ts b/src/commands/plugins/link.ts index 3a26a4a4..1176b362 100644 --- a/src/commands/plugins/link.ts +++ b/src/commands/plugins/link.ts @@ -1,5 +1,5 @@ import {Command, flags} from '@oclif/command' -import chalk from 'chalk' +import * as chalk from 'chalk' import cli from 'cli-ux' import Plugins from '../../plugins'