From 70e57673e5d80c6b3b8c9b5b7bd0e42e0ec4cb40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:12:49 +0000 Subject: [PATCH] chore(deps): bump ethers from 6.12.2 to 6.13.5 Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.12.2 to 6.13.5. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/compare/v6.12.2...v6.13.5) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/basic-example/package.json | 2 +- examples/deploy-example/package.json | 2 +- .../package.json | 2 +- examples/mixed-example/package.json | 2 +- examples/node-example/package.json | 2 +- .../noninline-libraries-example/package.json | 2 +- examples/upgradable-example-l1/package.json | 2 +- examples/upgradable-example/package.json | 2 +- examples/verify-example/package.json | 2 +- examples/verify-vyper-example/package.json | 2 +- examples/vyper-example/package.json | 2 +- examples/zksync-ethers-example/package.json | 2 +- packages/hardhat-zksync-deploy/package.json | 4 +- packages/hardhat-zksync-ethers/package.json | 4 +- .../hardhat-zksync-upgradable/package.json | 2 +- packages/hardhat-zksync/package.json | 2 +- pnpm-lock.yaml | 185 +++++++++--------- 17 files changed, 114 insertions(+), 107 deletions(-) diff --git a/examples/basic-example/package.json b/examples/basic-example/package.json index 17ba1e8e2..72aebf609 100644 --- a/examples/basic-example/package.json +++ b/examples/basic-example/package.json @@ -34,7 +34,7 @@ "@matterlabs/hardhat-zksync-node": "workspace:^", "chalk": "^4.1.2", "hardhat": "^2.22.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0", "@matterlabs/zksync-contracts": "^0.6.1", "@openzeppelin/contracts": "^4.9.6", diff --git a/examples/deploy-example/package.json b/examples/deploy-example/package.json index dbbff6daa..f813ce7fb 100644 --- a/examples/deploy-example/package.json +++ b/examples/deploy-example/package.json @@ -33,7 +33,7 @@ "@matterlabs/hardhat-zksync-solc": "workspace:^", "chalk": "^4.1.2", "hardhat": "^2.22.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0" }, "prettier": { diff --git a/examples/download-with-compiler-origin/package.json b/examples/download-with-compiler-origin/package.json index 2c3f88f16..476ebbaa0 100644 --- a/examples/download-with-compiler-origin/package.json +++ b/examples/download-with-compiler-origin/package.json @@ -34,7 +34,7 @@ "@matterlabs/hardhat-zksync-solc": "workspace:^", "chalk": "^4.1.2", "hardhat": "^2.22.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0" }, "prettier": { diff --git a/examples/mixed-example/package.json b/examples/mixed-example/package.json index a56242758..1a4d41946 100644 --- a/examples/mixed-example/package.json +++ b/examples/mixed-example/package.json @@ -26,7 +26,7 @@ "@matterlabs/hardhat-zksync-solc": "workspace:^", "@matterlabs/hardhat-zksync-vyper": "workspace:^", "@nomiclabs/hardhat-vyper": "^3.0.5", - "ethers": "^6.7.1", + "ethers": "^6.13.5", "hardhat": "^2.22.5" }, "prettier": { diff --git a/examples/node-example/package.json b/examples/node-example/package.json index c2aecfbdc..49eb22b51 100644 --- a/examples/node-example/package.json +++ b/examples/node-example/package.json @@ -39,7 +39,7 @@ "@nomicfoundation/hardhat-chai-matchers": "^2.0.7", "chalk": "^4.1.2", "hardhat": "^2.22.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0", "@matterlabs/zksync-contracts": "^0.6.1", "@openzeppelin/contracts": "^5.0.2", diff --git a/examples/noninline-libraries-example/package.json b/examples/noninline-libraries-example/package.json index 85fe73fa4..935fbef98 100644 --- a/examples/noninline-libraries-example/package.json +++ b/examples/noninline-libraries-example/package.json @@ -33,7 +33,7 @@ "@matterlabs/hardhat-zksync-solc": "workspace:^", "chalk": "^4.1.2", "hardhat": "^2.22.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0", "@matterlabs/zksync-contracts": "^0.6.1", "@openzeppelin/contracts": "^5.0.2", diff --git a/examples/upgradable-example-l1/package.json b/examples/upgradable-example-l1/package.json index 7f234f1d3..6aaa4a8cc 100644 --- a/examples/upgradable-example-l1/package.json +++ b/examples/upgradable-example-l1/package.json @@ -38,7 +38,7 @@ "@nomicfoundation/hardhat-ethers": "3.0.6", "@openzeppelin/contracts-upgradeable": "^5.0.2", "chalk": "^4.1.2", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "hardhat": "^2.22.5", "zksync": "^0.13.1", "zksync-ethers": "^6.15.0" diff --git a/examples/upgradable-example/package.json b/examples/upgradable-example/package.json index 7192db0bc..ab5f0f5f8 100644 --- a/examples/upgradable-example/package.json +++ b/examples/upgradable-example/package.json @@ -30,7 +30,7 @@ "typescript": "^5.3.0" }, "dependencies": { - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0", "hardhat": "^2.22.5", "@matterlabs/hardhat-zksync-deploy": "workspace:^", diff --git a/examples/verify-example/package.json b/examples/verify-example/package.json index a3c85529c..12dc7f880 100644 --- a/examples/verify-example/package.json +++ b/examples/verify-example/package.json @@ -36,7 +36,7 @@ "@matterlabs/hardhat-zksync-upgradable": "workspace:^", "chalk": "^4.1.2", "hardhat": "^2.22.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0" }, "prettier": { diff --git a/examples/verify-vyper-example/package.json b/examples/verify-vyper-example/package.json index fd5dc715c..7ae2567f9 100644 --- a/examples/verify-vyper-example/package.json +++ b/examples/verify-vyper-example/package.json @@ -34,7 +34,7 @@ "@matterlabs/hardhat-zksync-verify-vyper": "workspace:^", "chalk": "^4.1.2", "@nomiclabs/hardhat-vyper": "^3.0.5", - "ethers": "^6.7.1", + "ethers": "^6.13.5", "hardhat": "^2.22.5" }, "prettier": { diff --git a/examples/vyper-example/package.json b/examples/vyper-example/package.json index 5d0a616fe..34811fb8e 100644 --- a/examples/vyper-example/package.json +++ b/examples/vyper-example/package.json @@ -33,7 +33,7 @@ "@matterlabs/hardhat-zksync-vyper": "workspace:^", "@nomiclabs/hardhat-vyper": "^3.0.5", "chalk": "^4.1.2", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0" }, "prettier": { diff --git a/examples/zksync-ethers-example/package.json b/examples/zksync-ethers-example/package.json index c291d6f1a..dbfd69709 100644 --- a/examples/zksync-ethers-example/package.json +++ b/examples/zksync-ethers-example/package.json @@ -34,7 +34,7 @@ "@matterlabs/hardhat-zksync-ethers": "workspace:^", "chalk": "^4.1.2", "hardhat": "^2.22.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0" }, "prettier": { diff --git a/packages/hardhat-zksync-deploy/package.json b/packages/hardhat-zksync-deploy/package.json index bc315aad2..e105d6093 100644 --- a/packages/hardhat-zksync-deploy/package.json +++ b/packages/hardhat-zksync-deploy/package.json @@ -56,7 +56,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-prettier": "^5.0.1", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0", "hardhat": "^2.22.5", "ts-node": "^10.9.2", @@ -67,7 +67,7 @@ }, "peerDependencies": { "hardhat": "^2.22.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0" }, "prettier": { diff --git a/packages/hardhat-zksync-ethers/package.json b/packages/hardhat-zksync-ethers/package.json index 743f1fa63..7da54ac12 100644 --- a/packages/hardhat-zksync-ethers/package.json +++ b/packages/hardhat-zksync-ethers/package.json @@ -61,13 +61,13 @@ "rimraf": "^5.0.7", "ts-node": "^10.9.2", "typescript": "^5.3.0", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0", "rlp": "3.0.0", "c8": "^8.0.1" }, "peerDependencies": { - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0" }, "prettier": { diff --git a/packages/hardhat-zksync-upgradable/package.json b/packages/hardhat-zksync-upgradable/package.json index 5cb770373..c32c44e3b 100644 --- a/packages/hardhat-zksync-upgradable/package.json +++ b/packages/hardhat-zksync-upgradable/package.json @@ -45,7 +45,7 @@ "chalk": "^4.1.2", "compare-versions": "^6.1.0", "ethereumjs-util": "^7.1.5", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "fs-extra": "^11.2.0", "hardhat": "^2.22.5", "zksync-ethers": "^6.15.0", diff --git a/packages/hardhat-zksync/package.json b/packages/hardhat-zksync/package.json index b52a0a2c4..3645080ef 100644 --- a/packages/hardhat-zksync/package.json +++ b/packages/hardhat-zksync/package.json @@ -42,7 +42,7 @@ "@matterlabs/hardhat-zksync-ethers": "workspace:^", "@nomicfoundation/hardhat-verify": "^2.0.0", "@openzeppelin/upgrades-core": "^1.37.0", - "ethers": "^6.12.2", + "ethers": "^6.13.5", "zksync-ethers": "^6.15.0", "chai": "^4.3.4", "sinon-chai": "^3.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a9dd6362..70f6b78b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,14 +63,14 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -121,14 +121,14 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -179,14 +179,14 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -240,8 +240,8 @@ importers: specifier: ^3.0.5 version: 3.0.6(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) ethers: - specifier: ^6.7.1 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) @@ -299,7 +299,7 @@ importers: version: 0.6.1(@openzeppelin/contracts-upgradeable@5.0.2(@openzeppelin/contracts@5.0.2))(@openzeppelin/contracts@5.0.2) '@nomicfoundation/hardhat-chai-matchers': specifier: ^2.0.7 - version: 2.0.7(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(chai@4.4.1)(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) + version: 2.0.7(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(chai@4.4.1)(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) '@openzeppelin/contracts': specifier: ^5.0.2 version: 5.0.2 @@ -313,14 +313,14 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/chai': specifier: ^4.3.16 @@ -389,14 +389,14 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -454,28 +454,28 @@ importers: version: link:../../packages/hardhat-zksync-verify '@nomicfoundation/hardhat-ethers': specifier: 3.0.6 - version: 3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) + version: 3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) '@openzeppelin/contracts-upgradeable': specifier: ^5.0.2 version: 5.0.2(@openzeppelin/contracts@5.0.2) '@openzeppelin/hardhat-upgrades': specifier: ^3.2.1 - version: 3.4.0(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(@nomicfoundation/hardhat-verify@2.0.8(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) + version: 3.4.0(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(@nomicfoundation/hardhat-verify@2.0.8(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) chalk: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync: specifier: ^0.13.1 - version: 0.13.1(@ethersproject/logger@5.7.0)(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 0.13.1(@ethersproject/logger@5.7.0)(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@openzeppelin/contracts': specifier: ^5.0.2 @@ -536,7 +536,7 @@ importers: version: link:../../packages/hardhat-zksync-verify '@nomicfoundation/hardhat-ethers': specifier: 3.0.6 - version: 3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) + version: 3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) '@openzeppelin/contracts-upgradeable': specifier: ^5.0.2 version: 5.0.2(@openzeppelin/contracts@5.0.2) @@ -544,17 +544,17 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync: specifier: ^0.13.1 - version: 0.13.1(@ethersproject/logger@5.7.0)(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 0.13.1(@ethersproject/logger@5.7.0)(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@openzeppelin/contracts': specifier: ^5.0.2 @@ -617,14 +617,14 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -684,8 +684,8 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.7.1 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) @@ -742,11 +742,11 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -800,14 +800,14 @@ importers: specifier: ^4.1.2 version: 4.1.2 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -876,8 +876,8 @@ importers: specifier: ^4.3.4 version: 4.4.1 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) @@ -889,7 +889,7 @@ importers: version: 3.7.0(chai@4.4.1)(sinon@18.0.0) zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/chai': specifier: ^4.3.16 @@ -1013,8 +1013,8 @@ importers: specifier: ^5.0.1 version: 5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.0) ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: specifier: ^2.22.5 version: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) @@ -1032,7 +1032,7 @@ importers: version: 5.4.5 zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) packages/hardhat-zksync-ethers: dependencies: @@ -1044,7 +1044,7 @@ importers: version: link:../hardhat-zksync-solc '@nomicfoundation/hardhat-ethers': specifier: ^3.0.6 - version: 3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) + version: 3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) chai: specifier: ^4.3.4 version: 4.4.1 @@ -1098,8 +1098,8 @@ importers: specifier: ^5.0.1 version: 5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.0) ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) mocha: specifier: ^10.4.0 version: 10.4.0 @@ -1123,7 +1123,7 @@ importers: version: 5.4.5 zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) packages/hardhat-zksync-node: dependencies: @@ -1362,7 +1362,7 @@ importers: version: 1.14.4(debug@4.3.5) '@openzeppelin/hardhat-upgrades': specifier: ^3.2.1 - version: 3.4.0(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(@nomicfoundation/hardhat-verify@2.0.8(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) + version: 3.4.0(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(@nomicfoundation/hardhat-verify@2.0.8(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) '@openzeppelin/upgrades-core': specifier: ^1.37.0 version: 1.38.0 @@ -1376,8 +1376,8 @@ importers: specifier: ^7.1.5 version: 7.1.5 ethers: - specifier: ^6.12.2 - version: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^6.13.5 + version: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) fs-extra: specifier: ^11.2.0 version: 11.2.0 @@ -1395,7 +1395,7 @@ importers: version: 0.4.56 zksync-ethers: specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + version: 6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -2377,12 +2377,12 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@18.15.13': - resolution: {integrity: sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==} - '@types/node@18.19.33': resolution: {integrity: sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==} + '@types/node@22.7.5': + resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3375,8 +3375,8 @@ packages: resolution: {integrity: sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==} engines: {node: '>=10.0.0'} - ethers@6.12.2: - resolution: {integrity: sha512-MNfR2kzZyNF8bRNDSmjM+rT1+yqCgYNqfrXyNnpiNId2MQPiAOOr/7lrgdrdwoBxzKPSnSYZaGb5lcNyvzhuvA==} + ethers@6.13.5: + resolution: {integrity: sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==} engines: {node: '>=14.0.0'} ethjs-util@0.1.6: @@ -4882,12 +4882,12 @@ packages: tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - tslib@2.4.0: - resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + tslib@2.7.0: + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + tsort@0.0.1: resolution: {integrity: sha512-Tyrf5mxF8Ofs1tNoxA13lFeZ2Zrbd6cKbuH3V+MQ5sb6DtBj5FjrXVsRWT8YvNAQTqNoz66dz1WsbigI22aEnw==} @@ -4973,6 +4973,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + undici@5.28.4: resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} engines: {node: '>=14.0'} @@ -5107,12 +5110,12 @@ packages: utf-8-validate: optional: true - ws@8.5.0: - resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==} + ws@8.17.1: + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true @@ -5217,11 +5220,11 @@ snapshots: '@aws-sdk/types@3.609.0': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.7.0 '@aws-sdk/util-utf8-browser@3.259.0': dependencies: - tslib: 2.6.2 + tslib: 2.7.0 '@babel/code-frame@7.24.6': dependencies: @@ -5697,21 +5700,21 @@ snapshots: '@nomicfoundation/ethereumjs-rlp': 5.0.4 ethereum-cryptography: 0.1.3 - '@nomicfoundation/hardhat-chai-matchers@2.0.7(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(chai@4.4.1)(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10))': + '@nomicfoundation/hardhat-chai-matchers@2.0.7(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(chai@4.4.1)(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10))': dependencies: - '@nomicfoundation/hardhat-ethers': 3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) + '@nomicfoundation/hardhat-ethers': 3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) '@types/chai-as-promised': 7.1.8 chai: 4.4.1 chai-as-promised: 7.1.2(chai@4.4.1) deep-eql: 4.1.3 - ethers: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ethers: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) ordinal: 1.0.3 - '@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10))': + '@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10))': dependencies: debug: 4.3.5 - ethers: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ethers: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) lodash.isequal: 4.5.0 transitivePeerDependencies: @@ -5880,9 +5883,9 @@ snapshots: - debug - encoding - '@openzeppelin/hardhat-upgrades@3.4.0(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(@nomicfoundation/hardhat-verify@2.0.8(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10))': + '@openzeppelin/hardhat-upgrades@3.4.0(@nomicfoundation/hardhat-ethers@3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(@nomicfoundation/hardhat-verify@2.0.8(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)))(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10))': dependencies: - '@nomicfoundation/hardhat-ethers': 3.0.6(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) + '@nomicfoundation/hardhat-ethers': 3.0.6(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10))(hardhat@2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)) '@openzeppelin/defender-sdk-base-client': 1.14.4 '@openzeppelin/defender-sdk-deploy-client': 1.14.4(debug@4.3.5) '@openzeppelin/defender-sdk-network-client': 1.14.4(debug@4.3.5) @@ -5890,7 +5893,7 @@ snapshots: chalk: 4.1.2 debug: 4.3.5 ethereumjs-util: 7.1.5 - ethers: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ethers: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) hardhat: 2.22.5(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) proper-lockfile: 4.1.2 undici: 6.18.2 @@ -6004,7 +6007,7 @@ snapshots: '@smithy/types@3.3.0': dependencies: - tslib: 2.6.2 + tslib: 2.7.0 '@ts-morph/common@0.23.0': dependencies: @@ -6099,12 +6102,14 @@ snapshots: '@types/node@12.20.55': {} - '@types/node@18.15.13': {} - '@types/node@18.19.33': dependencies: undici-types: 5.26.5 + '@types/node@22.7.5': + dependencies: + undici-types: 6.19.8 + '@types/normalize-package-data@2.4.4': {} '@types/pbkdf2@3.1.2': @@ -7422,15 +7427,15 @@ snapshots: ethereum-cryptography: 0.1.3 rlp: 2.2.7 - ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10): + ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@adraffy/ens-normalize': 1.10.1 '@noble/curves': 1.2.0 '@noble/hashes': 1.3.2 - '@types/node': 18.15.13 + '@types/node': 22.7.5 aes-js: 4.0.0-beta.5 - tslib: 2.4.0 - ws: 8.5.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + tslib: 2.7.0 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate @@ -9051,10 +9056,10 @@ snapshots: tslib@1.14.1: {} - tslib@2.4.0: {} - tslib@2.6.2: {} + tslib@2.7.0: {} + tsort@0.0.1: {} tty-table@4.2.3: @@ -9142,6 +9147,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@6.19.8: {} + undici@5.28.4: dependencies: '@fastify/busboy': 2.1.1 @@ -9283,7 +9290,7 @@ snapshots: bufferutil: 4.0.8 utf-8-validate: 5.0.10 - ws@8.5.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): + ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): optionalDependencies: bufferutil: 4.0.8 utf-8-validate: 5.0.10 @@ -9384,15 +9391,15 @@ snapshots: zksync-crypto@0.6.2: {} - zksync-ethers@6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)): + zksync-ethers@6.15.0(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: - ethers: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ethers: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) - zksync@0.13.1(@ethersproject/logger@5.7.0)(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)): + zksync@0.13.1(@ethersproject/logger@5.7.0)(ethers@6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: '@ethersproject/logger': 5.7.0 axios: 0.21.4 - ethers: 6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ethers: 6.13.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) websocket: 1.0.35 websocket-as-promised: 1.1.0 zksync-crypto: 0.6.2