From dee72f760d7275eb621627a588aa35a32b3990c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 09:49:41 +0100 Subject: [PATCH] chore(deps): update dependency @types/node to v12.19.3 (#7594) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33a79d5caf..2aa7a6f137 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "@types/markdown-it": "10.0.2", "@types/markdown-table": "2.0.0", "@types/nock": "10.0.3", - "@types/node": "12.19.1", + "@types/node": "12.19.3", "@types/node-emoji": "1.8.1", "@types/parse-link-header": "1.0.0", "@types/registry-auth-token": "3.3.0", diff --git a/yarn.lock b/yarn.lock index 62263afda8..3d467b9304 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1759,10 +1759,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.3.tgz#e1c09064121f894baaad2bd9f12ce4a41bffb274" integrity sha512-33/L34xS7HVUx23e0wOT2V1qPF1IrHgQccdJVm9uXGTB9vFBrrzBtkQymT8VskeKOxjz55MSqMv0xuLq+u98WQ== -"@types/node@12.19.1": - version "12.19.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.1.tgz#303f74c8a2b35644594139e948b2be470ae1186f" - integrity sha512-/xaVmBBjOGh55WCqumLAHXU9VhjGtmyTGqJzFBXRWZzByOXI5JAJNx9xPVGEsNizrNwcec92fQMj458MWfjN1A== +"@types/node@12.19.3": + version "12.19.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.3.tgz#a6e252973214079155f749e8bef99cc80af182fa" + integrity sha512-8Jduo8wvvwDzEVJCOvS/G6sgilOLvvhn1eMmK3TW8/T217O7u1jdrK6ImKLv80tVryaPSVeKu6sjDEiFjd4/eg== "@types/node@^13.7.0": version "13.13.28" -- GitLab