From 967ad606a52988caec8220126bfdcae0ffd54aba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 23:03:07 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v16.11.53 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec4aa667c..d168b600d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@commitlint/types": "17.0.0", "@types/jest": "27.5.2", - "@types/node": "16.11.45", + "@types/node": "16.11.53", "@typescript-eslint/parser": "5.30.7", "@vercel/ncc": "0.34.0", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index 904f39b53..69c9eea99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1375,10 +1375,10 @@ resolved "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c" integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA== -"@types/node@16.11.45": - version "16.11.45" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.45.tgz#155b13a33c665ef2b136f7f245fa525da419e810" - integrity sha512-3rKg/L5x0rofKuuUt5zlXzOnKyIHXmIu5R8A0TuNDMF2062/AOIDBciFIjToLEJ/9F9DzkHNot+BpNsMI1OLdQ== +"@types/node@16.11.53": + version "16.11.53" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.53.tgz#0826570a96f46cdba185c7129f11628bd6d3ab11" + integrity sha512-3yJerjVV8GlGSWCjEPal2cDymbQEE/1bhUr1NdW5apDPZo6EjBaqHxR7AC4wKmZ24Hzqcz+tgJyAGe9qcGHw7w== "@types/node@>=12": version "17.0.18"