diff --git a/package-lock.json b/package-lock.json index b6e4d20..5863694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "dotenv": "^16.4.5", "hardhat": "^2.22.13", - "hardhat-deploy": "^0.12.4", + "hardhat-deploy": "^0.13.0", "prettier": "^3.3.3", "prettier-plugin-solidity": "^1.4.1", "solhint": "^5.0.3" @@ -4354,9 +4354,9 @@ } }, "node_modules/hardhat-deploy": { - "version": "0.12.4", - "resolved": "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.12.4.tgz", - "integrity": "sha512-bYO8DIyeGxZWlhnMoCBon9HNZb6ji0jQn7ngP1t5UmGhC8rQYhji7B73qETMOFhzt5ECZPr+U52duj3nubsqdQ==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.13.0.tgz", + "integrity": "sha512-tGT55vaGIijMYm2nin6ypSfFPLwqsPzKIRZ5yW7/PAyk5Rv0yIKEQNLk8zomMn0vNXR8ral3lf4ociA2u7uxSA==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.7.0", @@ -4382,7 +4382,7 @@ "match-all": "^1.2.6", "murmur-128": "^0.2.1", "qs": "^6.9.4", - "zksync-ethers": "^5.0.0" + "zksync-ethers": "^5.8.0" } }, "node_modules/hardhat-deploy/node_modules/ansi-styles": { @@ -8439,13 +8439,16 @@ } }, "node_modules/zksync-ethers": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/zksync-ethers/-/zksync-ethers-5.4.0.tgz", - "integrity": "sha512-UG6czQ/xGqe7iv/Pvs3r1W/ardflSUyCZ5ZbpINNunFArxVEPVobjNLNIJjD0ZRFnEi8LGXSnBPmBnurwk4FRQ==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/zksync-ethers/-/zksync-ethers-5.9.2.tgz", + "integrity": "sha512-Y2Mx6ovvxO6UdC2dePLguVzvNToOY8iLWeq5ne+jgGSJxAi/f4He/NF6FNsf6x1aWX0o8dy4Df8RcOQXAkj5qw==", "dev": true, "dependencies": { "ethers": "~5.7.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "ethers": "~5.7.0" } diff --git a/package.json b/package.json index 49e7a88..006cd0a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "dotenv": "^16.4.5", "hardhat": "^2.22.13", - "hardhat-deploy": "^0.12.4", + "hardhat-deploy": "^0.13.0", "prettier": "^3.3.3", "prettier-plugin-solidity": "^1.4.1", "solhint": "^5.0.3"