diff --git a/package.json b/package.json index e9883a3..424c4b4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@prisma/client": "7.2.0", "@types/express": "^5.0.6", - "@types/node": "^25.0.9", + "@types/node": "^25.0.10", "body-parser": "^2.2.2", "express": "^5.2.1", "nodemon": "^3.1.11", diff --git a/yarn.lock b/yarn.lock index 204d0d5..4f5ca85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -254,10 +254,10 @@ resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690" integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w== -"@types/node@*", "@types/node@^25.0.9": - version "25.0.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.9.tgz#81ce3579ddf67cae812a9d49c8a0ab90c82e7782" - integrity sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw== +"@types/node@*", "@types/node@^25.0.10": + version "25.0.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.10.tgz#4864459c3c9459376b8b75fd051315071c8213e7" + integrity sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg== dependencies: undici-types "~7.16.0"