From 9f31617d871ae3046928abc4180e3468098a50ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 02:51:42 +0000 Subject: [PATCH] fix: demo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/package.json b/demo/package.json index 49f2f72..04ba87c 100644 --- a/demo/package.json +++ b/demo/package.json @@ -15,7 +15,7 @@ "@react-navigation/native": "^6.0.12", "@react-navigation/stack": "^6.2.3", "react": "18.1.0", - "react-native": "0.70.0", + "react-native": "0.73.0", "react-native-gesture-handler": "^2.6.0", "react-native-safe-area-context": "^4.3.3", "react-native-save-view": "^0.2.3",