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" }