From b29fe0d1df873b10c5a17b07a71a02c6cab01004 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 23:02:52 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 14b503e..0b0b826 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.73.0", "react-native-gesture-handler": "^1.9.0", "react-native-network-logger": "^1.8.1", "react-native-push-notification": "^7.3.1",