From b50b43f072355a64edb49304b2f4357998059777 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 May 2024 02:44:09 +0000 Subject: [PATCH] fix: templates/expo-template-blank-typescript/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-SEMVER-3247795 --- templates/expo-template-blank-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/expo-template-blank-typescript/package.json b/templates/expo-template-blank-typescript/package.json index 4de02cd37160f2..13dd4e30d5cba0 100644 --- a/templates/expo-template-blank-typescript/package.json +++ b/templates/expo-template-blank-typescript/package.json @@ -10,7 +10,7 @@ "web": "expo start --web" }, "dependencies": { - "expo": "~50.0.0-preview.4", + "expo": "~51.0.0", "expo-status-bar": "~1.11.0", "react": "18.2.0", "react-native": "0.73.4"