From d1839bec204bd9264daffb8dd4599be51677d53e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Dec 2025 03:05:48 +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-8720086 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-BIGINTBUFFER-3364597 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 - https://snyk.io/vuln/SNYK-JS-SOLANAWEB3JS-6647564 - https://snyk.io/vuln/SNYK-JS-BASEX-10118294 --- 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",