From bccc2968b5c98a81695a290d674296fe9801a319 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 16:46:33 +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",