diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index c5f85928..ca61738f 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -25,7 +25,7 @@ "ts-loader": "^9.5.2", "tsify": "^5.0.4", "typescript": "^5.9.2", - "webpack": "^5.101.0", + "webpack": "^5.101.2", "webpack-cli": "^6.0.1" } }, @@ -9967,9 +9967,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.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.101.2.tgz", + "integrity": "sha512-4JLXU0tD6OZNVqlwzm3HGEhAHufSiyv+skb7q0d2367VDMzrU1Q/ZeepvkcHH0rZie6uqEtTQQe0OEOOluH3Mg==", "dev": true, "license": "MIT", "dependencies": { @@ -9983,7 +9983,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/src/TodoApp/package.json b/src/TodoApp/package.json index 3a51a51e..fed9dfd4 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -34,7 +34,7 @@ "ts-loader": "^9.5.2", "tsify": "^5.0.4", "typescript": "^5.9.2", - "webpack": "^5.101.0", + "webpack": "^5.101.2", "webpack-cli": "^6.0.1" }, "jest": {