From cbd712d919ec8d55be3ef724c791b888318f6759 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 May 2020 00:39:22 +0200 Subject: [PATCH] fix: upgrade react-transition-group from 2.5.3 to 2.9.0 Snyk has created this PR to upgrade react-transition-group from 2.5.3 to 2.9.0. See this package in NPM: https://www.npmjs.com/package/react-transition-group See this project in Snyk: https://app.snyk.io/org/blockchain/project/878decb0-e4ba-4522-ae51-942477d07788?utm_source=github&utm_medium=upgrade-pr --- packages/blockchain-info-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blockchain-info-components/package.json b/packages/blockchain-info-components/package.json index 53f2934832f..29ea87819bb 100644 --- a/packages/blockchain-info-components/package.json +++ b/packages/blockchain-info-components/package.json @@ -75,7 +75,7 @@ "react-intl": "2.8.0", "react-onclickoutside": "6.8.0", "react-select": "3.0.3", - "react-transition-group": "2.5.3", + "react-transition-group": "2.9.0", "styled-components": "4.4.1", "universal-cookie": "4.0.0" }