From 6c2c36e96ce4af4ed84926ce166df9007c19a076 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Mar 2024 22:48:30 +0000 Subject: [PATCH] fix: assets/eip-5773/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- assets/eip-5773/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/eip-5773/package.json b/assets/eip-5773/package.json index e6f2346786f858..8bf25de9114966 100644 --- a/assets/eip-5773/package.json +++ b/assets/eip-5773/package.json @@ -27,7 +27,7 @@ "ethers": "^5.6.9", "hardhat": "^2.12.2", "hardhat-contract-sizer": "^2.6.1", - "hardhat-gas-reporter": "^1.0.8", + "hardhat-gas-reporter": "^2.0.0", "prettier": "2.7.1", "prettier-plugin-solidity": "^1.0.0-beta.20", "solc": "^0.8.9",