diff --git a/package.json b/package.json index 40e7c17a..0a1d2c7e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-register": "^6.26.0", "bcryptjs": "^2.4.3", "body-parser": "^1.18.2", - "clean-webpack-plugin": "^0.1.19", + "clean-webpack-plugin": "^1.0.0", "copy-webpack-plugin": "^4.5.1", "css-loader": "^0.28.7", "express": "^4.16.1", diff --git a/yarn.lock b/yarn.lock index aa464756..f09a16a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2240,9 +2240,9 @@ clean-stack@^1.1.1: version "1.3.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31" -clean-webpack-plugin@^0.1.19: - version "0.1.19" - resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.19.tgz#ceda8bb96b00fe168e9b080272960d20fdcadd6d" +clean-webpack-plugin@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-1.0.0.tgz#f184b9c26d12983d639828e0548ae2080e84b6a7" dependencies: rimraf "^2.6.1"