Skip to content

Commit cefc81f

Browse files
renovate[bot]B4nan
andauthored
chore(deps): update dependency @types/express to v5 (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Adámek <[email protected]>
1 parent 725bbc5 commit cefc81f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@mikro-orm/cli": "^6.1.0",
3737
"@nestjs/testing": "^11.0.0",
38-
"@types/express": "^4.17.21",
38+
"@types/express": "^5.0.0",
3939
"@types/jest": "^29.5.12",
4040
"@types/node": "^22.0.0",
4141
"@types/supertest": "^6.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,23 +1109,23 @@
11091109
"@types/qs" "*"
11101110
"@types/range-parser" "*"
11111111

1112-
"@types/express-serve-static-core@^4.17.33":
1113-
version "4.17.43"
1114-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz#10d8444be560cb789c4735aea5eac6e5af45df54"
1115-
integrity sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==
1112+
"@types/express-serve-static-core@^5.0.0":
1113+
version "5.0.6"
1114+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz#41fec4ea20e9c7b22f024ab88a95c6bb288f51b8"
1115+
integrity sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==
11161116
dependencies:
11171117
"@types/node" "*"
11181118
"@types/qs" "*"
11191119
"@types/range-parser" "*"
11201120
"@types/send" "*"
11211121

1122-
"@types/express@^4.17.21":
1123-
version "4.17.21"
1124-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
1125-
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
1122+
"@types/express@^5.0.0":
1123+
version "5.0.0"
1124+
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.0.tgz#13a7d1f75295e90d19ed6e74cab3678488eaa96c"
1125+
integrity sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==
11261126
dependencies:
11271127
"@types/body-parser" "*"
1128-
"@types/express-serve-static-core" "^4.17.33"
1128+
"@types/express-serve-static-core" "^5.0.0"
11291129
"@types/qs" "*"
11301130
"@types/serve-static" "*"
11311131

0 commit comments

Comments
 (0)