diff --git a/package.json b/package.json index f53e5ee..c321cf0 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.11.0", "@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..93db357 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.11.0": + version "18.11.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.0.tgz#f38c7139247a1d619f6cc6f27b072606af7c289d" + integrity sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w== "@vercel/ncc@^0.34.0": version "0.34.0"