From 75888c40901cc87b0ee61c07348c1206e6ffbb91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 16:49:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82db874b..35921898 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "async": "^2.5.0", "clone": "^2.0.0", "eth-sig-util": "^1.3.0", - "eth-block-tracker": "^2.2.2", + "eth-block-tracker": "^4.0.1", "ethereumjs-block": "^1.2.2", "ethereumjs-tx": "^1.2.0", "ethereumjs-util": "^5.1.1",