From 6c9fea30d18308ed5297f36b1e97cb73642c365d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Aug 2025 22:37:40 +0000 Subject: [PATCH] fix: packages/wallets/torus/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- packages/wallets/torus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wallets/torus/package.json b/packages/wallets/torus/package.json index d83132a5c..bb52af0a4 100644 --- a/packages/wallets/torus/package.json +++ b/packages/wallets/torus/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@solana/wallet-adapter-base": "workspace:^", - "@toruslabs/solana-embed": "^0.3.3", + "@toruslabs/solana-embed": "^3.0.0", "assert": "^2.0.0", "crypto-browserify": "^3.12.0", "process": "^0.11.10",