Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 (#266)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.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.7.2...v5.7.3)

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

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 Jan 10, 2025
1 parent 529ebdf commit 209c4f6
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion packages/abstract-send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"supertest": "^6.0.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"dependencies": {
"@lukeed/ms": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/eventemitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/mongodb-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"mongodb": "^6.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"dependencies": {
"glob": "^11.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"dependencies": {
"pinyin-pro": "^3.26.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/worker-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
Loading

0 comments on commit 209c4f6

Please sign in to comment.