diff --git a/.github/action/package.json b/.github/action/package.json index d0c99585..7be6dd49 100644 --- a/.github/action/package.json +++ b/.github/action/package.json @@ -26,7 +26,7 @@ "yaml": "^2.3.4" }, "devDependencies": { - "@types/node": "^20.10.3", + "@types/node": "^20.10.4", "@typescript-eslint/parser": "^6.13.2", "@vercel/ncc": "^0.38.1", "eslint": "^8.55.0", diff --git a/.github/action/yarn.lock b/.github/action/yarn.lock index 412e64cf..e023cd61 100644 --- a/.github/action/yarn.lock +++ b/.github/action/yarn.lock @@ -839,10 +839,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/node@*", "@types/node@^20.10.3": - version "20.10.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3.tgz#4900adcc7fc189d5af5bb41da8f543cea6962030" - integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg== +"@types/node@*", "@types/node@^20.10.4": + version "20.10.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.4.tgz#b246fd84d55d5b1b71bf51f964bd514409347198" + integrity sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg== dependencies: undici-types "~5.26.4"