From e3b5fc92376ec285e1f1c737846bc9ccd3bf90f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Feb 2023 12:06:09 +0000 Subject: [PATCH] fix: apps/sandbox/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- apps/sandbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index 2a12d2a51724f..2586a65e34369 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -10,7 +10,7 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "expo": "~38.0.0", + "expo": "~48.0.0", "react": "16.11.0", "react-native": "0.62.2" },