From 726eef2f062ee7effb670cbac4e7d1eee7c71cff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jan 2022 06:21:54 +0000 Subject: [PATCH] fix: upgrade react-motion from 0.3.1 to 0.5.2 Snyk has created this PR to upgrade react-motion from 0.3.1 to 0.5.2. See this package in npm: https://www.npmjs.com/package/react-motion See this project in Snyk: https://app.snyk.io/org/caputomarcos/project/48d032f9-66ba-4e6a-8257-b1e01c2e1af2?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 435b617d4a..39fd4d97cb 100644 --- a/client/package.json +++ b/client/package.json @@ -22,7 +22,7 @@ "react-addons-transition-group": "0.14.3", "react-addons-update": "0.14.3", "react-dom": "0.14.3", - "react-motion": "0.3.1", + "react-motion": "0.5.2", "reqwest": "~2.0.5", "timely": "0.1.0" },