From 6f28a739a92087d3e27cbfc67d34ed1327fc719c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2024 07:00:54 +0000 Subject: [PATCH] fix: templates/library/react-native-library-boilerplate/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-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- .../react-native-library-boilerplate/example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/library/react-native-library-boilerplate/example/package.json b/templates/library/react-native-library-boilerplate/example/package.json index 90c1f6c0..2905f181 100644 --- a/templates/library/react-native-library-boilerplate/example/package.json +++ b/templates/library/react-native-library-boilerplate/example/package.json @@ -9,10 +9,10 @@ "web": "expo start --web" }, "dependencies": { - "expo": "~47.0.12", + "expo": "~52.0.5", "expo-status-bar": "~1.4.2", "react": "18.1.0", - "react-native": "0.70.5", + "react-native": "0.76.0", "react-dom": "18.1.0", "react-native-web": "~0.18.9" },