diff --git a/client/package.json b/client/package.json index bba6b8d..c5b54fc 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "fmt": "prettier --write \"**/*.{ts,tsx}\"" }, "dependencies": { - "@types/node": "18.19.80", + "@types/node": "18.19.130", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "axios": "^1.2.3", diff --git a/client/yarn.lock b/client/yarn.lock index cbff200..be3a32b 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -235,10 +235,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/node@18.19.80": - version "18.19.80" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.80.tgz#6d6008e8920dddcd23f9dd33da24684ef57d487c" - integrity sha512-kEWeMwMeIvxYkeg1gTc01awpwLbfMRZXdIhwRcakd/KlK53jmRC26LqcbIt7fnAQTu5GzlnWmzA3H6+l1u6xxQ== +"@types/node@18.19.130": + version "18.19.130" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz#da4c6324793a79defb7a62cba3947ec5add00d59" + integrity sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg== dependencies: undici-types "~5.26.4"