Skip to content

Commit

Permalink
Bump typescript from 5.3.3 to 5.4.5 in /nodejs (#1247)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raphael Philipe Mendes da Silva <rapphil@gmail.com>
  • Loading branch information
dependabot[bot] and rapphil committed Apr 23, 2024
1 parent 7a73017 commit 69c7213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lerna": "^6.5.1",
"lerna-changelog": "2.2.0",
"rimraf": "5.0.5",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"changelog": {
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion nodejs/sample-apps/aws-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"copyfiles": "2.4.1",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"dependencies": {
"aws-sdk": "2.1594.0"
Expand Down

0 comments on commit 69c7213

Please sign in to comment.