From b6a12891c6f3e2836306b589ca2e45cb873bf2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 07:46:39 +0000 Subject: [PATCH] Bump webpack in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 1.15.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v1.15.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c304bb..950845a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "gulp-watch": "^4.3.5", "ng-annotate-loader": "^0.1.0", "run-sequence": "^1.1.5", - "webpack": "^1.12.14", + "webpack": "^5.94.0", "webpack-stream": "^3.1.0" } }