From 5810541e04dae659a8fe681ff40c2f58b5e758ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:27:08 +0000 Subject: [PATCH] chore(deps): bump zksync-ethers from 6.15.0 to 6.15.2 Bumps [zksync-ethers](https://github.com/zksync-sdk/zksync-ethers) from 6.15.0 to 6.15.2. - [Release notes](https://github.com/zksync-sdk/zksync-ethers/releases) - [Changelog](https://github.com/zksync-sdk/zksync-ethers/blob/main/CHANGELOG.md) - [Commits](https://github.com/zksync-sdk/zksync-ethers/compare/v6.15.0...v6.15.2) --- updated-dependencies: - dependency-name: zksync-ethers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/basic-example/package.json | 2 +- examples/deploy-example/package.json | 2 +- .../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/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 | 62 +++++++++---------- 15 files changed, 47 insertions(+), 47 deletions(-) diff --git a/examples/basic-example/package.json b/examples/basic-example/package.json index 17ba1e8e..35f700f7 100644 --- a/examples/basic-example/package.json +++ b/examples/basic-example/package.json @@ -35,7 +35,7 @@ "chalk": "^4.1.2", "hardhat": "^2.22.5", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0", + "zksync-ethers": "^6.15.2", "@matterlabs/zksync-contracts": "^0.6.1", "@openzeppelin/contracts": "^4.9.6", "@openzeppelin/contracts-upgradeable": "^4.9.6" diff --git a/examples/deploy-example/package.json b/examples/deploy-example/package.json index dbbff6da..5af1dc97 100644 --- a/examples/deploy-example/package.json +++ b/examples/deploy-example/package.json @@ -34,7 +34,7 @@ "chalk": "^4.1.2", "hardhat": "^2.22.5", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0" + "zksync-ethers": "^6.15.2" }, "prettier": { "tabWidth": 4, diff --git a/examples/download-with-compiler-origin/package.json b/examples/download-with-compiler-origin/package.json index 2c3f88f1..b17daae9 100644 --- a/examples/download-with-compiler-origin/package.json +++ b/examples/download-with-compiler-origin/package.json @@ -35,7 +35,7 @@ "chalk": "^4.1.2", "hardhat": "^2.22.5", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0" + "zksync-ethers": "^6.15.2" }, "prettier": { "tabWidth": 4, diff --git a/examples/node-example/package.json b/examples/node-example/package.json index c2aecfbd..8e6a5944 100644 --- a/examples/node-example/package.json +++ b/examples/node-example/package.json @@ -40,7 +40,7 @@ "chalk": "^4.1.2", "hardhat": "^2.22.5", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0", + "zksync-ethers": "^6.15.2", "@matterlabs/zksync-contracts": "^0.6.1", "@openzeppelin/contracts": "^5.0.2", "@openzeppelin/contracts-upgradeable": "^5.0.2" diff --git a/examples/noninline-libraries-example/package.json b/examples/noninline-libraries-example/package.json index 85fe73fa..e6210437 100644 --- a/examples/noninline-libraries-example/package.json +++ b/examples/noninline-libraries-example/package.json @@ -34,7 +34,7 @@ "chalk": "^4.1.2", "hardhat": "^2.22.5", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0", + "zksync-ethers": "^6.15.2", "@matterlabs/zksync-contracts": "^0.6.1", "@openzeppelin/contracts": "^5.0.2", "@openzeppelin/contracts-upgradeable": "^5.0.2" diff --git a/examples/upgradable-example-l1/package.json b/examples/upgradable-example-l1/package.json index 7f234f1d..9964a03d 100644 --- a/examples/upgradable-example-l1/package.json +++ b/examples/upgradable-example-l1/package.json @@ -41,7 +41,7 @@ "ethers": "^6.12.2", "hardhat": "^2.22.5", "zksync": "^0.13.1", - "zksync-ethers": "^6.15.0" + "zksync-ethers": "^6.15.2" }, "prettier": { "tabWidth": 4, diff --git a/examples/upgradable-example/package.json b/examples/upgradable-example/package.json index 7192db0b..7ddc5edd 100644 --- a/examples/upgradable-example/package.json +++ b/examples/upgradable-example/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0", + "zksync-ethers": "^6.15.2", "hardhat": "^2.22.5", "@matterlabs/hardhat-zksync-deploy": "workspace:^", "@matterlabs/hardhat-zksync-ethers": "workspace:^", diff --git a/examples/verify-example/package.json b/examples/verify-example/package.json index a3c85529..4710c9c2 100644 --- a/examples/verify-example/package.json +++ b/examples/verify-example/package.json @@ -37,7 +37,7 @@ "chalk": "^4.1.2", "hardhat": "^2.22.5", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0" + "zksync-ethers": "^6.15.2" }, "prettier": { "tabWidth": 4, diff --git a/examples/vyper-example/package.json b/examples/vyper-example/package.json index 5d0a616f..fb070681 100644 --- a/examples/vyper-example/package.json +++ b/examples/vyper-example/package.json @@ -34,7 +34,7 @@ "@nomiclabs/hardhat-vyper": "^3.0.5", "chalk": "^4.1.2", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0" + "zksync-ethers": "^6.15.2" }, "prettier": { "tabWidth": 4, diff --git a/examples/zksync-ethers-example/package.json b/examples/zksync-ethers-example/package.json index c291d6f1..6acb2412 100644 --- a/examples/zksync-ethers-example/package.json +++ b/examples/zksync-ethers-example/package.json @@ -35,7 +35,7 @@ "chalk": "^4.1.2", "hardhat": "^2.22.5", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0" + "zksync-ethers": "^6.15.2" }, "prettier": { "tabWidth": 4, diff --git a/packages/hardhat-zksync-deploy/package.json b/packages/hardhat-zksync-deploy/package.json index bc315aad..35db10ce 100644 --- a/packages/hardhat-zksync-deploy/package.json +++ b/packages/hardhat-zksync-deploy/package.json @@ -57,7 +57,7 @@ "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-prettier": "^5.0.1", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0", + "zksync-ethers": "^6.15.2", "hardhat": "^2.22.5", "ts-node": "^10.9.2", "prettier": "^3.3.0", @@ -68,7 +68,7 @@ "peerDependencies": { "hardhat": "^2.22.5", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0" + "zksync-ethers": "^6.15.2" }, "prettier": { "tabWidth": 4, diff --git a/packages/hardhat-zksync-ethers/package.json b/packages/hardhat-zksync-ethers/package.json index 743f1fa6..222af481 100644 --- a/packages/hardhat-zksync-ethers/package.json +++ b/packages/hardhat-zksync-ethers/package.json @@ -62,13 +62,13 @@ "ts-node": "^10.9.2", "typescript": "^5.3.0", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0", + "zksync-ethers": "^6.15.2", "rlp": "3.0.0", "c8": "^8.0.1" }, "peerDependencies": { "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0" + "zksync-ethers": "^6.15.2" }, "prettier": { "tabWidth": 4, diff --git a/packages/hardhat-zksync-upgradable/package.json b/packages/hardhat-zksync-upgradable/package.json index 5cb77037..060184fe 100644 --- a/packages/hardhat-zksync-upgradable/package.json +++ b/packages/hardhat-zksync-upgradable/package.json @@ -48,7 +48,7 @@ "ethers": "^6.12.2", "fs-extra": "^11.2.0", "hardhat": "^2.22.5", - "zksync-ethers": "^6.15.0", + "zksync-ethers": "^6.15.2", "solidity-ast": "^0.4.56", "proper-lockfile": "^4.1.2", "semver": "^7.6.2" diff --git a/packages/hardhat-zksync/package.json b/packages/hardhat-zksync/package.json index b52a0a2c..8a69204a 100644 --- a/packages/hardhat-zksync/package.json +++ b/packages/hardhat-zksync/package.json @@ -43,7 +43,7 @@ "@nomicfoundation/hardhat-verify": "^2.0.0", "@openzeppelin/upgrades-core": "^1.37.0", "ethers": "^6.12.2", - "zksync-ethers": "^6.15.0", + "zksync-ethers": "^6.15.2", "chai": "^4.3.4", "sinon-chai": "^3.7.0", "sinon": "^18.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40bd21d6..fc7c421b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ importers: 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -127,8 +127,8 @@ importers: 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -185,8 +185,8 @@ importers: 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -319,8 +319,8 @@ importers: 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/chai': specifier: ^4.3.16 @@ -395,8 +395,8 @@ importers: 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -474,8 +474,8 @@ importers: 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)) zksync-ethers: - specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@openzeppelin/contracts': specifier: ^5.0.2 @@ -553,8 +553,8 @@ importers: 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)) zksync-ethers: - specifier: ^6.15.0 - version: 6.15.0(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@openzeppelin/contracts': specifier: ^5.0.2 @@ -623,8 +623,8 @@ importers: 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -745,8 +745,8 @@ importers: specifier: ^6.12.2 version: 6.12.2(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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -806,8 +806,8 @@ importers: 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/node': specifier: ^18.11.17 @@ -888,8 +888,8 @@ importers: specifier: ^3.7.0 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/chai': specifier: ^4.3.16 @@ -1031,8 +1031,8 @@ importers: specifier: ^5.3.0 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) packages/hardhat-zksync-ethers: dependencies: @@ -1122,8 +1122,8 @@ importers: specifier: ^5.3.0 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) packages/hardhat-zksync-node: dependencies: @@ -1388,8 +1388,8 @@ importers: specifier: ^0.4.56 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)) + specifier: ^6.15.2 + version: 6.15.2(ethers@6.12.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -5180,8 +5180,8 @@ packages: zksync-crypto@0.6.2: resolution: {integrity: sha512-Ry8c9kixDu3rlGCZDOg1UhzKDYe93iOZ7/Z6N1bkkrVKhmZJTIc7h+1kOjOyyhaSaHwBt8quMeBAaZKjtUeB2Q==} - zksync-ethers@6.15.0: - resolution: {integrity: sha512-zafUxA/lysBO+9Wd6B3qNtDElsPwvAc2b4nBc/YiB4QY4H0pIBvV3/JqxHXXTppEo4gyHAX/+M5brW2qb4YnKA==} + zksync-ethers@6.15.2: + resolution: {integrity: sha512-eqFeKVYXyfHYW1Tw0CkCk255zeuFltDbfZfraxpe/Z/idVR1WxeBlKvLLzIM884KVVeghRkConSRlOibhtm6xw==} engines: {node: '>=18.9.0'} peerDependencies: ethers: ^6.7.1 @@ -9378,7 +9378,7 @@ 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.2(ethers@6.12.2(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)