From e96754a7198701e7737ec8370bc68ff41228ebc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Feb 2023 16:31:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FILETYPE-2958042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 181b9da..f9b710f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@react-navigation/native": "^5.4.3", "@react-navigation/stack": "^5.4.0", "array-move": "^3.0.0", - "expo": "^40.0.0", + "expo": "^42.0.0", "prop-types": "^15.7.2", "react": "16.13.1", "react-dom": "16.13.1",