From 067db2daa107732417ff00efa4953aaabf37e3b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:56:43 +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 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 054cb51fa..8e6149f55 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "react-dom": "^16.12.0", "react-i18next": "^11.13.0", "react-modal": "^3.14.3", - "react-native": "0.68.2", + "react-native": "0.72.0", "react-native-animatable": "^1.3.3", "react-native-auth0": "^2.10.0", "react-native-blob-util": "^0.16.0",