From 5b4d52be9f99e373f44c545e896761872cc4071d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:22:50 +0000 Subject: [PATCH] chore(deps): bump webpack from 4.42.0 to 5.94.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 039b949..6b165a0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "uuid": "^8.2.0", - "webpack": "4.42.0" + "webpack": "5.94.0" }, "scripts": { "start": "react-scripts start",