diff --git a/package.json b/package.json index 0b8c710..841566d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.13", "@types/lodash": "^4.17.7", - "@types/node": "^20.14.12", + "@types/node": "^22.7.7", "@types/papaparse": "^5.3.14", "@types/react": "^18.3.3", "@typescript-eslint/eslint-plugin": "^7.16.1", diff --git a/yarn.lock b/yarn.lock index 588d1d9..5135081 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1334,10 +1334,10 @@ resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz" integrity sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA== -"@types/node@*", "@types/node@^20.14.12": - version "20.16.5" - resolved "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz" - integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA== +"@types/node@*", "@types/node@^22.7.7": + version "22.7.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.7.tgz#6cd9541c3dccb4f7e8b141b491443f4a1570e307" + integrity sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q== dependencies: undici-types "~6.19.2"