From 54b8a304b260f13f2376d9e42cb1a38c9ffd6d47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 May 2025 06:27:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BASEX-10118294 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 128a2c1..4ffef47 100644 --- a/package.json +++ b/package.json @@ -54,10 +54,10 @@ "eslint": "^8.14.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", - "ethereum-waffle": "^3.4.4", + "ethereum-waffle": "^4.0.0", "ethers": "^5.6.4", "gulp": "^4.0.2", - "hardhat": "^2.9.3", + "hardhat": "^2.11.0", "hardhat-abi-exporter": "^2.8.0", "hardhat-deploy": "^0.11.4", "hardhat-gas-reporter": "^1.0.8", @@ -73,7 +73,7 @@ "solc-0.8.4": "^1.0.1", "solhint": "^3.3.7", "solhint-plugin-prettier": "^0.0.5", - "solidity-coverage": "^0.7.20", + "solidity-coverage": "^0.8.0", "solidity-docgen": "^0.6.0-beta.8", "swc-node": "^1.0.0", "ts-command-line-args": "^2.2.1",