From 085eb4d16662e7efdbbca370ad560a85dbfe9f3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 20:00:44 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v12.19.1 (#7549) 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 da2b5d5d42..d647498a72 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "@types/markdown-table": "2.0.0", "@types/moment-timezone": "0.5.13", "@types/nock": "10.0.3", - "@types/node": "12.12.68", + "@types/node": "12.19.1", "@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 61f3d10b57..7a31988536 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1761,10 +1761,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.10.tgz#8c102aba13bf5253f35146affbf8b26275069bef" integrity sha512-yV1nWZPlMFpoXyoknm4S56y2nlTAuFYaJuQtYRAOU7xA/FJ9RY0Xm7QOkaYMMmr8ESdHIuUb6oQgR/0+2NqlyA== -"@types/node@12.12.68": - version "12.12.68" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.68.tgz#dd5acf4a52a458ff1d9ef4fd66406fba0afbbb33" - integrity sha512-3RW2s24ewB7F9dAHvgb9FRvNHn6nO9IK6Eaknbz7HTOe2a5GVne5XbUh5+YA+kcCn67glyHhClUUdFP73LWrgQ== +"@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@^13.7.0": version "13.13.26" -- GitLab