From 5d7ce06082afd9becba1677396e4c94f0e662154 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 May 2024 09:19:37 +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 006820be..1de3fcd0 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "husky": "7.0.2", "lint-staged": "11.1.1", "react": "16.13.1", - "react-native": "0.64.1", + "react-native": "0.69.12", "react-native-camera": "4.0.3", "react-native-reanimated": "2.0.1", "semantic-release": "17.3.7",