diff --git a/ui/package-lock.json b/ui/package-lock.json index de3b44b26..d6d6ed926 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12624,9 +12624,9 @@ } }, "react-transition-group": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.2.1.tgz", - "integrity": "sha512-IXrPr93VzCPupwm2O6n6C2kJIofJ/Rp5Ltihhm9UfE8lkuVX2ng/SUUl/oWjblybK9Fq2Io7LGa6maVqPB762Q==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.2.2.tgz", + "integrity": "sha512-uP0tjqewtvjb7kGZFpZYPoD/NlVZmIgts9eTt1w35pAaEApPxQGv94lD3VkqyXf2aMqrSGwhs6EV/DLaoKbLSw==", "requires": { "@babel/runtime": "^7.4.5", "dom-helpers": "^3.4.0", diff --git a/ui/package.json b/ui/package.json index bda32d7c5..771901a36 100644 --- a/ui/package.json +++ b/ui/package.json @@ -49,7 +49,7 @@ "react-scripts": "3.0.1", "react-select": "3.0.4", "react-tippy": "1.2.3", - "react-transition-group": "4.2.1", + "react-transition-group": "4.2.2", "react-truncate": "2.4.0", "semver": "6.3.0", "typeface-open-sans": "0.0.75"