From 89f53925b9b87998e8637e1e14e6ef20500ea1f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 23:19:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93e86c60a..96413fe72 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "moment": "^2.29.2", "nanoid": "^4.0.0", "react": "18.2.0", - "react-native": "0.72.3", + "react-native": "0.74.0", "react-native-auth0": "^2.16.0", "react-native-camera": "^3.43.9", "react-native-config": "^1.4.11",