Skip to content

Commit

Permalink
chore(deps): bump chalk from 2.4.2 to 4.1.0 (#109)
Browse files Browse the repository at this point in the history
* 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](chalk/chalk@v2.4.2...v4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 17, 2020
1 parent 4ba4d0a commit 86fe1ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/plugins/install.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/commands/plugins/link.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 86fe1ce

Please sign in to comment.