From 5e9698fd50b14a308629b44ffa5e3b4de0843e85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 21:10:25 +0000 Subject: [PATCH] fix: web3.js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- web3.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index 84240446e258d7..042059ccdc7eab 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -91,7 +91,7 @@ "@rollup/plugin-multi-entry": "^4.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-replace": "^4.0.0", - "@solana/spl-token": "^0.2.0", + "@solana/spl-token": "^0.3.2", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.15",