Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 23, 2024
1 parent 55fb204 commit 82575cc
Show file tree
Hide file tree
Showing 10 changed files with 349 additions and 349 deletions.
2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"mocha": "^10.7.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"nyc": "^17.0.0",
"snarkjs": "^0.7.4",
"ts-mocha": "^10.0.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.10.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"supertest": "^7.0.0",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"jest": {
"testTimeout": 900000,
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nyc": "^17.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"nyc": "^17.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"hardhat-contract-sizer": "^2.0.3",
"mocha": "^10.7.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ts-node": "^10.9.1",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 82575cc

Please sign in to comment.