From 30cd75754b7641d5531ad58c0ecf0f3981e11857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Mar 2019 23:28:46 +0000 Subject: [PATCH] Update copy-webpack-plugin requirement from 5.0.1 to 5.0.2 Updates the requirements on [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.1...v5.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba65e20..4aa4170 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "babel-loader": "8.0.5", "babel-plugin-angularjs-annotate": "0.10.0", "clean-webpack-plugin": "2.0.1", - "copy-webpack-plugin": "5.0.1", + "copy-webpack-plugin": "5.0.2", "css-loader": "2.1.1", "enzyme": "3.9.0", "enzyme-adapter-react-16": "1.11.2",