diff --git a/package.json b/package.json index 00be978..c8d0d0c 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "eslint": "^8.15.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.6.2", + "@types/node": "^17.0.31", "typescript": "^4.6.4" } } diff --git a/yarn.lock b/yarn.lock index 989129b..b986dce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -86,6 +86,11 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== +"@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== + "@typescript-eslint/eslint-plugin@^5.23.0": version "5.23.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"