diff --git a/package.json b/package.json index c0444a5..4e76a74 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/glob": "^7.1.1", "@types/js-yaml": "^4.0.0", "@types/lodash": "^4.14.122", - "@types/node": "^14.0.1", + "@types/node": "^15.12.1", "@types/prettier": "^2.0.0", "@types/qs": "^6.5.2", "@typescript-eslint/eslint-plugin": "^4.18.0", diff --git a/yarn.lock b/yarn.lock index a93af7b..7a9e31e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -94,10 +94,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.4.tgz#f0ec25dbf2f0e4b18647313ac031134ca5b24b21" integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA== -"@types/node@*", "@types/node@^14.0.1": - version "14.14.39" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.39.tgz#9ef394d4eb52953d2890e4839393c309aa25d2d1" - integrity sha512-Qipn7rfTxGEDqZiezH+wxqWYR8vcXq5LRpZrETD19Gs4o8LbklbmqotSUsMU+s5G3PJwMRDfNEYoxrcBwIxOuw== +"@types/node@*", "@types/node@^15.12.1": + version "15.12.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.1.tgz#9b60797dee1895383a725f828a869c86c6caa5c2" + integrity sha512-zyxJM8I1c9q5sRMtVF+zdd13Jt6RU4r4qfhTd7lQubyThvLfx6yYekWSQjGCGV2Tkecgxnlpl/DNlb6Hg+dmEw== "@types/parse-json@^4.0.0": version "4.0.0"