Skip to content

Commit

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

chore(deps-dev): bump @types/node from 18.19.6 to 20.10.8
  • Loading branch information
0xmad authored Jan 10, 2024
2 parents e45c136 + 6645120 commit 684f8ea
Show file tree
Hide file tree
Showing 14 changed files with 5,762 additions and 1,274 deletions.
6,968 changes: 5,728 additions & 1,240 deletions circuits/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.9",
"@types/node": "^20.10.8",
"chai": "^4.3.10",
"circom_tester": "^0.0.20",
"mocha": "^10.2.0",
Expand Down
10 changes: 5 additions & 5 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.9",
"@types/node": "^20.10.8",
"@types/prompt": "^1.1.8",
"chai": "^4.3.10",
"mocha": "^10.2.0",
Expand Down
10 changes: 5 additions & 5 deletions contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/chai": "^4.3.11",
"@types/circomlibjs": "^0.1.6",
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.9",
"@types/node": "^20.10.8",
"@types/snarkjs": "^0.7.7",
"chai": "^4.3.10",
"hardhat-artifactor": "^0.2.0",
Expand Down
8 changes: 4 additions & 4 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "^18.11.9",
"@types/node": "^20.10.8",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
10 changes: 5 additions & 5 deletions crypto/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "^18.11.9",
"@types/node": "^20.10.8",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
8 changes: 4 additions & 4 deletions domainobjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "^18.11.9",
"@types/node": "^20.10.8",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
8 changes: 4 additions & 4 deletions integrationTests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "^18.11.9",
"@types/node": "^20.10.8",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"hardhat": "^2.19.2",
Expand Down

0 comments on commit 684f8ea

Please sign in to comment.