diff --git a/reference-apps/typescript-api-first/package-lock.json b/reference-apps/typescript-api-first/package-lock.json index 7f2964b..987de4b 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.0.10", "@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.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", + "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==", "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..d36322c 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.0.10", "@types/pg": "^8.16.0", "@types/supertest": "^6.0.2", "@types/uuid": "^11.0.0",