Skip to content

Commit 603e6be

Browse files
chore(deps): bump typescript from 5.4.3 to 5.4.4 (#2326)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4. - [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.3...v5.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production 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> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 6c20e18 commit 603e6be

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"source-map-support": "^0.5.21",
4343
"ts-jest": "^29.1.2",
4444
"tsx": "^4.7.2",
45-
"typescript": "^5.4.2"
45+
"typescript": "^5.4.4"
4646
},
4747
"dependencies": {
4848
"@aws-lambda-powertools/batch": "^2.0.3",
@@ -63,6 +63,6 @@
6363
"jest": "^29.7.0",
6464
"ts-jest": "^29.1.2",
6565
"ts-node": "^10.9.2",
66-
"typescript": "^5.4.3"
66+
"typescript": "^5.4.4"
6767
}
6868
}

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ts-node": "^10.9.2",
7070
"typedoc": "^0.25.12",
7171
"typedoc-plugin-missing-exports": "^2.2.0",
72-
"typescript": "^5.4.3"
72+
"typescript": "^5.4.4"
7373
},
7474
"engines": {
7575
"node": ">=16"

0 commit comments

Comments
 (0)