Skip to content

Commit 69c7213

Browse files
Bump typescript from 5.3.3 to 5.4.5 in /nodejs (#1247)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raphael Philipe Mendes da Silva <[email protected]>
1 parent 7a73017 commit 69c7213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lerna": "^6.5.1",
4343
"lerna-changelog": "2.2.0",
4444
"rimraf": "5.0.5",
45-
"typescript": "5.3.3"
45+
"typescript": "5.4.5"
4646
},
4747
"changelog": {
4848
"labels": {

nodejs/sample-apps/aws-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"copyfiles": "2.4.1",
4343
"rimraf": "5.0.5",
4444
"ts-node": "10.9.2",
45-
"typescript": "5.3.3"
45+
"typescript": "5.4.5"
4646
},
4747
"dependencies": {
4848
"aws-sdk": "2.1594.0"

0 commit comments

Comments
 (0)