From fcba340a4ffdcb2b519a18eb18d170896e5acaba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 04:12:10 +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 b605ad8..ec7c03b 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "react": "15.0.2", - "react-native": "0.26.1" + "react-native": "0.69.12" } }