diff --git a/backend/package-lock.json b/backend/package-lock.json index a113b72..8073ce9 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -38,7 +38,7 @@ "jest": "^29.7.0", "ts-jest": "^29.2.6", "tsx": "^4.19.3", - "typescript": "^5.7.3" + "typescript": "^5.8.3" } }, "node_modules/@ampproject/remapping": { @@ -8638,9 +8638,9 @@ } }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/backend/package.json b/backend/package.json index 92389e7..591d8b2 100644 --- a/backend/package.json +++ b/backend/package.json @@ -40,7 +40,7 @@ "jest": "^29.7.0", "ts-jest": "^29.2.6", "tsx": "^4.19.3", - "typescript": "^5.7.3" + "typescript": "^5.8.3" }, "dependencies": { "@fastify/type-provider-typebox": "^5.1.0",