From 3b083dda9dc21f2bcf6a7b0308dc1cd5054ae60b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:55:45 +0000 Subject: [PATCH] Bump webpack from 5.99.0 to 5.99.3 in /DigitalLearningSolutions.Web Bumps [webpack](https://github.com/webpack/webpack) from 5.99.0 to 5.99.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.99.0...v5.99.3) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- DigitalLearningSolutions.Web/package-lock.json | 14 +++++++------- DigitalLearningSolutions.Web/package.json | 2 +- DigitalLearningSolutions.Web/yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DigitalLearningSolutions.Web/package-lock.json b/DigitalLearningSolutions.Web/package-lock.json index 94c83dadbd..8015228452 100644 --- a/DigitalLearningSolutions.Web/package-lock.json +++ b/DigitalLearningSolutions.Web/package-lock.json @@ -49,7 +49,7 @@ "rimraf": "^5.0.10", "ts-node": "^10.9.2", "typescript": "^4.9.5", - "webpack": "^5.99.0", + "webpack": "^5.99.3", "webpack-cli": "^5.1.4" }, "engines": { @@ -10532,9 +10532,9 @@ } }, "node_modules/webpack": { - "version": "5.99.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.0.tgz", - "integrity": "sha512-//MpHjkKV7dhKheJ1lJuHkR6tv8ycfYy7YVzVhhIpwKuKCu5/Zty/vGpFi0fV2RRAWTYDuj6oKn4vYyLzRh55g==", + "version": "5.99.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.3.tgz", + "integrity": "sha512-Sb8csGqLL9kY7nqHyJq9Yw1sx+/mpBLXuqM6edfjFOpODiFjzkLUKF08s5WxDxWg9akMklrbTsVsoj7jBULhfw==", "dev": true, "license": "MIT", "dependencies": { @@ -18515,9 +18515,9 @@ "dev": true }, "webpack": { - "version": "5.99.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.0.tgz", - "integrity": "sha512-//MpHjkKV7dhKheJ1lJuHkR6tv8ycfYy7YVzVhhIpwKuKCu5/Zty/vGpFi0fV2RRAWTYDuj6oKn4vYyLzRh55g==", + "version": "5.99.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.3.tgz", + "integrity": "sha512-Sb8csGqLL9kY7nqHyJq9Yw1sx+/mpBLXuqM6edfjFOpODiFjzkLUKF08s5WxDxWg9akMklrbTsVsoj7jBULhfw==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.7", diff --git a/DigitalLearningSolutions.Web/package.json b/DigitalLearningSolutions.Web/package.json index 47b96827ed..7f510215b4 100644 --- a/DigitalLearningSolutions.Web/package.json +++ b/DigitalLearningSolutions.Web/package.json @@ -62,7 +62,7 @@ "rimraf": "^5.0.10", "ts-node": "^10.9.2", "typescript": "^4.9.5", - "webpack": "^5.99.0", + "webpack": "^5.99.3", "webpack-cli": "^5.1.4" }, "-vs-binding": { diff --git a/DigitalLearningSolutions.Web/yarn.lock b/DigitalLearningSolutions.Web/yarn.lock index 01f476aa3d..c47772af44 100644 --- a/DigitalLearningSolutions.Web/yarn.lock +++ b/DigitalLearningSolutions.Web/yarn.lock @@ -6480,10 +6480,10 @@ webpack-sources@^3.2.3: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== -webpack@^5.99.0: - version "5.99.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.0.tgz#6ee6499227653538e6c5b7e0bbd021f12d1c8481" - integrity sha512-//MpHjkKV7dhKheJ1lJuHkR6tv8ycfYy7YVzVhhIpwKuKCu5/Zty/vGpFi0fV2RRAWTYDuj6oKn4vYyLzRh55g== +webpack@^5.99.3: + version "5.99.3" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.3.tgz#b22c8e824c700c5470c4a9027a7cf9a4242807c6" + integrity sha512-Sb8csGqLL9kY7nqHyJq9Yw1sx+/mpBLXuqM6edfjFOpODiFjzkLUKF08s5WxDxWg9akMklrbTsVsoj7jBULhfw== dependencies: "@types/eslint-scope" "^3.7.7" "@types/estree" "^1.0.6"