diff --git a/typescript/prisma/package-lock.json b/typescript/prisma/package-lock.json index 81556bcc..7b2c43a8 100644 --- a/typescript/prisma/package-lock.json +++ b/typescript/prisma/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/jest": "^30.0.0", - "@types/node": "^24.1.0", + "@types/node": "^25.0.9", "prettier": "^3.6.2", "prisma": "^6.12.0", "ts-jest": "^29.4.1", @@ -3106,9 +3106,9 @@ } }, "node_modules/@types/node": { - "version": "24.10.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.4.tgz", - "integrity": "sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==", + "version": "25.0.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz", + "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" diff --git a/typescript/prisma/package.json b/typescript/prisma/package.json index 3311b508..971cfd7f 100644 --- a/typescript/prisma/package.json +++ b/typescript/prisma/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/jest": "^30.0.0", - "@types/node": "^24.1.0", + "@types/node": "^25.0.9", "prettier": "^3.6.2", "prisma": "^6.12.0", "ts-jest": "^29.4.1",