From bb570b3ebb1a060a7665aa1779f82fab51156615 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Apr 2023 05:07:33 +0000 Subject: [PATCH] fix: upgrade react-motion from 0.4.4 to 0.5.2 Snyk has created this PR to upgrade react-motion from 0.4.4 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/staging-psp/project/0af10029-f97f-40cf-8350-7232540076ac?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 709752ff36e..207daa145da 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-hot-loader": "1.3.1", "react-immutable-proptypes": "2.1.0", "react-markdown": "^2.5.0", - "react-motion": "0.4.4", + "react-motion": "0.5.2", "react-object-inspector": "0.2.1", "react-redux": "^4.x.x", "react-remarkable": "1.1.1",