diff --git a/package.json b/package.json index 66bdbe0..a3fea89 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/jest": "^27.4.0", - "@types/node": "^17.0.29", + "@types/node": "^17.0.31", "eslint": "^8.14.0", "eslint-plugin-fp": "^2.3.0", "jest": "^27.4.7", diff --git a/yarn.lock b/yarn.lock index 8a79955..7001350 100644 --- a/yarn.lock +++ b/yarn.lock @@ -611,10 +611,10 @@ jest-matcher-utils "^27.0.0" pretty-format "^27.0.0" -"@types/node@*", "@types/node@^17.0.29": - version "17.0.29" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.29.tgz#7f2e1159231d4a077bb660edab0fde373e375a3d" - integrity sha512-tx5jMmMFwx7wBwq/V7OohKDVb/JwJU5qCVkeLMh1//xycAJ/ESuw9aJ9SEtlCZDYi2pBfe4JkisSoAtbOsBNAA== +"@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/prettier@^2.1.5": version "2.4.4"