Skip to content

Commit

Permalink
Merge pull request #2028 from privacy-scaling-explorations/dependabot…
Browse files Browse the repository at this point in the history
…/npm_and_yarn/dev/types/node-22.10.7

chore(deps-dev): bump @types/node from 22.9.0 to 22.10.7
  • Loading branch information
0xmad authored Jan 17, 2025
2 parents f7bd6bf + 3e4a5ae commit 8d17ac9
Show file tree
Hide file tree
Showing 10 changed files with 195 additions and 402 deletions.
2 changes: 1 addition & 1 deletion apps/relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@nestjs/testing": "^11.0.1",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@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.9.0",
"@types/node": "^22.10.7",
"@types/react": "^18.3.12",
"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 @@ -50,7 +50,7 @@
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.8",
"@types/node": "^22.9.0",
"@types/node": "^22.10.7",
"@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 @@ -60,7 +60,7 @@
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.8",
"@types/node": "^22.9.0",
"@types/node": "^22.10.7",
"@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.8",
"@types/node": "^22.9.0",
"@types/node": "^22.10.7",
"@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.8",
"@types/node": "^22.9.0",
"@types/node": "^22.10.7",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^11.0.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 @@ -28,7 +28,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.8",
"@types/node": "^22.9.0",
"@types/node": "^22.10.7",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^11.0.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 @@ -18,7 +18,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.8",
"@types/node": "^22.9.0",
"@types/node": "^22.10.7",
"chai": "^4.3.10",
"mocha": "^11.0.1",
"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.8",
"@types/node": "^22.9.0",
"@types/node": "^22.10.7",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
"hardhat": "^2.22.18",
Expand Down
Loading

0 comments on commit 8d17ac9

Please sign in to comment.