From e3749a994b4fc26e42712e0faa9b142629ec03c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 03:56:50 +0000 Subject: [PATCH] fix: documentation/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- documentation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/package.json b/documentation/package.json index 40a339c78..4e95fed21 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -28,7 +28,7 @@ "dependencies": { "axios": "^0.18.0", "express": "^4.17.1", - "tronweb": "^2.5.6" + "tronweb": "^5.3.0" }, "devDependencies": { "@vue/ui": "^0.9.2",