From 41c30c44e1e2b6ef5485bb24635cdc498319f923 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 22 Oct 2019 06:46:01 +0000 Subject: [PATCH] fix(deps): update dependency react-tippy to v1.2.8 --- 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 2a4ad133f..89d78a8b2 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15346,9 +15346,9 @@ } }, "react-tippy": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/react-tippy/-/react-tippy-1.2.3.tgz", - "integrity": "sha512-cEmhw29DbVP33n9ayo0nLzibuSz6o0A77cZtzno7zGsfOH8tUEGai/8a7TXRIKHPYDooW8iJkJBIPDnxmEu00g==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/react-tippy/-/react-tippy-1.2.8.tgz", + "integrity": "sha512-WhAuBNDcJSgsIoFSRPYvtjeSEzOU+JKr4V3jPTCeDdzIB9hiidUFdN/68nqC3nt3ovNd+z7clgGgVirZTObcKw==", "requires": { "popper.js": "^1.11.1" } diff --git a/ui/package.json b/ui/package.json index cd79c1857..0cd0f624e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -50,7 +50,7 @@ "react-reveal": "1.2.2", "react-scripts": "3.2.0", "react-select": "3.0.8", - "react-tippy": "1.2.3", + "react-tippy": "1.2.8", "react-transition-group": "4.3.0", "react-truncate": "2.4.0", "semver": "6.3.0",