diff --git a/package.json b/package.json index a935db2..227ed47 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@comunica/jest": "^2.4.0", "rdf-data-factory": "^1.1.0", "@types/jest": "^29.0.0", - "@types/node": "^16.0.0", + "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.5.0", "arrayify-stream": "^2.0.0", @@ -82,6 +82,6 @@ }, "resolutions": { "@types/yargs": "17.0.13", - "@types/node": "18.0.0" + "@types/node": "^18.0.0" } } diff --git a/yarn.lock b/yarn.lock index 496498a..e28a0b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4293,7 +4293,7 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@18.0.0", "@types/node@^14.14.7", "@types/node@^16.0.0", "@types/node@^18.0.0": +"@types/node@*", "@types/node@^14.14.7", "@types/node@^18.0.0": version "18.0.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a" integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==