From 9c8cff1ab0fe4c16eb897c55adbcde51f4c76f87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2024 00:02:55 +0000 Subject: [PATCH] fix: templates/expo-template-tabs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- templates/expo-template-tabs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/expo-template-tabs/package.json b/templates/expo-template-tabs/package.json index a108d50e1c449a..5e25519df13f85 100644 --- a/templates/expo-template-tabs/package.json +++ b/templates/expo-template-tabs/package.json @@ -15,7 +15,7 @@ "dependencies": { "@expo/vector-icons": "^13.0.0", "@react-navigation/native": "^6.0.2", - "expo": "~49.0.0-alpha.5", + "expo": "~51.0.8", "expo-font": "~11.4.0", "expo-linking": "~5.0.0", "expo-splash-screen": "~0.20.0",