diff --git a/ui/package-lock.json b/ui/package-lock.json index 62b644a04..8c01eef06 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15183,9 +15183,9 @@ } }, "react-tippy": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-tippy/-/react-tippy-1.3.0.tgz", - "integrity": "sha512-9tqXbEB7ldtwlwOPZtT73GuRnSZFaEBhZsE6gSla311Lro/b4C6Y+hJfuARIh05YsCUVGGs7tMJpDHA6hLaBsQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/react-tippy/-/react-tippy-1.3.1.tgz", + "integrity": "sha512-WdpdqmZpu7U9vd3MKFQL2GynQBY2HW7AKrzSY9yVDcd2CA/R29e32y9BklMJjg8EcyD+i0SBzW6XSmeC5Mz6Jw==", "requires": { "popper.js": "^1.11.1" } diff --git a/ui/package.json b/ui/package.json index 9d2b5414d..9e78d2f03 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.3.0", + "react-tippy": "1.3.1", "react-transition-group": "4.3.0", "react-truncate": "2.4.0", "semver": "6.3.0",