From 5fb2070fbf1ca789b7fa09ee81243ad18af7e6f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jul 2023 19:40:02 +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-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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 253841074bc4f4..fa89105702a647 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -10,7 +10,7 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "expo": "~36.0.0", + "expo": "~49.0.0", "react": "16.9.0", "react-native": "0.61.4" },