From d44b8421714bde3e207736a1422de79190a53dd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2024 06:49:33 +0000 Subject: [PATCH] fix: example/expo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- example/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/expo/package.json b/example/expo/package.json index 521b9a090..690a4a7d7 100644 --- a/example/expo/package.json +++ b/example/expo/package.json @@ -20,7 +20,7 @@ "@react-navigation/native": "^6.0.10", "@react-navigation/native-stack": "^6.6.2", "@react-navigation/stack": "^6.2.1", - "expo": "^46.0.0", + "expo": "^52.0.5", "expo-status-bar": "~1.4.0", "faker": "^4.1.0", "nanoid": "^3.3.3",