From 5705e0dc492bb5d2ad88d56d6a2c2cd4065a9b32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Feb 2025 04:41:54 +0000 Subject: [PATCH] fix: apps/mobile/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- apps/mobile/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index a91377950c8..2b598270337 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -102,7 +102,7 @@ "cross-fetch": "3.1.5", "d3-shape": "3.2.0", "dayjs": "1.11.7", - "ethers": "5.7.2", + "ethers": "6.0.0", "expo": "52.0.9", "expo-blur": "14.0.3", "expo-camera": "16.0.8", @@ -121,7 +121,7 @@ "react": "18.3.1", "react-freeze": "1.0.3", "react-i18next": "14.1.0", - "react-native": "0.76.6", + "react-native": "0.77.0", "react-native-appsflyer": "6.13.1", "react-native-bootsplash": "6.3.1", "react-native-context-menu-view": "1.15.0",