Update dependency chalk to ^2.4.2 (#44032)

* Update dependency chalk to ^2.4.2

* update kbn-pm dist
This commit is contained in:
renovate[bot] 2019-08-27 21:58:53 -07:00 committed by Spencer
parent 28da43a564
commit dfddf3dbdd
9 changed files with 3726 additions and 1671 deletions

View file

@ -138,7 +138,7 @@
"boom": "^7.2.0",
"brace": "0.11.1",
"cache-loader": "^4.1.0",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"check-disk-space": "^2.1.0",
"color": "1.0.3",
"commander": "3.0.0",

View file

@ -10,7 +10,7 @@
"kbn:watch": "yarn build --watch"
},
"dependencies": {
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"dedent": "^0.7.0",
"execa": "^1.0.0",
"exit-hook": "^2.2.0",

View file

@ -8,7 +8,7 @@
"@elastic/elasticsearch": "^7.3.0",
"@kbn/dev-utils": "1.0.0",
"abort-controller": "^2.0.3",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"dedent": "^0.7.0",
"del": "^4.0.0",
"execa": "^1.0.0",

View file

@ -4,7 +4,7 @@
"private": true,
"version": "1.0.0",
"dependencies": {
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"dedent": "^0.7.0",
"execa": "^1.0.0",
"getopts": "^2.2.4",

File diff suppressed because one or more lines are too long

View file

@ -37,7 +37,7 @@
"@types/wrap-ansi": "^2.0.15",
"@types/write-pkg": "^3.1.0",
"babel-loader": "^8.0.6",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"cmd-shim": "^2.0.2",
"cpy": "^7.0.1",
"dedent": "^0.7.0",

View file

@ -15,7 +15,7 @@
"@kbn/dev-utils": "1.0.0"
},
"dependencies": {
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"dedent": "^0.7.0",
"del": "^4.0.0",
"getopts": "^2.2.4",

View file

@ -36,7 +36,7 @@
"autoprefixer": "9.6.1",
"babel-loader": "^8.0.6",
"brace": "0.11.1",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"chokidar": "3.0.2",
"core-js": "^3.2.1",
"css-loader": "^2.1.1",

View file

@ -114,7 +114,7 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"base64-js": "^1.3.1",
"base64url": "^3.0.1",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"chance": "1.0.18",
"checksum": "0.1.1",
"cheerio": "0.22.0",