diff --git a/ui/package-lock.json b/ui/package-lock.json index 8667cdbbb..1c2aaabd1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -20560,9 +20560,9 @@ } }, "react-transition-group": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.0.tgz", - "integrity": "sha512-c7wuNGJlHItwt6+HS0e9r53ZD5ARJDJSRYBv0APmfQqSCSokdrgJm07IO0ZKwjTVkIQKOlSTO3F06A3JqUSl7Q==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz", + "integrity": "sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==", "requires": { "@babel/runtime": "^7.5.5", "dom-helpers": "^5.0.1", diff --git a/ui/package.json b/ui/package.json index a564e7d4e..ee0965145 100644 --- a/ui/package.json +++ b/ui/package.json @@ -57,7 +57,7 @@ "react-scripts": "3.4.1", "react-select": "3.1.0", "react-tippy": "1.3.4", - "react-transition-group": "4.4.0", + "react-transition-group": "4.4.1", "typeface-open-sans": "0.0.75", "typescript": "3.8.3" },