diff --git a/package.json b/package.json index d7a8af6..8c06a51 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/bcrypt": "^5.0.0", "@types/express": "^4.17.13", "@types/mongodb": "^4.0.7", - "@types/node": "^16.4.13", + "@types/node": "^18.6.3", "ts-node": "^10.4.0", "tsc": "^2.0.3", "typescript": "^4.3.5" diff --git a/yarn.lock b/yarn.lock index b17df6b..c7ea96f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -92,10 +92,10 @@ dependencies: mongodb "*" -"@types/node@*", "@types/node@^16.4.13": - version "16.10.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.1.tgz#f3647623199ca920960006b3dccf633ea905f243" - integrity sha512-4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w== +"@types/node@*", "@types/node@^18.6.3": + version "18.6.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.3.tgz#4e4a95b6fe44014563ceb514b2598b3e623d1c98" + integrity sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg== "@types/qs@*": version "6.9.7"