diff --git a/ui/package-lock.json b/ui/package-lock.json index 6837611d1..23a5e1055 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19873,9 +19873,9 @@ } }, "react-tippy": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/react-tippy/-/react-tippy-1.3.3.tgz", - "integrity": "sha512-e1CgG96JfZC7raYDVnduPyGXE954oZ3M1GayDGkIZw72vJgcRj/xn0nvKt6r/9yOWp4n597JY391FwHBr1wxvw==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/react-tippy/-/react-tippy-1.3.4.tgz", + "integrity": "sha512-56eLAtcNoRBOmMessnm3U6PF//OqbqKp1oxwjoOwi/JKqo/y132zNcIl8QQCMnS6ITa3c6ZVaRAq4K1FGhloJQ==", "requires": { "popper.js": "^1.11.1" } diff --git a/ui/package.json b/ui/package.json index ad5e5edc0..c39e7a261 100644 --- a/ui/package.json +++ b/ui/package.json @@ -54,7 +54,7 @@ "react-reveal": "1.2.2", "react-scripts": "3.3.1", "react-select": "3.0.8", - "react-tippy": "1.3.3", + "react-tippy": "1.3.4", "react-transition-group": "4.3.0", "semver": "7.1.2", "typeface-open-sans": "0.0.75",