From 8034f3ae9747cb61dc330f5bbbf7586c151ff3fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 16:22:18 +0000 Subject: [PATCH] Update dependency @types/node to ^18.16.12 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b806baa..2008f83 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@actions/io": "^1.1.3" }, "devDependencies": { - "@types/node": "^18.16.9", + "@types/node": "^18.16.12", "@typescript-eslint/parser": "^5.59.6", "@vercel/ncc": "^0.36.1", "eslint-plugin-github": "^4.7.0", diff --git a/yarn.lock b/yarn.lock index af37bc6..4efa3a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -746,10 +746,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.9": - version "18.16.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.9.tgz#e79416d778a8714597342bb87efb5a6e914f7a73" - integrity sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA== +"@types/node@*", "@types/node@^18.16.12": + version "18.16.12" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.12.tgz#f11e19055c5b3daeb79dc6eb7ccdd3d036313034" + integrity sha512-tIRrjbY9C277MOfP8M3zjMIhtMlUJ6YVqkGgLjz+74jVsdf4/UjC6Hku4+1N0BS0qyC0JAS6tJLUk9H6JUKviQ== "@types/prettier@^2.1.5": version "2.7.2"