From 9a01e1bc7c7c0403d29f536df88c31eaada78e25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Oct 2020 07:13:44 +0000 Subject: [PATCH] fix(deps): update dependency @types/node to v14.11.11 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 799e7740a..5f13b50f1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3771,9 +3771,9 @@ "dev": true }, "@types/node": { - "version": "14.11.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.10.tgz", - "integrity": "sha512-yV1nWZPlMFpoXyoknm4S56y2nlTAuFYaJuQtYRAOU7xA/FJ9RY0Xm7QOkaYMMmr8ESdHIuUb6oQgR/0+2NqlyA==" + "version": "14.11.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.11.tgz", + "integrity": "sha512-UcaAZrL8uO5GNS+NLxkYg1RiOMgdLxCXGqs+TTupltXN8rTvUEKTOpqCV3tlcAIZJXzcBQajzmjdrvuPvnuMUw==" }, "@types/node-fetch": { "version": "2.5.7", diff --git a/ui/package.json b/ui/package.json index 0dc110d00..29ce93df9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "@types/lodash.merge": "4.6.6", "@types/lodash.throttle": "4.1.6", "@types/lodash.uniqueid": "4.0.6", - "@types/node": "14.11.10", + "@types/node": "14.11.11", "@types/promise-retry": "1.1.3", "@types/qs": "6.9.5", "@types/react": "16.9.53",