Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /js
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.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.6.2...v5.6.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 and guilgaly committed Nov 7, 2024
1 parent e7c3288 commit 932a3e3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion js/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/readline-sync": "1.4.8",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"clean": "rimraf target",
Expand Down
2 changes: 1 addition & 1 deletion js/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"clean": "rimraf target",
Expand Down
2 changes: 1 addition & 1 deletion js/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"clean": "rimraf target",
Expand Down
2 changes: 1 addition & 1 deletion js/jvm-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"clean": "rm -f ./index.js ./index.d.ts",
Expand Down
14 changes: 7 additions & 7 deletions js/package-lock.json

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

0 comments on commit 932a3e3

Please sign in to comment.