From 4d5293223099da819dc5d6949a303232794d895c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 22:12:14 +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-12613773 --- documentation/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index 40a339c78..655ce1a6b 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.12.0", "express": "^4.17.1", - "tronweb": "^2.5.6" + "tronweb": "^5.3.2" }, "devDependencies": { "@vue/ui": "^0.9.2",