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'