From 553509d83df2bd5c1879193b372ec5cc5e1825a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Aug 2022 21:32:51 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v16.11.52 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec4aa667c..67a74cd44 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.52", "@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..6872c7846 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.52": + version "16.11.52" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.52.tgz#d797437435455f237800c171d05639f0335c37b9" + integrity sha512-GnstYouCa9kbYokBCWEVrszJ1P2rGAQpKrqACHKuixkaT8XGu8nsqHvEUIGqDs5vwtsJ7LrYqnPDKRD1V+M39A== "@types/node@>=12": version "17.0.18"