From afb5551eab9cc8d4bc7c15f2e8b772d55a3084e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 18:43:24 +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-14908844 --- 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",