diff --git a/reference-apps/typescript-api-first/package-lock.json b/reference-apps/typescript-api-first/package-lock.json index 9e2f771..7f3348f 100644 --- a/reference-apps/typescript-api-first/package-lock.json +++ b/reference-apps/typescript-api-first/package-lock.json @@ -29,7 +29,7 @@ "@types/cors": "^2.8.17", "@types/express": "^5.0.6", "@types/jest": "^30.0.0", - "@types/node": "^25.0.2", + "@types/node": "^25.0.3", "@types/pg": "^8.16.0", "@types/supertest": "^6.0.2", "@types/uuid": "^11.0.0", @@ -1924,9 +1924,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.2.tgz", - "integrity": "sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "dev": true, "license": "MIT", "peer": true, diff --git a/reference-apps/typescript-api-first/package.json b/reference-apps/typescript-api-first/package.json index 018f1a0..e8b9738 100644 --- a/reference-apps/typescript-api-first/package.json +++ b/reference-apps/typescript-api-first/package.json @@ -40,7 +40,7 @@ "@types/cors": "^2.8.17", "@types/express": "^5.0.6", "@types/jest": "^30.0.0", - "@types/node": "^25.0.2", + "@types/node": "^25.0.3", "@types/pg": "^8.16.0", "@types/supertest": "^6.0.2", "@types/uuid": "^11.0.0",