From 9173d05a9da6dc04be05069aaf748d1a7828ad6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 05:42:58 +0000 Subject: [PATCH] fix: template/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- template/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/package.json b/template/package.json index 0df6803..4b876d6 100644 --- a/template/package.json +++ b/template/package.json @@ -42,8 +42,8 @@ "react": "18.3.1", "react-error-boundary": "^4.0.13", "react-i18next": "^14.1.2", - "react-native": "0.74.1", - "react-native-bootsplash": "^5.5.3", + "react-native": "0.76.0", + "react-native-bootsplash": "^6.0.0", "react-native-code-push": "^8.2.2", "react-native-config": "^1.5.1", "react-native-exception-handler": "^2.10.10",