Merge pull request woocommerce/woocommerce-admin#2820 from woocommerce/renovate/concurrently-4.x

Update dependency concurrently to v4.1.2
This commit is contained in:
Ron Rennick 2019-08-21 13:38:41 -03:00 committed by GitHub
commit add9ac83d4
2 changed files with 10 additions and 10 deletions

View File

@ -5915,20 +5915,20 @@
}
},
"concurrently": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-4.1.1.tgz",
"integrity": "sha512-48+FE5RJ0qc8azwKv4keVQWlni1hZeSjcWr8shBelOBtBHcKj1aJFM9lHRiSc1x7lq416pkvsqfBMhSRja+Lhw==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-4.1.2.tgz",
"integrity": "sha512-Kim9SFrNr2jd8/0yNYqDTFALzUX1tvimmwFWxmp/D4mRI+kbqIIwE2RkBDrxS2ic25O1UgQMI5AtBqdtX3ynYg==",
"dev": true,
"requires": {
"chalk": "^2.4.1",
"date-fns": "^1.23.0",
"lodash": "^4.17.10",
"chalk": "^2.4.2",
"date-fns": "^1.30.1",
"lodash": "^4.17.15",
"read-pkg": "^4.0.1",
"rxjs": "^6.3.3",
"rxjs": "^6.5.2",
"spawn-command": "^0.0.2-1",
"supports-color": "^4.5.0",
"tree-kill": "^1.1.0",
"yargs": "^12.0.1"
"tree-kill": "^1.2.1",
"yargs": "^12.0.5"
},
"dependencies": {
"has-flag": {

View File

@ -133,7 +133,7 @@
"babel-plugin-transform-es2015-template-literals": "6.22.0",
"chalk": "2.4.2",
"color-studio": "1.0.5",
"concurrently": "4.1.1",
"concurrently": "4.1.2",
"copy-webpack-plugin": "5.0.4",
"cross-env": "5.2.0",
"css-loader": "3.2.0",