Skip to content

Commit

Permalink
chore(deps-dev): bump chai from 4.4.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent d0ee79a commit 8a1f606
Show file tree
Hide file tree
Showing 8 changed files with 5,606 additions and 7,923 deletions.
2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"chai": "^4.3.10",
"chai": "^5.0.0",
"chai-as-promised": "^7.1.1",
"circom_tester": "^0.0.20",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/prompt": "^1.1.8",
"chai": "^4.3.10",
"chai": "^5.0.0",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/snarkjs": "^0.7.7",
"chai": "^4.3.10",
"chai": "^5.0.0",
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.10.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"chai": "^4.3.10",
"chai": "^5.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"chai": "^4.3.10",
"chai": "^5.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"chai": "^4.3.10",
"chai": "^5.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"chai": "^4.3.10",
"chai": "^5.0.0",
"chai-as-promised": "^7.1.1",
"hardhat": "^2.19.2",
"hardhat-artifactor": "^0.2.0",
Expand Down
Loading

0 comments on commit 8a1f606

Please sign in to comment.