From a20b18e3bc76e84f92dcc05010671e731b2656ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 01:12:18 +0000 Subject: [PATCH] fix: bots/js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- bots/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/js/package.json b/bots/js/package.json index 247d889e7..564c06568 100644 --- a/bots/js/package.json +++ b/bots/js/package.json @@ -2,7 +2,7 @@ "dependencies": { "bignumber.js": "4.0.1", "ethereumjs-tx": "1.3.3", - "ethereumjs-util": "4.5.0", + "ethereumjs-util": "4.5.1", "js-sha256": "0.3.0", "socket.io-client": "2.0.3", "web3": "0.17.0-alpha"