Skip to content

Commit

Permalink
chore(deps): bump chalk from 2.4.2 to 4.1.0 (#94)
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 e62c42c commit 4703fb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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/command": "^1.5.20",
"@oclif/config": "^1.15.1",
"@oclif/errors": "^1.2.2",
"chalk": "^2.4.1",
"chalk": "^4.1.0",
"indent-string": "^4.0.0",
"lodash.template": "^4.4.0",
"string-width": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/command.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Config from '@oclif/config'
import chalk from 'chalk'
import * as chalk from 'chalk'
import indent = require('indent-string')
import stripAnsi = require('strip-ansi')

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as Config from '@oclif/config'
import {error} from '@oclif/errors'
import chalk from 'chalk'
import * as chalk from 'chalk'
import indent = require('indent-string')
import stripAnsi = require('strip-ansi')

Expand Down
2 changes: 1 addition & 1 deletion src/root.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Config from '@oclif/config'
import chalk from 'chalk'
import * as chalk from 'chalk'
import indent = require('indent-string')
import stripAnsi = require('strip-ansi')

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.0.0:
chalk@^4.0.0, chalk@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
Expand Down

0 comments on commit 4703fb9

Please sign in to comment.