From 2588b8d40daa020311475658cd8ab99b056730b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:52:59 +0000 Subject: [PATCH] Bump react-animate-height from 2.1.2 to 3.2.3 Bumps [react-animate-height](https://github.com/Stanko/react-animate-height) from 2.1.2 to 3.2.3. - [Changelog](https://github.com/Stanko/react-animate-height/blob/v3/CHANGELOG.md) - [Commits](https://github.com/Stanko/react-animate-height/commits) --- updated-dependencies: - dependency-name: react-animate-height dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 00bbb2e..f143cec 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "polished": "^4.1.3", "prism-react-renderer": "^1.3.5", "react": "17.0.2", - "react-animate-height": "^2.0.23", + "react-animate-height": "^3.2.3", "react-dom": "17.0.2", "react-hook-form": "^7.17.4", "react-mailchimp-subscribe": "^2.1.3", diff --git a/yarn.lock b/yarn.lock index 6cc0bb0..f321d8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5322,7 +5322,7 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -classnames@^2.2.5, classnames@^2.3.2: +classnames@^2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924" integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw== @@ -10599,7 +10599,7 @@ prop-types@15.7.2, prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.7.2: object-assign "^4.1.1" react-is "^16.8.1" -prop-types@^15.6.1, prop-types@^15.8.1: +prop-types@^15.8.1: version "15.8.1" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== @@ -10708,13 +10708,10 @@ re-resizable@^6.9.9: resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.9.tgz#99e8b31c67a62115dc9c5394b7e55892265be216" integrity sha512-l+MBlKZffv/SicxDySKEEh42hR6m5bAHfNu3Tvxks2c4Ah+ldnWjfnVRwxo/nxF27SsUsxDS0raAzFuJNKABXA== -react-animate-height@^2.0.23: - version "2.1.2" - resolved "https://registry.yarnpkg.com/react-animate-height/-/react-animate-height-2.1.2.tgz#9b450fc64d46f10f5e07da8d0d5e2c47b9f15030" - integrity sha512-A9jfz/4CTdsIsE7WCQtO9UkOpMBcBRh8LxyHl2eoZz1ki02jpyUL5xt58gabd0CyeLQ8fRyQ+s2lyV2Ufu8Owg== - dependencies: - classnames "^2.2.5" - prop-types "^15.6.1" +react-animate-height@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/react-animate-height/-/react-animate-height-3.2.3.tgz#90929aadac1bd1851cb6a685acc105b50ccfda8c" + integrity sha512-R6DSvr7ud07oeCixScyvXWEMJY/Mt2+GyOWC1KMaRc69gOBw+SsCg4TJmrp4rKUM1hyd6p+YKw90brjPH93Y2A== react-beautiful-dnd@^13.1.0: version "13.1.1"