diff --git a/package.json b/package.json index 32ec135..8c7e677 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/github": "^6.0.0" }, "devDependencies": { - "@types/node": "^20.12.7", + "@types/node": "^20.14.2", "@typescript-eslint/parser": "^7.7.1", "@vercel/ncc": "^0.38.1", "eslint": "^8.57.0", diff --git a/yarn.lock b/yarn.lock index 5ecb836..f6334b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -934,10 +934,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/node@*", "@types/node@^20.12.7": - version "20.12.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384" - integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg== +"@types/node@*", "@types/node@^20.14.2": + version "20.14.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18" + integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q== dependencies: undici-types "~5.26.4"