From 444854f74de699bc2415317f36fb920d33da9a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:19:11 +0000 Subject: [PATCH] chore(deps): bump webpack from 4.41.0 to 5.94.0 in /examples/02_counter Bumps [webpack](https://github.com/webpack/webpack) from 4.41.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/02_counter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/02_counter/package.json b/examples/02_counter/package.json index d843c5f..046d0c1 100644 --- a/examples/02_counter/package.json +++ b/examples/02_counter/package.json @@ -55,7 +55,7 @@ "terser-webpack-plugin": "1.4.1", "ts-pnp": "1.1.4", "url-loader": "2.1.0", - "webpack": "4.41.0", + "webpack": "5.94.0", "webpack-dev-server": "3.2.1", "webpack-manifest-plugin": "2.1.1", "workbox-webpack-plugin": "4.3.1"