This commit is contained in:
renovate[bot] 2019-01-14 11:47:28 +01:00 committed by Albert Juhé Lluveras
parent 0f25d33fcc
commit 2cd434c676
2 changed files with 4 additions and 4 deletions

View File

@ -4930,9 +4930,9 @@
"dev": true
},
"chalk": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
"integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",

View File

@ -65,7 +65,7 @@
"babel-loader": "8.0.5",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-template-literals": "6.22.0",
"chalk": "2.4.1",
"chalk": "2.4.2",
"concurrently": "4.1.0",
"copy-webpack-plugin": "4.6.0",
"cross-env": "5.2.0",