diff --git a/package.json b/package.json index 7e4c438..c3d6bce 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": "^18.11.13", "commitlint": "^12.1.4", "husky": "4", "jest": "^27.0.5", diff --git a/yarn.lock b/yarn.lock index 3a28207..6d69312 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@^18.11.13": + version "18.11.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.13.tgz#dff34f226ec1ac0432ae3b136ec5552bd3b9c0fe" + integrity sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w== "@types/parse-json@^4.0.0": version "4.0.0"