Skip to content

Commit

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

---
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] authored Mar 25, 2024
1 parent ee17109 commit a2f5c8a
Show file tree
Hide file tree
Showing 8 changed files with 195 additions and 195 deletions.
2 changes: 1 addition & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"mocha": "^10.3.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"nyc": "^15.1.0",
"snarkjs": "^0.7.3",
"ts-mocha": "^10.0.0",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"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 @@ -96,6 +96,6 @@
"hardhat-contract-sizer": "^2.10.0",
"lowdb": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
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": "^15.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"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": "^15.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"nyc": {
"reporter": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"solhint": "^4.5.2",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"config": {
"commitizen": {
Expand Down
376 changes: 188 additions & 188 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@docusaurus/types": "^3.1.1",
"@types/node": "^20.11.30",
"ts-node": "^10.9.1",
"typescript": "~5.4.2"
"typescript": "~5.4.3"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit a2f5c8a

Please sign in to comment.