Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 29, 2024
1 parent 702fbd8 commit 2aeccfe
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 45 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.1",
"ethers": "^6.13.2",
"hardhat": "^2.22.6",
"maci-circuits": "2.0.0-alpha",
"maci-contracts": "2.0.0-alpha",
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.0.2",
"circomlibjs": "^0.1.7",
"ethers": "^6.13.1",
"ethers": "^6.13.2",
"hardhat": "^2.22.6",
"lowdb": "^1.0.0",
"maci-circuits": "2.0.0-alpha",
Expand Down
2 changes: 1 addition & 1 deletion coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dotenv": "^16.4.5",
"ethers": "^6.13.1",
"ethers": "^6.13.2",
"hardhat": "^2.22.6",
"helmet": "^7.1.0",
"maci-circuits": "2.0.0-alpha",
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@zk-kit/baby-jubjub": "^1.0.1",
"@zk-kit/eddsa-poseidon": "^1.0.2",
"@zk-kit/poseidon-cipher": "^0.3.1",
"ethers": "^6.13.1"
"ethers": "^6.13.2"
},
"devDependencies": {
"@types/chai": "^4.3.11",
Expand Down
2 changes: 1 addition & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"ethers": "^6.13.1",
"ethers": "^6.13.2",
"maci-circuits": "2.0.0-alpha",
"maci-cli": "2.0.0-alpha",
"maci-contracts": "2.0.0-alpha",
Expand Down
81 changes: 41 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2aeccfe

Please sign in to comment.