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": {