diff --git a/package.json b/package.json index 878a355..8ae2895 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "sass": "1.62.0" }, "devDependencies": { - "@types/node": "18.11.3", + "@types/node": "22.10.3", "@types/react": "18.0.25", "eslint": "8.38.0", "eslint-config-next": "13.3.0", diff --git a/yarn.lock b/yarn.lock index d7a6b0a..4d0d89c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -690,10 +690,12 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@18.11.3": - version "18.11.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.3.tgz#78a6d7ec962b596fc2d2ec102c4dd3ef073fea6a" - integrity sha512-fNjDQzzOsZeKZu5NATgXUPsaFaTxeRgFXoosrHivTl8RGeV733OLawXsGfEk9a8/tySyZUyiZ6E8LcjPFZ2y1A== +"@types/node@*", "@types/node@22.10.3": + version "22.10.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10" + integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw== + dependencies: + undici-types "~6.20.0" "@types/node@^12.12.5": version "12.20.41" @@ -2944,6 +2946,11 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" +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== + unpipe@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"