From dd4c2cfbd55308bbff22b883c60798de32e67f63 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 09:20:59 +0000 Subject: [PATCH] Bump copy-webpack-plugin from 5.1.2 to 7.0.0 in /www Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.1.2 to 7.0.0. - [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.1.2...v7.0.0) Signed-off-by: dependabot-preview[bot] --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index ef91ed1..82aa49f 100644 --- a/www/package.json +++ b/www/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/rustwasm/create-wasm-app#readme", "dependencies": { "wasm-game-of-life": "file:../pkg", - "copy-webpack-plugin": "^5.0.0", + "copy-webpack-plugin": "^7.0.0", "webpack": "^4.16.3", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.5"