This commit is contained in:
renovate[bot] 2018-11-16 14:30:39 -05:00 committed by Kelly Dwan
parent a1c79b0114
commit 4e1fb93a51
2 changed files with 4 additions and 4 deletions

View File

@ -3594,9 +3594,9 @@
"dev": true
},
"clean-webpack-plugin": {
"version": "0.1.19",
"resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-0.1.19.tgz",
"integrity": "sha512-M1Li5yLHECcN2MahoreuODul5LkjohJGFxLPTjl3j1ttKrF5rgjZET1SJduuqxLAuT1gAPOdkhg03qcaaU1KeA==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-1.0.0.tgz",
"integrity": "sha512-+f96f52UIET4tOFBbCqezx7KH+w7lz/p4fA1FEjf0hC6ugxqwZedBtENzekN2FnmoTF/bn1LrlkvebOsDZuXKw==",
"dev": true,
"requires": {
"rimraf": "^2.6.1"

View File

@ -37,7 +37,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"clean-webpack-plugin": "0.1.19",
"clean-webpack-plugin": "1.0.0",
"core-js": "2.5.7",
"cross-env": "5.2.0",
"css-loader": "1.0.1",