From 14cca22729b7f49741bdb8139191df060ca1bb34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:46:06 +0000 Subject: [PATCH] :arrow_up: Bump webpack Bumps [webpack](https://github.com/webpack/webpack) from 4.42.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- framework-learning/reactWorkspace/react-course-v16/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-learning/reactWorkspace/react-course-v16/package.json b/framework-learning/reactWorkspace/react-course-v16/package.json index 91f0f10..319f2af 100644 --- a/framework-learning/reactWorkspace/react-course-v16/package.json +++ b/framework-learning/reactWorkspace/react-course-v16/package.json @@ -59,7 +59,7 @@ "terser-webpack-plugin": "2.3.5", "ts-pnp": "1.1.6", "url-loader": "2.3.0", - "webpack": "4.42.0", + "webpack": "5.94.0", "webpack-dev-server": "3.10.3", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "4.3.1"