From e2c337bca619c12178ba85bad28a8c068ec5c172 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 18:19:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5615f035..f400dc44 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.8", "ethereumjs-abi": "^0.6.8", "ethereumjs-util": "^7.1.5", "hardhat": "^2.12.0", @@ -88,7 +88,7 @@ "@gnosis.pm/safe-contracts": "1.3.0", "@openzeppelin/contracts": "^4.8.1", "@openzeppelin/contracts-upgradeable": "^4.8.1", - "ethers": "^5.7.1" + "ethers": "^6.0.0" }, "peerDependencies": { "ethers": "^5.7.1"