From a8ce963b96937e16a94a0b5a3a805e598f6b6dfb Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 01:09:55 +0000 Subject: [PATCH] fix: ExpoImplementationEAS/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- ExpoImplementationEAS/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpoImplementationEAS/package.json b/ExpoImplementationEAS/package.json index 66bd672..e117f3d 100644 --- a/ExpoImplementationEAS/package.json +++ b/ExpoImplementationEAS/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@contentsquare/react-native-bridge": "^5.0.0", - "expo": "51.0.28", + "expo": "53.0.0", "expo-build-properties": "~0.8.3", "expo-status-bar": "~1.12.1", "react": "18.2.0",