From 2d009e4f8808294accf9d9bf832699300acf732b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 07:03:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 128a2c1..4560583 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@ethersproject/providers": "^5.6.4", "@nomiclabs/hardhat-ethers": "^2.0.5", "@nomiclabs/hardhat-etherscan": "^3.0.3", - "@nomiclabs/hardhat-solhint": "^2.0.0", + "@nomiclabs/hardhat-solhint": "^3.0.0", "@nomiclabs/hardhat-solpp": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.3", "@nomiclabs/hardhat-web3": "^2.0.0", @@ -51,13 +51,13 @@ "chai": "^4.3.6", "cross-env": "^7.0.3", "dotenv": "^16.0.0", - "eslint": "^8.14.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "ethereum-waffle": "^3.4.4", "ethers": "^5.6.4", "gulp": "^4.0.2", - "hardhat": "^2.9.3", + "hardhat": "^2.10.0", "hardhat-abi-exporter": "^2.8.0", "hardhat-deploy": "^0.11.4", "hardhat-gas-reporter": "^1.0.8", @@ -67,11 +67,11 @@ "jest-environment-node-single-context": "^28.0.0", "jest-sonar-reporter": "^2.0.0", "marked": "^4.0.10", - "mocha": "^9.2.2", + "mocha": "^10.6.0", "prettier": "^2.6.2", "prettier-plugin-solidity": "^1.0.0-beta.19", "solc-0.8.4": "^1.0.1", - "solhint": "^3.3.7", + "solhint": "^3.4.0", "solhint-plugin-prettier": "^0.0.5", "solidity-coverage": "^0.7.20", "solidity-docgen": "^0.6.0-beta.8",