From 950e38f1075fe92ef673f2ee9c1a8e25e682bcb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 07:45:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70d9443..bfe9669 100644 --- a/package.json +++ b/package.json @@ -39,11 +39,11 @@ "expo-random": "~12.3.0", "expo-status-bar": "~1.4.0", "firebase": "^9.6.11", - "jest": "^26.6.3", + "jest": "^28.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.73.0", "react-native-gesture-handler": "^2.8.0", "react-native-paper": "^5.0.0-rc.9", "react-native-paper-select": "^0.3.8",