Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.11.0 to 20.11.2
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.0 to 20.11.2.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 13d879f commit c6b063e
Show file tree
Hide file tree
Showing 9 changed files with 5,581 additions and 7,930 deletions.
2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.2",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.2",
"@types/prompt": "^1.1.8",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/chai": "^4.3.11",
"@types/circomlibjs": "^0.1.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.2",
"@types/snarkjs": "^0.7.7",
"chai": "^4.3.10",
"hardhat-artifactor": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.2",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.2",
"big-integer": "^1.6.52",
"chai": "^4.3.10",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.2",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.2",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"hardhat": "^2.19.2",
Expand Down
Loading

0 comments on commit c6b063e

Please sign in to comment.