diff --git a/package.json b/package.json index f2a17ffd..b74075bc 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": "^17.0.40", "@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..f91ff429 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@^17.0.40": + version "17.0.40" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.40.tgz#76ee88ae03650de8064a6cf75b8d95f9f4a16090" + integrity sha512-UXdBxNGqTMtm7hCwh9HtncFVLrXoqA3oJW30j6XWp5BH/wu3mVeaxo7cq5benFdBw34HB3XDT2TRPI7rXZ+mDg== "@types/semver@^5.5.0": version "5.5.0"