diff --git a/services/api/package-lock.json b/services/api/package-lock.json index 0bc6bcad..807b7274 100644 --- a/services/api/package-lock.json +++ b/services/api/package-lock.json @@ -37,7 +37,7 @@ "ts-node": "^10.0.0", "typeorm": "^0.3.20", "typeorm-extension": "^2.7.0", - "typescript": "^5.5.2", + "typescript": "^5.8.2", "uuid": "^9.0.0", "web-push": "^3.6.7" }, @@ -11373,9 +11373,10 @@ "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/services/api/package.json b/services/api/package.json index ae711a71..167c1148 100644 --- a/services/api/package.json +++ b/services/api/package.json @@ -51,7 +51,7 @@ "ts-node": "^10.0.0", "typeorm": "^0.3.20", "typeorm-extension": "^2.7.0", - "typescript": "^5.5.2", + "typescript": "^5.8.2", "uuid": "^9.0.0", "web-push": "^3.6.7" },