From 962bfcb6c49ac1091d282a3a672e42152bc41f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:07:00 +0000 Subject: [PATCH] Update dependency @types/node to ^18.17.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 36abe0e..0433845 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@actions/io": "^1.1.3" }, "devDependencies": { - "@types/node": "^18.16.19", + "@types/node": "^18.17.1", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.36.1", "eslint-plugin-github": "^4.9.2", diff --git a/yarn.lock b/yarn.lock index 5094a8d..03bab86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -763,10 +763,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/node@*", "@types/node@^18.16.19": - version "18.16.19" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea" - integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA== +"@types/node@*", "@types/node@^18.17.1": + version "18.17.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.1.tgz#84c32903bf3a09f7878c391d31ff08f6fe7d8335" + integrity sha512-xlR1jahfizdplZYRU59JlUx9uzF1ARa8jbhM11ccpCJya8kvos5jwdm2ZAgxSCwOl0fq21svP18EVwPBXMQudw== "@types/prettier@^2.1.5": version "2.7.2"