Skip to content

Commit d1957d1

Browse files
chore(deps): bump typescript from 5.4.5 to 5.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.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.4.5...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b0cae4 commit d1957d1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"source-map-support": "^0.5.21",
3939
"ts-jest": "^29.1.5",
4040
"tsx": "^4.16.2",
41-
"typescript": "^5.4.5"
41+
"typescript": "^5.5.3"
4242
},
4343
"dependencies": {
4444
"@aws-lambda-powertools/batch": "^2.5.0",
@@ -58,6 +58,6 @@
5858
"jest": "^29.7.0",
5959
"ts-jest": "^29.1.5",
6060
"ts-node": "^10.9.2",
61-
"typescript": "^5.4.5"
61+
"typescript": "^5.5.3"
6262
}
6363
}

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"typedoc": "^0.26.4",
7676
"typedoc-plugin-missing-exports": "^3.0.0",
7777
"typedoc-plugin-zod": "^1.2.0",
78-
"typescript": "^5.4.5"
78+
"typescript": "^5.5.3"
7979
},
8080
"lint-staged": {
8181
"*.{js,ts}": "biome check --write",

0 commit comments

Comments
 (0)