diff --git a/package.json b/package.json index ad2f37c..fb57050 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/rx": "^4.1.1", "@types/ua-parser-js": "^0.7.32", "chai": "^4.1.2", - "clean-webpack-plugin": "^0.1.19", + "clean-webpack-plugin": "^1.0.0", "copy-webpack-plugin": "^4.5.2", "glob": "^7.1.2", "mocha": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index c1f9526..cbb4430 100644 --- a/yarn.lock +++ b/yarn.lock @@ -861,9 +861,9 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -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"