From 273d9defba21df777b2dd5c7e2d65499667b86dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Dec 2023 14:05:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db1e1cb..3b364ac 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "expo": "~38.0.9", "expo-splash-screen": "^0.5.0", "expo-status-bar": "^1.0.0", - "expo-updates": "~0.2.10", + "expo-updates": "~0.11.0", "react": "~16.11.0", "react-dom": "~16.11.0", - "react-native": "~0.62.2", + "react-native": "~0.72.0", "react-native-elements": "^2.2.1", "react-native-gesture-handler": "~1.6.0", "react-native-reanimated": "~1.9.0",