From 647979bf975026f3d07158c4cd71e27ec41326a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 10:11:10 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 35e9376..6197a63 100644 --- a/Example/package.json +++ b/Example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "^0.14.8", - "react-native": "^0.25.1", + "react-native": "^0.60.0", "react-native-animatable": "file:../", "react-native-collapsible": "^0.6.0" }