diff --git a/package.json b/package.json index ca5ea48..ed5ea92 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "uuid": "8.3.2" }, "devDependencies": { - "@types/node": "17.0.21", + "@types/node": "18.11.9", "@types/tap": "15.0.6", "@typescript-eslint/eslint-plugin": "5.27.1", "@typescript-eslint/parser": "5.28.0", diff --git a/yarn.lock b/yarn.lock index d0dbf66..32f240d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -706,10 +706,10 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@17.0.21": - version "17.0.21" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.21.tgz#864b987c0c68d07b4345845c3e63b75edd143644" - integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ== +"@types/node@*", "@types/node@18.11.9": + version "18.11.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4" + integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg== "@types/prop-types@*": version "15.7.4"