From e2c72b555b335590dc505985477ea415075892a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 17:43:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 70d9443..afec898 100644 --- a/package.json +++ b/package.json @@ -32,18 +32,18 @@ "@react-navigation/stack": "^6.3.4", "axios": "^1.1.3", "base-64": "^1.0.0", - "expo": "~46.0.16", - "expo-apple-authentication": "~4.3.0", + "expo": "~48.0.1", + "expo-apple-authentication": "~5.0.0", "expo-auth-session": "3.7.1", "expo-checkbox": "~2.2.0", "expo-random": "~12.3.0", "expo-status-bar": "~1.4.0", "firebase": "^9.6.11", - "jest": "^26.6.3", + "jest": "^29.0.0", "jest-expo": "^48.0.2", "radio-buttons-react-native": "^1.0.4", "react": "18.0.0", - "react-native": "0.69.6", + "react-native": "0.72.0", "react-native-gesture-handler": "^2.8.0", "react-native-paper": "^5.0.0-rc.9", "react-native-paper-select": "^0.3.8",