From 5811d4193db8da21c8249e6bc1ed1a3e4bef81ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 23:59:06 +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 19c71a5..18165e7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "firebase": "^2.4.2", "react": "^0.14.8", "react-dom": "^0.14.8", - "react-native": "^0.25.1", + "react-native": "^0.69.12", "react-native-hockeyapp": "^0.3.0", "react-redux": "^4.4.5", "react-router": "^2.4.0",