diff --git a/package.json b/package.json index 1fad924b..628dcfb0 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/cors": "^2.8.19", "@types/jest": "^30.0.0", "@types/jsonwebtoken": "^9.0.10", - "@types/node": "^25.0.10", + "@types/node": "^25.1.0", "@types/serve-favicon": "^2.5.7", "@types/uuid": "^11.0.0", "@types/validator": "^13.15.10", diff --git a/yarn.lock b/yarn.lock index 2f9c4537..165c7faf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2034,10 +2034,10 @@ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78" integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA== -"@types/node@*", "@types/node@>=10.0.0", "@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== +"@types/node@*", "@types/node@>=10.0.0", "@types/node@^25.1.0": + version "25.1.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.1.0.tgz#95cc584f1f478301efc86de4f1867e5875e83571" + integrity sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA== dependencies: undici-types "~7.16.0"