From 7f013c884cc2d304d3e7f9befac8ca00ec6c0b46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Jul 2022 03:09:25 +0000 Subject: [PATCH] fix: upgrade react-native-collapsible from 0.6.0 to 0.13.0 Snyk has created this PR to upgrade react-native-collapsible from 0.6.0 to 0.13.0. See this package in npm: https://www.npmjs.com/package/react-native-collapsible See this project in Snyk: https://app.snyk.io/org/omahn/project/e2ab8322-7f3b-4fdb-9fa5-128991c23ff8?utm_source=github&utm_medium=referral&page=upgrade-pr --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 35e9376..8f42011 100644 --- a/Example/package.json +++ b/Example/package.json @@ -9,6 +9,6 @@ "react": "^0.14.8", "react-native": "^0.25.1", "react-native-animatable": "file:../", - "react-native-collapsible": "^0.6.0" + "react-native-collapsible": "^0.13.0" } }