Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent 97edca1 commit 0f86903
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
"fast-check": "^3.20.0",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/snarkjs": "^0.7.8",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"nyc": "^17.0.0",
"snarkjs": "^0.7.4",
"ts-mocha": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^20.14.11",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"nyc": "^17.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^20.14.11",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"nyc": "^17.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"chai": "^4.3.10",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"nyc": "^17.0.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 @@ -26,7 +26,7 @@
"hardhat": "^2.22.6",
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.0.3",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.5.3"
},
Expand Down
52 changes: 26 additions & 26 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 0f86903

Please sign in to comment.