diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index 8f79c812..c1e31d15 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -25,7 +25,7 @@ "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "tsify": "^5.0.4", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" } @@ -10093,11 +10093,10 @@ "peer": true }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 6d5b13ad..cb6f4e5d 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -34,7 +34,7 @@ "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "tsify": "^5.0.4", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" },