From 6c9d69743afa3edc437cf0b7fbbae815fa0b1de2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 14:55:53 +0000 Subject: [PATCH] fix: assets/erc-5008/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 --- assets/erc-5008/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/erc-5008/package.json b/assets/erc-5008/package.json index 8d51880b18..08642da1e6 100644 --- a/assets/erc-5008/package.json +++ b/assets/erc-5008/package.json @@ -13,7 +13,7 @@ "@types/mocha": "^9.1.0", "@types/node": "^12.20.47", "chai": "^4.3.6", - "ethers": "^5.6.1", + "ethers": "^6.0.0", "hardhat": "^2.9.2", "solhint": "^3.3.7", "ts-node": "^10.8.1",