From a3f8d435812fb7f9922f739be0f507befae3cc3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Mar 2026 04:56:13 +0000 Subject: [PATCH] fix: examples/react/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15307072 --- examples/react/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 6893b9f066..7daf0818f4 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -16,7 +16,7 @@ "@react-navigation/stack": "^6.4.1", "@tanstack/react-query": "^5.90.21", "@tanstack/react-query-devtools": "^5.91.3", - "expo": "^52.0.11", + "expo": "^53.0.0", "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", "react": "^19.0.0",