From b2f9a99461a6ea770e47214bf33248c55cfac491 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Mar 2025 07:54:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index deb1da86..a0d0db66 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "postinstall-postinstall": "^2.0.0", "prop-types": "^15.5.10", "react": "18.0.0", - "react-native": "^0.69.7", + "react-native": "^0.73.0", "react-native-action-sheet": "^2.2.0", "react-native-alert-async": "^1.0.5", "react-native-app-auth": "^6.4.0", @@ -69,7 +69,7 @@ "react-native-sound": "^0.11.1", "react-native-sqlite-storage": "^5.0.0", "react-native-svg": "^12.3.0", - "react-native-svg-transformer": "^1.0.0", + "react-native-svg-transformer": "^1.1.0", "react-native-vector-icons": "^9.0.0", "react-native-webview": "^11.22.6", "react-native-zip-archive": "^6.0.5",