From 220e1903edfb125c59b679927b98929104e58b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:55:05 +0000 Subject: [PATCH] Bump webpack from 4.41.2 to 5.94.0 Bumps [webpack](https://github.com/webpack/webpack) from 4.41.2 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.2...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 bb49150..91b430c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test:sqrt": "cd tests/sqrt; npm run setup; npm run start" }, "dependencies": { - "webpack": "4.41.2" + "webpack": "5.94.0" }, "author": "Daniel Larkin ", "homepage": "https://github.com/larkin-nz/libify#readme",