From dd7ca5a0e51bb36e1d5c26482ccb061cc0560a1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 05:27:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - 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 39f4ab82105e8..4a2a949a2f790 100644 --- a/package.json +++ b/package.json @@ -231,7 +231,7 @@ "progress": "2.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.11", + "react-native": "0.72.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.14.0", "react-test-renderer": "18.2.0",