From 08d994f3252a6fdd19d70c11902654d1b56d9741 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 05:12:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d69951..f3dcb39 100644 --- a/package.json +++ b/package.json @@ -107,8 +107,8 @@ "soroban-client": "1.0.0-beta.4", "stellar-sdk": "^12.0.0", "timed-cache": "^2.0.0", - "tronweb": "^4.4.0", - "web3": "1.9.0", + "tronweb": "^5.3.2", + "web3": "4.0.1", "web3-core": "1.9.0", "web3-eth-contract": "1.9.0", "web3-utils": "4.2.1"