From 3eee85e3ab77f47ade5d4b7a9932fe2421df0c4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 02:24:35 +0000 Subject: [PATCH] fix: package/example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/example/package.json b/package/example/package.json index 679dc94084..6bc1e3d1d4 100644 --- a/package/example/package.json +++ b/package/example/package.json @@ -18,7 +18,7 @@ "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "react": "^18.2.0", - "react-native": "^0.72.3", + "react-native": "^0.76.0", "react-native-fast-image": "^8.6.3", "react-native-gesture-handler": "^2.12.1", "react-native-mmkv": "^2.10.2",