mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
fix(deps): update dependency chalk to v2.3.0 (#1034)
This commit is contained in:
parent
4803ee2042
commit
7c5fa08da3
2 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bunyan": "1.8.12",
|
||||
"chalk": "2.2.2",
|
||||
"chalk": "2.3.0",
|
||||
"changelog": "1.4.0",
|
||||
"child-process-promise": "2.2.1",
|
||||
"commander": "2.11.0",
|
||||
|
|
|
@ -741,9 +741,9 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
|
|||
strip-ansi "^3.0.0"
|
||||
supports-color "^2.0.0"
|
||||
|
||||
chalk@2.2.2:
|
||||
version "2.2.2"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.2.2.tgz#4403f5cf18f35c05f51fbdf152bf588f956cf7cb"
|
||||
chalk@2.3.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
|
||||
dependencies:
|
||||
ansi-styles "^3.1.0"
|
||||
escape-string-regexp "^1.0.5"
|
||||
|
|
Loading…
Reference in a new issue