Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 10.8.2 to 11.1.0
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.8.2...v11.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent dd2d1f4 commit 48159fe
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 54 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"chai-as-promised": "^7.1.2",
"fast-check": "^3.23.2",
"glob": "^11.0.1",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/snarkjs": "^0.7.9",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"snarkjs": "^0.7.5",
"ts-mocha": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^22.12.0",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^22.12.0",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"chai": "^4.3.10",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"ts-mocha": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"hardhat": "^2.22.18",
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.0.3",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^22.12.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
"mocha": "^10.7.3",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.6.3"
Expand Down
81 changes: 34 additions & 47 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 48159fe

Please sign in to comment.