From 9261d7824a0263d7c714c335c9de8e7cd079f0ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 18:36:23 +0000 Subject: [PATCH] Update clean-webpack-plugin requirement from 2.0.1 to 3.0.0 Updates the requirements on [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) to permit the latest version. - [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases) - [Commits](https://github.com/johnagan/clean-webpack-plugin/compare/v2.0.1...v3.0.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72b374b..938d957 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "babel-eslint": "10.1.0", "babel-loader": "8.0.5", "babel-plugin-angularjs-annotate": "0.10.0", - "clean-webpack-plugin": "2.0.1", + "clean-webpack-plugin": "3.0.0", "copy-webpack-plugin": "5.0.2", "css-loader": "3.5.3", "enzyme": "3.9.0",