From c5ac501acd0394b57f05381bdd9a59c605827088 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 23:56:51 +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 9c7721eb19..c4b3e2a271 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "hoist-non-react-statics": "^2.5.0", "prop-types": "^15.6.1", "react": "16.3.1", - "react-native": "0.55.3", + "react-native": "0.69.12", "react-native-camera": "^1.1.1", "react-native-keyboard-aware-scroll-view": "^0.5.0", "react-native-markdown-renderer": "^3.2.8",