From 20f6f77d5b103cf2df8b839d4dfc3b9c5e2205a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Jan 2025 03:04:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2698b9c..1dae5b6a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@turf/helpers": "^6.5.0", "@turf/turf": "^7.0.0", "d3-shape": "^3.2.0", - "expo": "~51.0.21", + "expo": "~52.0.25", "expo-application": "~5.9.1", "expo-build-properties": "~0.12.5", "expo-camera": "~15.0.14", @@ -51,7 +51,7 @@ "expo-image": "~1.12.13", "expo-image-manipulator": "~12.0.5", "expo-linear-gradient": "~13.0.2", - "expo-linking": "~6.3.1", + "expo-linking": "~7.0.4", "expo-localization": "~15.0.3", "expo-location": "^17.0.1", "expo-router": "~3.5.16",