From 8376345cc9bcecfdd6f27d6512e0eb445ae743c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 04:14:14 +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-8187303 --- bots/js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots/js/package.json b/bots/js/package.json index 247d889e7..a435a0998 100644 --- a/bots/js/package.json +++ b/bots/js/package.json @@ -1,8 +1,8 @@ { "dependencies": { "bignumber.js": "4.0.1", - "ethereumjs-tx": "1.3.3", - "ethereumjs-util": "4.5.0", + "ethereumjs-tx": "2.1.2", + "ethereumjs-util": "4.5.1", "js-sha256": "0.3.0", "socket.io-client": "2.0.3", "web3": "0.17.0-alpha"