From 8f661cdf34c1b474424fed8100b4a2bb11b0601a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 20:38:45 +0000 Subject: [PATCH] fix: documentation/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- documentation/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index 40a339c78..bc20ab0e9 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -26,9 +26,9 @@ }, "homepage": "https://tronprotocol.github.io/sun-network", "dependencies": { - "axios": "^0.18.0", + "axios": "^1.13.5", "express": "^4.17.1", - "tronweb": "^2.5.6" + "tronweb": "^5.3.2" }, "devDependencies": { "@vue/ui": "^0.9.2",