Update dependency clean-webpack-plugin to v1.0.1

This commit is contained in:
renovate[bot]
2019-01-22 05:14:58 +00:00
parent 3ff9d3a1fa
commit 18c2cddee2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

@@ -23,7 +23,7 @@
"assets-webpack-plugin": "3.9.7", "assets-webpack-plugin": "3.9.7",
"chokidar": "2.0.4", "chokidar": "2.0.4",
"classnames": "2.2.6", "classnames": "2.2.6",
"clean-webpack-plugin": "1.0.0", "clean-webpack-plugin": "1.0.1",
"comlink": "3.1.1", "comlink": "3.1.1",
"copy-webpack-plugin": "4.6.0", "copy-webpack-plugin": "4.6.0",
"critters-webpack-plugin": "2.2.0", "critters-webpack-plugin": "2.2.0",