diff --git a/package.json b/package.json index f2a17ffd..9ca05efc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/chai": "^4.1.7", "@types/fs-extra": "^5.0.5", "@types/mocha": "^5.2.6", - "@types/node": "^8.10.59", + "@types/node": "^18.15.10", "@types/semver": "^5.5.0", "@types/supports-color": "^5.3.0", "chai": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index cbf3c5d0..7a8ed40a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -230,15 +230,10 @@ dependencies: "@types/node" "*" -"@types/node@*": - version "11.11.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.4.tgz#8808bd5a82bbf6f5d412eff1c228d178e7c24bb3" - integrity sha512-02tIL+QIi/RW4E5xILdoAMjeJ9kYq5t5S2vciUdFPXv/ikFTb0zK8q9vXkg4+WAJuYXGiVT1H28AkD2C+IkXVw== - -"@types/node@^8.10.59": - version "8.10.59" - resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.59.tgz#9e34261f30183f9777017a13d185dfac6b899e04" - integrity sha512-8RkBivJrDCyPpBXhVZcjh7cQxVBSmRk9QM7hOketZzp6Tg79c0N8kkpAIito9bnJ3HCVCHVYz+KHTEbfQNfeVQ== +"@types/node@*", "@types/node@^18.15.10": + version "18.15.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.10.tgz#4ee2171c3306a185d1208dad5f44dae3dee4cfe3" + integrity sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ== "@types/semver@^5.5.0": version "5.5.0"