diff --git a/client/package.json b/client/package.json index 6c805e8..c7ee805 100644 --- a/client/package.json +++ b/client/package.json @@ -42,7 +42,7 @@ "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/jest": "^29.0.0", - "@types/node": "^12.0.0", + "@types/node": "^18.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "react-scripts": "5.0.1", diff --git a/client/yarn.lock b/client/yarn.lock index 0b9b3ca..74fe474 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3015,10 +3015,10 @@ resolved "https://r.ctdn.net/repository/npm-proxy/@types/node/-/node-16.4.13.tgz#7dfd9c14661edc65cccd43a29eb454174642370d" integrity sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg== -"@types/node@^12.0.0": - version "12.20.19" - resolved "https://r.ctdn.net/repository/npm-proxy/@types/node/-/node-12.20.19.tgz#538e61fc220f77ae4a4663c3d8c3cb391365c209" - integrity sha512-niAuZrwrjKck4+XhoCw6AAVQBENHftpXw9F4ryk66fTgYaKQ53R4FI7c9vUGGw5vQis1HKBHDR1gcYI/Bq1xvw== +"@types/node@^18.0.0": + version "18.11.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" + integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== "@types/parse-json@^4.0.0": version "4.0.0"