From 4ff172a1b01960be7ce19a196309edada082cb1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 06:19:03 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 51cac62..f628dad 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "expo": "~49.0.8", "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" },