diff --git a/package.json b/package.json index ff0e5c5..a3ab80f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@actions/tool-cache": "^2.0.1" }, "devDependencies": { - "@types/node": "^18.0.1", + "@types/node": "^18.0.4", "@vercel/ncc": "^0.34.0", "npm-run-all": "^4.1.5", "typescript": "^4.7.4" diff --git a/yarn.lock b/yarn.lock index 68e7dff..b3ad38f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -136,10 +136,10 @@ dependencies: "@octokit/openapi-types" "^11.2.0" -"@types/node@^18.0.1": - version "18.0.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.1.tgz#e91bd73239b338557a84d1f67f7b9e0f25643870" - integrity sha512-CmR8+Tsy95hhwtZBKJBs0/FFq4XX7sDZHlGGf+0q+BRZfMbOTkzkj0AFAuTyXbObDIoanaBBW0+KEW+m3N16Wg== +"@types/node@^18.0.4": + version "18.0.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.4.tgz#48aedbf35efb3af1248e4cd4d792c730290cd5d6" + integrity sha512-M0+G6V0Y4YV8cqzHssZpaNCqvYwlCiulmm0PwpNLF55r/+cT8Ol42CHRU1SEaYFH2rTwiiE1aYg/2g2rrtGdPA== "@vercel/ncc@^0.34.0": version "0.34.0"