Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 4fca168 commit 5f06af0
Show file tree
Hide file tree
Showing 11 changed files with 164 additions and 405 deletions.
2 changes: 1 addition & 1 deletion apps/relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/express": "^5.0.0",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.17.15",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/supertest": "^6.0.2",
"fast-check": "^3.23.2",
"jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/snarkjs": "^0.7.9",
"@zk-kit/baby-jubjub": "^1.0.3",
"chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/prompt": "^1.1.9",
"@types/snarkjs": "^0.7.9",
"chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"@types/circomlibjs": "^0.1.6",
"@types/lowdb": "^1.0.15",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/snarkjs": "^0.7.9",
"@types/uuid": "^10.0.0",
"chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^11.1.0",
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.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"chai": "^4.3.10",
"mocha": "^11.1.0",
"nyc": "^17.1.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 @@ -20,7 +20,7 @@
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
"hardhat": "^2.22.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/snarkjs": "^0.7.9",
"jest": "^29.5.0",
"mocha": "^11.1.0",
Expand Down
Loading

0 comments on commit 5f06af0

Please sign in to comment.