Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 22.4.1 to 22.8.1 (#1873)
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.4.1 to 22.8.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 0afa9f9 commit c1b9c0e
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 150 deletions.
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 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@types/node": "^22.4.1",
"@types/node": "^22.8.1",
"@types/react": "^18.3.11",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
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.4.1",
"@types/node": "^22.8.1",
"@types/snarkjs": "^0.7.8",
"@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 @@ -59,7 +59,7 @@
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.8",
"@types/node": "^22.4.1",
"@types/node": "^22.8.1",
"@types/prompt": "^1.1.9",
"@types/snarkjs": "^0.7.8",
"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 @@ -172,7 +172,7 @@
"@types/circomlibjs": "^0.1.6",
"@types/lowdb": "^1.0.15",
"@types/mocha": "^10.0.8",
"@types/node": "^22.4.1",
"@types/node": "^22.8.1",
"@types/snarkjs": "^0.7.8",
"@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 @@ -28,7 +28,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.8",
"@types/node": "^22.4.1",
"@types/node": "^22.8.1",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^10.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/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.4.1",
"@types/node": "^22.8.1",
"benny": "^3.7.1",
"chai": "^4.3.10",
"mocha": "^10.7.3",
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.4.1",
"@types/node": "^22.8.1",
"chai": "^4.3.10",
"mocha": "^10.7.3",
"nyc": "^17.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 @@ -20,7 +20,7 @@
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.8",
"@types/node": "^22.4.1",
"@types/node": "^22.8.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.2",
"hardhat": "^2.22.13",
Expand Down
Loading

0 comments on commit c1b9c0e

Please sign in to comment.