From ec82337e90f41e987755bbd140d4cc6446ac209c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 09:05:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db1e1cb..2306634 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.18.8", "react": "~16.11.0", "react-dom": "~16.11.0", - "react-native": "~0.62.2", + "react-native": "~0.74.0", "react-native-elements": "^2.2.1", "react-native-gesture-handler": "~1.6.0", "react-native-reanimated": "~1.9.0",