From 7c972bd8c05c31e1718de48d12a51f888c82fb96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 20:21:39 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v16.11.52 (#17451) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 06ca6b44f8..86e59749d2 100644 --- a/package.json +++ b/package.json @@ -255,7 +255,7 @@ "@types/marshal": "0.5.1", "@types/moo": "0.5.5", "@types/nock": "10.0.3", - "@types/node": "16.11.51", + "@types/node": "16.11.52", "@types/parse-link-header": "2.0.0", "@types/semver": "7.3.12", "@types/semver-stable": "3.0.0", diff --git a/yarn.lock b/yarn.lock index ff1920610e..b6162ef88d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2761,10 +2761,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.3.tgz#432c89796eab539b7a30b7b8801a727b585238a4" integrity sha512-LJgzOEwWuMTBxHzgBR/fhhBOWrvBjvO+zPteUgbbuQi80rYIZHrk1mNbRUqPZqSLP2H7Rwt1EFLL/tNLD1Xx/w== -"@types/node@16.11.51": - version "16.11.51" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.51.tgz#bb2114485e6fc1460f630702fb992007d120e928" - integrity sha512-h6p1A77pHBDdOcI9y6Wfh9iRGa8lMUZMk2ebHJTNTtRwgbQzgemZow6PW7+Xs7Z0r0IQFY1+iRlcNAkRrf53nA== +"@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@^13.7.0": version "13.13.52" -- GitLab