From 465479219eff04b2c0d84f72f8dcba46ed87cac6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jan 2024 17:42:33 +0000 Subject: [PATCH] fix: Frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- Frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/package.json b/Frontend/package.json index 2a9240b..058007f 100644 --- a/Frontend/package.json +++ b/Frontend/package.json @@ -15,7 +15,7 @@ "@react-navigation/native-stack": "^6.9.1", "@types/axios": "^0.14.0", "axios": "^1.1.3", - "expo": "~46.0.16", + "expo": "~50.0.0", "expo-av": "~12.0.4", "expo-linear-gradient": "~11.4.0", "expo-status-bar": "~1.4.0",