From 57d529b1c75beb3fdd3cb190d084aa11fe9398bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 14:35:04 +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 14b503e..b13a7c5 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "@react-navigation/native": "^5.8.10", "@react-navigation/stack": "^5.12.8", "react": "17.0.2", - "react-native": "0.66.5", + "react-native": "0.74.0", "react-native-gesture-handler": "^1.9.0", "react-native-network-logger": "^1.8.1", "react-native-push-notification": "^7.3.1",