From 5267f25d7685703331b0496a6399164266401a09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 12:49:42 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 51cac62..c0656c0 100644 --- a/example/package.json +++ b/example/package.json @@ -9,10 +9,10 @@ "web": "expo start --web" }, "dependencies": { - "expo": "~49.0.8", + "expo": "~52.0.5", "expo-status-bar": "~1.6.0", "react": "18.2.0", - "react-native": "0.72.4", + "react-native": "0.76.0", "react-dom": "18.2.0", "react-native-web": "~0.19.6" },