From 2c1f99b59106980599a8c79c8a6e0b45f43df6ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Feb 2025 18:52:05 +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-UNDICI-8641354 --- apps/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index c0bbff9515a..51e131d87cd 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -156,7 +156,7 @@ "typed-redux-saga": "1.5.0", "uniswap": "workspace:^", "utilities": "workspace:^", - "wallet": "workspace:^" + "wallet": "0.0.1" }, "devDependencies": { "@babel/core": "7.26.0",