From 62c58a6488aa8e126cec83976d4a1037c7f5a8a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 16:20: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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index e08378d4..0c1a803b 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "@react-navigation/stack": "^5.8.0", "appium": "^1.18.3", "react": "16.13.1", - "react-native": "0.63.2", + "react-native": "0.76.0", "react-native-gesture-handler": "^1.7.0", "react-native-reanimated": "^1.10.1", "react-native-safe-area-context": "^3.1.1",