From 0650398e161422ef041425a51308886df1c96da6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Apr 2022 16:49:55 +0000 Subject: [PATCH] fix: upgrade react-animate-height from 2.0.21 to 2.0.23 Snyk has created this PR to upgrade react-animate-height from 2.0.21 to 2.0.23. See this package in npm: https://www.npmjs.com/package/react-animate-height See this project in Snyk: https://app.snyk.io/org/spark-design-system/project/55c5b296-35b5-41cc-a085-14ab00680527?utm_source=github&utm_medium=referral&page=upgrade-pr --- react/package-lock.json | 6 +++--- react/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/react/package-lock.json b/react/package-lock.json index a84eaad45d..41e2eb6312 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -13824,9 +13824,9 @@ } }, "react-animate-height": { - "version": "2.0.21", - "resolved": "https://registry.npmjs.org/react-animate-height/-/react-animate-height-2.0.21.tgz", - "integrity": "sha512-CZHdjMD8qqp10tYtWmauWYASXxxv9vYeljxFGFtbcrbNXhsUv0w3IjxVK+0yCnyfk7769WfMZKHra4vRcbMnQg==", + "version": "2.0.23", + "resolved": "https://registry.npmjs.org/react-animate-height/-/react-animate-height-2.0.23.tgz", + "integrity": "sha512-DucSC/1QuxWEFzR9IsHMzrf2nrcZ6qAmLIFoENa2kLK7h72XybcMA9o073z7aHccFzdMEW0/fhAdnQG7a4rDow==", "requires": { "classnames": "^2.2.5", "prop-types": "^15.6.1" diff --git a/react/package.json b/react/package.json index 16405a8073..270b1d8f0f 100644 --- a/react/package.json +++ b/react/package.json @@ -65,7 +65,7 @@ "lodash.assign": "^4.2.0", "lodash.uniqueid": "^4.0.1", "prop-types": "^15.6.2", - "react-animate-height": "^2.0.20", + "react-animate-height": "^2.0.23", "tiny-date-picker": "github:sparkdesignsystem/tiny-date-picker#v3.2.9", "warning": "^4.0.3" }