From df49334a7d15318f1bd9a02d3ed5d79f1184e338 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 18:50:03 +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-WS-7266574 --- web3.js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web3.js/package.json b/web3.js/package.json index 84240446e258d7..d3687a257eee4e 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", @@ -118,7 +118,7 @@ "esm": "^3.2.25", "http-server": "^14.0.0", "mocha": "^8.2.1", - "mockttp": "^2.0.1", + "mockttp": "^3.2.0", "mz": "^2.7.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0",