diff --git a/package.json b/package.json index ff80ffc..de39f6a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "packages/*" ], "devDependencies": { - "@types/node": "^16.4.1", + "@types/node": "^18.8.1", "@vercel/ncc": "^0.29.0", "eslint": "^7.31.0", "eslint-plugin-github": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index f986af1..d33e104 100644 --- a/yarn.lock +++ b/yarn.lock @@ -994,10 +994,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@^16.4.1": - version "16.4.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.1.tgz#9fad171a5b701613ee8a6f4ece3c88b1034b1b03" - integrity sha512-UW7cbLqf/Wu5XH2RKKY1cHwUNLicIDRLMraYKz+HHAerJ0ZffUEk+fMnd8qU2JaS6cAy0r8tsaf7yqHASf/Y0Q== +"@types/node@^18.8.1": + version "18.8.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.1.tgz#33e6759935f7a82821b72fb936e66f6b99a36173" + integrity sha512-vuYaNuEIbOYLTLUAJh50ezEbvxrD43iby+lpUA2aa148Nh5kX/AVO/9m1Ahmbux2iU5uxJTNF9g2Y+31uml7RQ== "@types/normalize-package-data@^2.4.0": version "2.4.1"