From b0ed55257e288471fab207b6ada78d6df390b8f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Mar 2023 20:16:40 +0000 Subject: [PATCH] feat: upgrade ethers from 5.7.2 to 6.0.8 Snyk has created this PR to upgrade ethers from 5.7.2 to 6.0.8. See this package in npm: https://www.npmjs.com/package/ethers See this project in Snyk: https://app.snyk.io/org/jwood3794/project/08ed2721-9fd5-4a93-9795-771bb24c7ea3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee0f6d29a..561842d83 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-import": "^2.25.4", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-unused-imports": "^2.0.0", - "ethers": "^5.5.1", + "ethers": "^6.0.8", "graphql": "^15.5.1", "graphql-request": "^3.7.0", "jest": "^27.5.1",