From 220d0c487eb60dfe45036c87f936f4caa8ec4408 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 01:09:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 82db874b..2e3e362c 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ "async": "^2.5.0", "clone": "^2.0.0", "eth-sig-util": "^1.3.0", - "eth-block-tracker": "^2.2.2", - "ethereumjs-block": "^1.2.2", - "ethereumjs-tx": "^1.2.0", - "ethereumjs-util": "^5.1.1", - "ethereumjs-vm": "^2.0.2", + "eth-block-tracker": "^4.0.1", + "ethereumjs-block": "^2.2.2", + "ethereumjs-tx": "^2.1.2", + "ethereumjs-util": "^6.0.0", + "ethereumjs-vm": "^4.2.0", "fetch-ponyfill": "^4.0.0", "json-rpc-error": "^2.0.0", "json-stable-stringify": "^1.0.1",