Skip to content

Commit

Permalink
chore(deps): bump ethers from 6.9.2 to 6.10.0
Browse files Browse the repository at this point in the history
Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.9.2 to 6.10.0.
- [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.9.2...v6.10.0)

---
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 Jan 15, 2024
1 parent 2091bd2 commit 1584849
Show file tree
Hide file tree
Showing 5 changed files with 5,577 additions and 7,937 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"circomlib": "^2.0.5",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"ethers": "^6.9.2",
"ethers": "^6.10.0",
"hardhat": "^2.19.2",
"maci-circuits": "^1.1.2",
"maci-contracts": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts": "^4.8.0",
"circomlibjs": "^0.1.7",
"ethers": "^6.9.2",
"ethers": "^6.10.0",
"hardhat": "^2.19.4",
"maci-circuits": "^1.1.2",
"maci-core": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@zk-kit/baby-jubjub": "^0.1.1",
"@zk-kit/eddsa-poseidon": "^0.5.1",
"@zk-kit/poseidon-cipher": "^0.1.1",
"ethers": "^6.9.2",
"ethers": "^6.10.0",
"optimisedmt": "^0.0.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"ethers": "^6.9.2",
"ethers": "^6.10.0",
"maci-circuits": "^1.1.2",
"maci-cli": "^1.1.2",
"maci-contracts": "^1.1.2",
Expand Down
Loading

0 comments on commit 1584849

Please sign in to comment.