diff --git a/package.json b/package.json index b1f7cd3b70c..5c620047199 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "@storybook/react": "6.3.13", "@storybook/router": "6.3.13", "@storybook/theming": "6.3.13", - "@types/node": "^17.0.18", + "@types/node": "^25.0.3", "@visual-snapshot/jest": "5.0.0", "babel-gettext-extractor": "^4.1.3", "babel-jest": "27.5.1", diff --git a/yarn.lock b/yarn.lock index 81b42b198e8..c1d18130a81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4293,10 +4293,12 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^17.0.18": - version "17.0.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.18.tgz#3b4fed5cfb58010e3a2be4b6e74615e4847f1074" - integrity sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA== +"@types/node@*", "@types/node@^25.0.3": + version "25.0.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.3.tgz#79b9ac8318f373fbfaaf6e2784893efa9701f269" + integrity sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA== + dependencies: + undici-types "~7.16.0" "@types/node@^14.0.10": version "14.14.35" @@ -15161,6 +15163,11 @@ unbzip2-stream@1.3.3: buffer "^5.2.1" through "^2.3.8" +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== + unfetch@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"