From a8f8479b1b474bea7ad89ebdfd35afab765f10ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 02:29:30 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index deb1da86..2003f40f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "postinstall-postinstall": "^2.0.0", "prop-types": "^15.5.10", "react": "18.0.0", - "react-native": "^0.69.7", + "react-native": "^0.72.0", "react-native-action-sheet": "^2.2.0", "react-native-alert-async": "^1.0.5", "react-native-app-auth": "^6.4.0",