diff --git a/package.json b/package.json index c30aace..8339b8d 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@babel/preset-env": "^7.7.6", "@babel/preset-typescript": "^7.7.4", "@types/jest": "^26.0.15", - "@types/node": "^14.0.13", + "@types/node": "^16.10.1", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.3.0", "babel-jest": "^26.5.2", diff --git a/yarn.lock b/yarn.lock index a1d92fd..18fce13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1461,10 +1461,10 @@ resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.0.tgz#57f228f2b80c046b4a1bd5cac031f81f207f4f03" integrity sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w== -"@types/node@*", "@types/node@^14.0.13": - version "14.14.22" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.22.tgz#0d29f382472c4ccf3bd96ff0ce47daf5b7b84b18" - integrity sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw== +"@types/node@*", "@types/node@^16.10.1": + version "16.10.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.1.tgz#f3647623199ca920960006b3dccf633ea905f243" + integrity sha512-4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w== "@types/normalize-package-data@^2.4.0": version "2.4.0"