Skip to content

Commit cb96639

Browse files
chore(deps): update dependency typescript to v5.8.3 (#2078)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16e4fb8 commit cb96639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/nodejs-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@types/node": "20.11.19",
17-
"typescript": "5.7.3"
17+
"typescript": "5.8.3"
1818
}
1919
}

examples/serverless-function-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"serverless-scaleway-functions": "0.4.14",
1717
"@types/node": "20.11.19",
18-
"typescript": "5.7.3"
18+
"typescript": "5.8.3"
1919
}
2020
}

0 commit comments

Comments
 (0)