From d856f3f7f7927208d6181da82b2d8395268f17f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 05:42:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f8f37297..7b4f1909 100644 --- a/package.json +++ b/package.json @@ -22,14 +22,14 @@ "cross-fetch": "^2.1.0", "eth-block-tracker": "^4.4.2", "eth-json-rpc-errors": "^1.0.1", - "eth-json-rpc-filters": "^4.1.0", - "eth-json-rpc-infura": "^4.0.1", - "eth-json-rpc-middleware": "^4.1.5", + "eth-json-rpc-filters": "^4.2.0", + "eth-json-rpc-infura": "^5.1.0", + "eth-json-rpc-middleware": "^6.0.0", "eth-sig-util": "^1.4.2", - "ethereumjs-block": "^1.2.2", + "ethereumjs-block": "^2.2.2", "ethereumjs-tx": "^1.2.0", "ethereumjs-util": "^5.1.5", - "ethereumjs-vm": "^2.3.4", + "ethereumjs-vm": "^4.2.0", "json-stable-stringify": "^1.0.1", "promise-to-callback": "^1.0.0", "readable-stream": "^2.2.9",