diff --git a/reference-apps/typescript-api-first/package-lock.json b/reference-apps/typescript-api-first/package-lock.json index 7f2964b..667fad5 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.9", + "@types/node": "^25.2.0", "@types/pg": "^8.16.0", "@types/supertest": "^6.0.2", "@types/uuid": "^11.0.0", @@ -1920,9 +1920,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz", - "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==", + "version": "25.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.0.tgz", + "integrity": "sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/reference-apps/typescript-api-first/package.json b/reference-apps/typescript-api-first/package.json index 6bad7be..ca00e01 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.9", + "@types/node": "^25.2.0", "@types/pg": "^8.16.0", "@types/supertest": "^6.0.2", "@types/uuid": "^11.0.0",