From c1127780ab76b44c4b8cfddd97ddbeac64b500ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 20:14:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 181b9da..9118b9c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@react-navigation/native": "^5.4.3", "@react-navigation/stack": "^5.4.0", "array-move": "^3.0.0", - "expo": "^40.0.0", + "expo": "^41.0.0", "prop-types": "^15.7.2", "react": "16.13.1", "react-dom": "16.13.1", @@ -46,7 +46,7 @@ "react-native-gesture-handler": "~1.8.0", "react-native-material-menu": "^1.1.3", "react-native-modal": "^11.5.6", - "react-native-reanimated": "~1.13.0", + "react-native-reanimated": "~2.3.0", "react-native-safe-area-context": "3.1.9", "react-native-safe-area-view": "^1.1.1", "react-native-screens": "~2.15.0",