diff --git a/package.json b/package.json index 7e4c438..a127e46 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": "^17.0.31", "commitlint": "^12.1.4", "husky": "4", "jest": "^27.0.5", diff --git a/yarn.lock b/yarn.lock index 3a28207..5a2ead1 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@^17.0.31": + version "17.0.31" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d" + integrity sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q== "@types/parse-json@^4.0.0": version "4.0.0"