From 6d83f4cc185291f2852dbb55067a37ff752044f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Sep 2020 05:13:50 +0000 Subject: [PATCH] fix: upgrade react-animate-height from 2.0.3 to 2.0.23 Snyk has created this PR to upgrade react-animate-height from 2.0.3 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/reactioncommerce/project/acf26e89-c62e-4ec8-ae1f-82bbb86ee117?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f292e4db043..398d558a990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20658,13 +20658,12 @@ "dev": true }, "react-animate-height": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/react-animate-height/-/react-animate-height-2.0.3.tgz", - "integrity": "sha512-IrzXf029kby15pnpsd7SOYML+pT0wZBZe/0O51dggw3l4D59BYmMXPhOUPYjzfrGcy9DNN0PKyZZN65kCMcO6A==", + "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": { - "@types/react": "16.4.11", - "classnames": "2.2.6", - "prop-types": "15.7.2" + "classnames": "^2.2.5", + "prop-types": "^15.6.1" } }, "react-apollo": { diff --git a/package.json b/package.json index ef0c62dc252..d0b6a2cccbd 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "radium": "^0.22.0", "ramda": "^0.25.0", "react": "16.8.6", - "react-animate-height": "2.0.3", + "react-animate-height": "2.0.23", "react-apollo": "3.0.0", "react-autosuggest": "^9.4.3", "react-avatar": "^2.5.1",