diff --git a/package.json b/package.json index 8f17df39..7c120e56 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "github:sourcegraph/lsif-node" }, "engines": { - "node": ">=10.0.0" + "node": ">=v16.16.0" }, "main": "./dist/src/main.js", "bin": { @@ -46,7 +46,7 @@ "@sourcegraph/tslint-config": "13.4.0", "@types/lru-cache": "5.1.1", "@types/minimist": "1.2.2", - "@types/node": "13.13.51", + "@types/node": "16.11.45", "@types/npm": "2.0.32", "@types/uuid": "7.0.4", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index 8a469fb6..043edc4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -423,10 +423,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@13.13.51": - version "13.13.51" - resolved "https://registry.npmjs.org/@types/node/-/node-13.13.51.tgz" - integrity sha512-66/xg5I5Te4oGi5Jws11PtNmKkZbOPZWyBZZ/l5AOrWj1Dyw+6Ge/JhYTq/2/Yvdqyhrue8RL+DGI298OJ0xcg== +"@types/node@*", "@types/node@16.11.45": + version "16.11.45" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.45.tgz#155b13a33c665ef2b136f7f245fa525da419e810" + integrity sha512-3rKg/L5x0rofKuuUt5zlXzOnKyIHXmIu5R8A0TuNDMF2062/AOIDBciFIjToLEJ/9F9DzkHNot+BpNsMI1OLdQ== "@types/normalize-package-data@^2.4.0": version "2.4.1"