From 26f679587a906e18fe67dd4cd0fcf8ff3b1a7a73 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 12 Nov 2018 00:08:41 +0000 Subject: [PATCH 1/2] chore(package): update clean-webpack-plugin to version 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From e6c1ced0723293cbbab53291e93d981caf63cd1a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 12 Nov 2018 00:08:45 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"