From c005c3764534a4ec3f0b7759073e47115bf98ba2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 09:09:26 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.12 to 4.7.2 in /www Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.7.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.7.2) 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..6157b2f 100644 --- a/www/package.json +++ b/www/package.json @@ -26,7 +26,7 @@ "wasm-game-of-life": "file:../pkg", "copy-webpack-plugin": "^5.0.0", "webpack": "^4.16.3", - "webpack-cli": "^3.1.0", + "webpack-cli": "^4.7.2", "webpack-dev-server": "^3.1.5" } }