Skip to content

Commit

Permalink
chore(deps-dev): bump @types/mocha from 10.0.8 to 10.0.9
Browse files Browse the repository at this point in the history
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.8 to 10.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 095ad87 commit ad54468
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "^22.4.1",
"@types/snarkjs": "^0.7.8",
"@zk-kit/baby-jubjub": "^1.0.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 @@ -58,7 +58,7 @@
"devDependencies": {
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "^22.4.1",
"@types/prompt": "^1.1.9",
"@types/snarkjs": "^0.7.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"@types/chai": "^4.3.11",
"@types/circomlibjs": "^0.1.6",
"@types/lowdb": "^1.0.15",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "^22.4.1",
"@types/snarkjs": "^0.7.8",
"@types/uuid": "^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 @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "^22.4.1",
"benny": "^3.7.1",
"chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "^22.4.1",
"benny": "^3.7.1",
"chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "^22.4.1",
"chai": "^4.3.10",
"mocha": "^10.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.9",
"@types/node": "^22.4.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
Expand Down
44 changes: 22 additions & 22 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 ad54468

Please sign in to comment.