From cc87e6a9070edb1ee90e4b458c9d761b3a694abb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 23:44:42 +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 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4780969c7..66e954f7d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "commonmark-react-renderer": "git+https://github.com/RocketChat/commonmark-react-renderer.git", "dequal": "^2.0.3", "ejson": "^2.2.3", - "expo": "^46.0.9", + "expo": "^51.0.0", "expo-apple-authentication": "4.2.1", "expo-av": "11.2.3", "expo-camera": "12.3.0", @@ -85,7 +85,7 @@ "prop-types": "15.7.2", "react": "17.0.2", "react-hook-form": "^7.34.2", - "react-native": "RocketChat/react-native#1b987e4ae3d5e912fda77da5215912ec15f14327", + "react-native": "0.72.0", "react-native-animatable": "^1.3.3", "react-native-background-timer": "2.4.1", "react-native-bootsplash": "^4.3.3",