From 2809e154f410d0c03639983c8c5e0890ff027c3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Oct 2024 14:44:28 +0000 Subject: [PATCH] fix: assets/eip-4973/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- assets/eip-4973/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/eip-4973/package.json b/assets/eip-4973/package.json index 496d41afa50b0..62741a3dcd9e1 100644 --- a/assets/eip-4973/package.json +++ b/assets/eip-4973/package.json @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/rugpullindex/ERC4973#readme", "dependencies": { - "ethers": "5.7.2" + "ethers": "6.0.0" }, "devDependencies": { "ava": "4.3.1"