From 6a5a7df0adad5b3c2a66bd42753cafc90a80eca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:53:55 +0000 Subject: [PATCH] Bump webpack from 1.12.9 to 5.94.0 Bumps [webpack](https://github.com/webpack/webpack) from 1.12.9 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v1.12.9...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0907715..8fa620b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "chai": "3.4.1", "mocha": "2.3.4", "path": "0.12.7", - "webpack": "1.12.9" + "webpack": "5.94.0" }, "scripts": { "build": "rm -rf dist/ && BUILD_ENV=build ./node_modules/.bin/webpack --bail --display-error-details",