Skip to content

Commit

Permalink
chore(deps): bump chalk from 2.4.2 to 4.1.0 (#69)
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] authored Dec 17, 2020
1 parent abcfdcc commit 4897921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@oclif/command": "^1.5.13",
"@oclif/config": "^1.13.0",
"chalk": "^2.4.1",
"chalk": "^4.1.0",
"cli-ux": "^5.2.1",
"debug": "^4.0.0",
"fs-extra": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/autocomplete/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {flags} from '@oclif/command'
import chalk from 'chalk'
import * as chalk from 'chalk'
import {cli} from 'cli-ux'

import {AutocompleteBase} from '../../base'
Expand Down

0 comments on commit 4897921

Please sign in to comment.