diff --git a/serverless/package.json b/serverless/package.json index 0488817..3181932 100644 --- a/serverless/package.json +++ b/serverless/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@jest/globals": "^30.0.4", "@types/jest": "^30.0.0", - "@types/node": "^24.0.13", + "@types/node": "^25.0.6", "jest": "^30.0.4" }, "engines": { diff --git a/serverless/yarn.lock b/serverless/yarn.lock index f5e238f..b7cc77d 100644 --- a/serverless/yarn.lock +++ b/serverless/yarn.lock @@ -705,12 +705,12 @@ expect "^30.0.0" pretty-format "^30.0.0" -"@types/node@*", "@types/node@^24.0.13": - version "24.0.14" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.14.tgz#6e3d4fb6d858c48c69707394e1a0e08ce1ecc1bc" - integrity sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw== +"@types/node@*", "@types/node@^25.0.6": + version "25.0.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.6.tgz#5ca3c46f2b256b59128f433426e42d464765dab1" + integrity sha512-NNu0sjyNxpoiW3YuVFfNz7mxSQ+S4X2G28uqg2s+CzoqoQjLPsWSbsFFyztIAqt2vb8kfEAsJNepMGPTxFDx3Q== dependencies: - undici-types "~7.8.0" + undici-types "~7.16.0" "@types/stack-utils@^2.0.3": version "2.0.3" @@ -2588,10 +2588,10 @@ typed-query-selector@^2.12.0: resolved "https://registry.yarnpkg.com/typed-query-selector/-/typed-query-selector-2.12.0.tgz#92b65dbc0a42655fccf4aeb1a08b1dddce8af5f2" integrity sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg== -undici-types@~7.8.0: - version "7.8.0" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294" - integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw== +undici-types@~7.16.0: + version "7.16.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== unrs-resolver@^1.7.11: version "1.11.1"