diff --git a/package.json b/package.json index 7e4c438..094b6dc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@chiffre/analytics-faker": "^1.1.0", "@commitlint/config-conventional": "^12.1.4", "@types/jest": "^26.0.23", - "@types/node": "^15.12.5", + "@types/node": "^16.7.6", "commitlint": "^12.1.4", "husky": "4", "jest": "^27.0.5", diff --git a/yarn.lock b/yarn.lock index 3a28207..a1a6a79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -948,15 +948,10 @@ jest-diff "^26.0.0" pretty-format "^26.0.0" -"@types/node@*": - version "14.14.25" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93" - integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ== - -"@types/node@^15.12.5": - version "15.12.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.5.tgz#9a78318a45d75c9523d2396131bd3cca54b2d185" - integrity sha512-se3yX7UHv5Bscf8f1ERKvQOD6sTyycH3hdaoozvaLxgUiY5lIGEeH37AD0G0Qi9kPqihPn0HOfd2yaIEN9VwEg== +"@types/node@*", "@types/node@^16.7.6": + version "16.7.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.6.tgz#8666478db8095aa66e25b7e469f3e7b53ea2855e" + integrity sha512-VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg== "@types/parse-json@^4.0.0": version "4.0.0"