diff --git a/package.json b/package.json index 8506f5b4..72d3039a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@stripe/react-stripe-js": "1.16.5", "@stripe/stripe-js": "1.54.2", "@tanstack/react-virtual": "3.11.3", - "@types/node": "18.19.74", + "@types/node": "22.13.0", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@types/react-linkify": "1.0.4", diff --git a/yarn.lock b/yarn.lock index 32f07bb3..1d63558b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5779,12 +5779,12 @@ dependencies: undici-types "~5.26.4" -"@types/node@18.19.74": - version "18.19.74" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.74.tgz#4d093acd2a558ebbc5f0efa4e20ce63791b0cc58" - integrity sha512-HMwEkkifei3L605gFdV+/UwtpxP6JSzM+xFk2Ia6DNFSwSVBRh9qp5Tgf4lNFOMfPVuU0WnkcWpXZpgn5ufO4A== +"@types/node@22.13.0": + version "22.13.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c" + integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA== dependencies: - undici-types "~5.26.4" + undici-types "~6.20.0" "@types/node@^18.0.0": version "18.19.68" @@ -18191,6 +18191,11 @@ undici-types@~5.26.4: resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +undici-types@~6.20.0: + version "6.20.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433" + integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg== + unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz"