From ad4995dd92f11ea6c55e133abf35eddf6feaf6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:37:21 +0000 Subject: [PATCH] Bump webpack from 5.96.1 to 5.97.1 in /Auth/LearningHub.Nhs.Auth Bumps [webpack](https://github.com/webpack/webpack) from 5.96.1 to 5.97.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.97.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Auth/LearningHub.Nhs.Auth/package-lock.json | 12 +++++++----- Auth/LearningHub.Nhs.Auth/package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Auth/LearningHub.Nhs.Auth/package-lock.json b/Auth/LearningHub.Nhs.Auth/package-lock.json index 7f4c50e..ba89c6a 100644 --- a/Auth/LearningHub.Nhs.Auth/package-lock.json +++ b/Auth/LearningHub.Nhs.Auth/package-lock.json @@ -31,7 +31,7 @@ "ts-loader": "^9.1.1", "ts-node": "^10.2.0", "typescript": "^4.2.4", - "webpack": "^5.79.0", + "webpack": "^5.97.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" } @@ -6816,15 +6816,17 @@ } }, "node_modules/webpack": { - "version": "5.96.1", + "version": "5.97.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz", + "integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==", "dev": true, "license": "MIT", "dependencies": { "@types/eslint-scope": "^3.7.7", "@types/estree": "^1.0.6", - "@webassemblyjs/ast": "^1.12.1", - "@webassemblyjs/wasm-edit": "^1.12.1", - "@webassemblyjs/wasm-parser": "^1.12.1", + "@webassemblyjs/ast": "^1.14.1", + "@webassemblyjs/wasm-edit": "^1.14.1", + "@webassemblyjs/wasm-parser": "^1.14.1", "acorn": "^8.14.0", "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", diff --git a/Auth/LearningHub.Nhs.Auth/package.json b/Auth/LearningHub.Nhs.Auth/package.json index c489694..a321dc2 100644 --- a/Auth/LearningHub.Nhs.Auth/package.json +++ b/Auth/LearningHub.Nhs.Auth/package.json @@ -41,7 +41,7 @@ "ts-loader": "^9.1.1", "ts-node": "^10.2.0", "typescript": "^4.2.4", - "webpack": "^5.79.0", + "webpack": "^5.97.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" }