diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index 57c01faf..dc93a29b 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.98.0", + "webpack": "^5.99.5", "webpack-cli": "^6.0.1" } }, @@ -10234,9 +10234,9 @@ } }, "node_modules/webpack": { - "version": "5.98.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz", - "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==", + "version": "5.99.5", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.5.tgz", + "integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 9315153a..c709a29e 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.98.0", + "webpack": "^5.99.5", "webpack-cli": "^6.0.1" }, "jest": {