Skip to content

Commit 2cbfd22

Browse files
chore(deps): update dependency @types/express to v5
1 parent 06b4296 commit 2cbfd22

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": "^10.3.1",
38-
"@types/express": "^4.17.21",
38+
"@types/express": "^5.0.0",
3939
"@types/jest": "^29.5.12",
4040
"@types/node": "^20.11.16",
4141
"@types/supertest": "^6.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,23 +1126,23 @@
11261126
"@types/qs" "*"
11271127
"@types/range-parser" "*"
11281128

1129-
"@types/express-serve-static-core@^4.17.33":
1130-
version "4.17.43"
1131-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz#10d8444be560cb789c4735aea5eac6e5af45df54"
1132-
integrity sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==
1129+
"@types/express-serve-static-core@^5.0.0":
1130+
version "5.0.0"
1131+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.0.tgz#91f06cda1049e8f17eeab364798ed79c97488a1c"
1132+
integrity sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==
11331133
dependencies:
11341134
"@types/node" "*"
11351135
"@types/qs" "*"
11361136
"@types/range-parser" "*"
11371137
"@types/send" "*"
11381138

1139-
"@types/express@^4.17.21":
1140-
version "4.17.21"
1141-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
1142-
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
1139+
"@types/express@^5.0.0":
1140+
version "5.0.0"
1141+
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.0.tgz#13a7d1f75295e90d19ed6e74cab3678488eaa96c"
1142+
integrity sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==
11431143
dependencies:
11441144
"@types/body-parser" "*"
1145-
"@types/express-serve-static-core" "^4.17.33"
1145+
"@types/express-serve-static-core" "^5.0.0"
11461146
"@types/qs" "*"
11471147
"@types/serve-static" "*"
11481148

0 commit comments

Comments
 (0)