From 3cc65b03e6b023679270f9c45a71e43452d1b40c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Oct 2022 03:44:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTNATIVEREANIMATED-2949507 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1e1cb..1351ad2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-native": "~0.62.2", "react-native-elements": "^2.2.1", "react-native-gesture-handler": "~1.6.0", - "react-native-reanimated": "~1.9.0", + "react-native-reanimated": "~2.10.0", "react-native-safe-area-context": "~3.0.7", "react-native-screens": "~2.9.0", "react-native-tab-view": "^2.15.1",