From 2bc992ebb480717e9c2bfb1f662078f8456e858f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 04:43:46 +0000 Subject: [PATCH] Bump webpack from 5.101.0 to 5.101.1 in /Auth/LearningHub.Nhs.Auth Bumps [webpack](https://github.com/webpack/webpack) from 5.101.0 to 5.101.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.101.0...v5.101.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.101.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Auth/LearningHub.Nhs.Auth/package-lock.json | 10 +++++----- Auth/LearningHub.Nhs.Auth/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Auth/LearningHub.Nhs.Auth/package-lock.json b/Auth/LearningHub.Nhs.Auth/package-lock.json index d07960f..12865be 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.2", "ts-node": "^10.2.0", "typescript": "^4.2.4", - "webpack": "^5.101.0", + "webpack": "^5.101.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" } @@ -7032,9 +7032,9 @@ } }, "node_modules/webpack": { - "version": "5.101.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.101.0.tgz", - "integrity": "sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==", + "version": "5.101.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.101.1.tgz", + "integrity": "sha512-rHY3vHXRbkSfhG6fH8zYQdth/BtDgXXuR2pHF++1f/EBkI8zkgM5XWfsC3BvOoW9pr1CvZ1qQCxhCEsbNgT50g==", "dev": true, "license": "MIT", "dependencies": { @@ -7048,7 +7048,7 @@ "acorn-import-phases": "^1.0.3", "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.2", + "enhanced-resolve": "^5.17.3", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", diff --git a/Auth/LearningHub.Nhs.Auth/package.json b/Auth/LearningHub.Nhs.Auth/package.json index 0965091..9d393fb 100644 --- a/Auth/LearningHub.Nhs.Auth/package.json +++ b/Auth/LearningHub.Nhs.Auth/package.json @@ -41,7 +41,7 @@ "ts-loader": "^9.5.2", "ts-node": "^10.2.0", "typescript": "^4.2.4", - "webpack": "^5.101.0", + "webpack": "^5.101.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" }