From 6c168feeb33de2c25900e911866caeba666a6813 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 21:21:05 +0000 Subject: [PATCH] fix: packages/ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 1fc469e74d0..b2be1a7682d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -14,7 +14,7 @@ "@tamagui/remove-scroll": "1.114.4", "@tamagui/theme-base": "1.114.4", "@testing-library/react-hooks": "7.0.2", - "ethers": "5.7.2", + "ethers": "6.0.0", "expo-linear-gradient": "12.7.2", "i18next": "23.10.0", "qrcode": "1.5.1",