From 2dd9e5a76afcc4b135cd79da68702a588a7abb31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 00:43:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82db874b..e26adc1d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ethereumjs-tx": "^1.2.0", "ethereumjs-util": "^5.1.1", "ethereumjs-vm": "^2.0.2", - "fetch-ponyfill": "^4.0.0", + "fetch-ponyfill": "^6.1.0", "json-rpc-error": "^2.0.0", "json-stable-stringify": "^1.0.1", "promise-to-callback": "^1.0.0",