From 8449e4476940e6d4a5d9cf4d002cc1857cf8a265 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 04:50:45 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 3b183886c..87fb5d82b 100644 --- a/example/package.json +++ b/example/package.json @@ -37,7 +37,7 @@ "moment": "^2.24.0", "prop-types": "^15.7.2", "react": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.75.0", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-vector-icons": "9.2.0",