From 1aa2d2421aaa9681cd8362d938d365a991288112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 04:11:42 +0000 Subject: [PATCH] Bump webpack from 5.99.5 to 5.99.6 in /src/TodoApp Bumps [webpack](https://github.com/webpack/webpack) from 5.99.5 to 5.99.6. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/TodoApp/package-lock.json | 8 ++++---- src/TodoApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index 8e62a849..a13a21f1 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -26,7 +26,7 @@ "ts-loader": "^9.5.2", "tsify": "^5.0.4", "typescript": "^5.8.3", - "webpack": "^5.99.5", + "webpack": "^5.99.6", "webpack-cli": "^6.0.1" } }, @@ -10234,9 +10234,9 @@ } }, "node_modules/webpack": { - "version": "5.99.5", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.5.tgz", - "integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==", + "version": "5.99.6", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz", + "integrity": "sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index a4951948..511ae45e 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -35,7 +35,7 @@ "ts-loader": "^9.5.2", "tsify": "^5.0.4", "typescript": "^5.8.3", - "webpack": "^5.99.5", + "webpack": "^5.99.6", "webpack-cli": "^6.0.1" }, "jest": {