From 24fe72c2fc7f3ed3e8b5b447ab96dd7187189db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 04:41:07 +0000 Subject: [PATCH] Bump webpack from 5.107.0 to 5.107.1 in /Auth/LearningHub.Nhs.Auth Bumps [webpack](https://github.com/webpack/webpack) from 5.107.0 to 5.107.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.107.0...v5.107.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.107.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Auth/LearningHub.Nhs.Auth/package-lock.json | 8 ++++---- Auth/LearningHub.Nhs.Auth/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Auth/LearningHub.Nhs.Auth/package-lock.json b/Auth/LearningHub.Nhs.Auth/package-lock.json index 6b92d1e..9c71613 100644 --- a/Auth/LearningHub.Nhs.Auth/package-lock.json +++ b/Auth/LearningHub.Nhs.Auth/package-lock.json @@ -31,7 +31,7 @@ "ts-loader": "^9.5.7", "ts-node": "^10.2.0", "typescript": "^4.2.4", - "webpack": "^5.107.0", + "webpack": "^5.107.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" } @@ -7377,9 +7377,9 @@ } }, "node_modules/webpack": { - "version": "5.107.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.107.0.tgz", - "integrity": "sha512-PSxeHk/dmLYZlnTU+vL1Gej6Evg5RNtl3flhxBresfznFnzxinHMzHKloHnywM/3ouQv7/AlZCswWDIkNSggUA==", + "version": "5.107.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.107.1.tgz", + "integrity": "sha512-mvdIWxj/H6QsfgDdH9djne3a5dYcmEmtsXGESkypaGN5jXjF/b+9KDlmTDQ2TKlFUeA2fI9Y65kihD30JOdB+Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/Auth/LearningHub.Nhs.Auth/package.json b/Auth/LearningHub.Nhs.Auth/package.json index 9007aff..b2b2803 100644 --- a/Auth/LearningHub.Nhs.Auth/package.json +++ b/Auth/LearningHub.Nhs.Auth/package.json @@ -41,7 +41,7 @@ "ts-loader": "^9.5.7", "ts-node": "^10.2.0", "typescript": "^4.2.4", - "webpack": "^5.107.0", + "webpack": "^5.107.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" }