From 2cf5df490ff63cacf77653f92305f6234bca3bd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 14:25:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 128a2c1..4b73c54 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "hardhat": "^2.9.3", "hardhat-abi-exporter": "^2.8.0", "hardhat-deploy": "^0.11.4", - "hardhat-gas-reporter": "^1.0.8", + "hardhat-gas-reporter": "^2.0.0", "hardhat-network-metadata": "^0.0.2", "hardhat-typechain": "^0.3.5", "jest": "^28.1.0",