From bb66aa12e76c1c03a04ec4e9c7ee7ed1430f2357 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 May 2024 00:26:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1e1cb..2617ba0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@react-navigation/bottom-tabs": "^5.8.0", "@react-navigation/native": "^5.7.3", "@react-navigation/stack": "^5.9.0", - "expo": "~38.0.9", + "expo": "~51.0.0", "expo-splash-screen": "^0.5.0", "expo-status-bar": "^1.0.0", "expo-updates": "~0.2.10",