Skip to content

Commit

Permalink
chore(deps): bump ethers from 6.12.2 to 6.13.4
Browse files Browse the repository at this point in the history
Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.12.2 to 6.13.4.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.12.2...v6.13.4)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent be43a83 commit aa9d2c3
Show file tree
Hide file tree
Showing 17 changed files with 1,006 additions and 998 deletions.
2 changes: 1 addition & 1 deletion examples/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2",
"@matterlabs/zksync-contracts": "^0.6.1",
"@openzeppelin/contracts": "^4.9.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion examples/download-with-compiler-origin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion examples/mixed-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"hardhat": "^2.22.5"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion examples/node-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"zksync-ethers": "^6.11.2",
"@matterlabs/zksync-contracts": "^0.6.1",
"@openzeppelin/contracts": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/noninline-libraries-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@matterlabs/hardhat-zksync-solc": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2",
"@matterlabs/zksync-contracts": "^0.6.1",
"@openzeppelin/contracts": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/upgradable-example-l1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"hardhat": "^2.22.5",
"zksync": "^0.13.1",
"zksync-ethers": "^6.8.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/upgradable-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "^5.3.0"
},
"dependencies": {
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2",
"hardhat": "^2.22.5",
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/verify-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@matterlabs/hardhat-zksync-upgradable": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion examples/verify-vyper-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"hardhat": "^2.22.5"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vyper-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"zksync-ethers": "^6.11.2"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion examples/zksync-ethers-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@matterlabs/hardhat-zksync-ethers": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.22.5",
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2"
},
"prettier": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"zksync-ethers": "^6.11.2",
"hardhat": "^2.22.5",
"ts-node": "^10.9.2",
Expand All @@ -67,7 +67,7 @@
},
"peerDependencies": {
"hardhat": "^2.22.5",
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2"
},
"prettier": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.3.0",
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2",
"rlp": "3.0.0",
"c8": "^8.0.1"
},
"peerDependencies": {
"ethers": "^6.12.2",
"ethers": "^6.13.4",
"zksync-ethers": "^6.11.2"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-upgradable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"fs-extra": "^11.2.0",
"hardhat": "^2.22.5",
"zksync-ethers": "^6.11.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"zksync-ethers": "^6.11.2",
"chai": "^4.3.4",
"sinon-chai": "^3.7.0",
Expand Down
Loading

0 comments on commit aa9d2c3

Please sign in to comment.