From 27546212e2bd491a346b7a59a57202f0402bec11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 08:45:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1d74891..7bdc3ea 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@typechain/hardhat": "^3.0.0", "dotenv": "^10.0.0", "ethereum-waffle": "^3.4.0", - "hardhat": "^2.6.1", + "hardhat": "^2.11.0", "hardhat-contract-sizer": "^2.0.3", "hardhat-deploy": "^0.9.0", "hardhat-gas-reporter": "^1.0.4", @@ -43,8 +43,8 @@ "@openzeppelin/contracts": "^4.8.1", "@openzeppelin/contracts-upgradeable": "^4.8.1", "@openzeppelin/hardhat-upgrades": "^1.22.1", - "hardhat": "2.10.1", - "starknet": "^4.9.0" + "hardhat": "2.11.0", + "starknet": "^5.0.0" }, "scripts": { "compile": "hardhat starknet-compile",