From 08d0b28b2b18f6d55eadcb934baa7561a7291854 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 09:24:11 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70d9443..9f9181b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jest-expo": "^48.0.2", "radio-buttons-react-native": "^1.0.4", "react": "18.0.0", - "react-native": "0.69.6", + "react-native": "0.74.0", "react-native-gesture-handler": "^2.8.0", "react-native-paper": "^5.0.0-rc.9", "react-native-paper-select": "^0.3.8",