From 002fd7e673a7f4fbd02cfaebf636ea7592078b3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 08:12:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 774c771a..dcfb0b81 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "ramda": "^0.26.1", "react": "16.8.6", "react-apollo": "^2.5.8", - "react-native": "0.60.3", + "react-native": "0.69.12", "react-native-device-info": "^2.1.3", "react-native-dotenv": "^0.2.0", "react-native-gesture-handler": "^1.3.0",