diff --git a/package.json b/package.json index f53e5ee..3ea75a8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@actions/tool-cache": "^2.0.1" }, "devDependencies": { - "@types/node": "^18.8.2", + "@types/node": "^18.8.3", "@vercel/ncc": "^0.34.0", "npm-run-all": "^4.1.5", "typescript": "^4.8.4" diff --git a/yarn.lock b/yarn.lock index 46a49eb..69637f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -137,10 +137,10 @@ dependencies: "@octokit/openapi-types" "^11.2.0" -"@types/node@^18.8.2": - version "18.8.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067" - integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA== +"@types/node@^18.8.3": + version "18.8.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.3.tgz#ce750ab4017effa51aed6a7230651778d54e327c" + integrity sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w== "@vercel/ncc@^0.34.0": version "0.34.0"