From e201e7f3de739d6f16cbd438dd80acb66bf4bf4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 00:21:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SECP256K1-8237220 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5615f035..6dc6732f 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-no-only-tests": "^3.0.0", "eslint-plugin-prettier": "^4.2.1", - "ethereum-waffle": "^3.4.4", + "ethereum-waffle": "^4.0.1", "ethereumjs-abi": "^0.6.8", "ethereumjs-util": "^7.1.5", "hardhat": "^2.12.0",