Skip to content

Commit 9ff55c8

Browse files
chore: update dependency @types/express to v5
1 parent 054fe0a commit 9ff55c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/http/libraries/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@stryker-mutator/core": "8.7.1",
1212
"@stryker-mutator/vitest-runner": "8.7.1",
1313
"@stryker-mutator/typescript-checker": "8.7.1",
14-
"@types/express": "^4.17.21",
14+
"@types/express": "^5.0.1",
1515
"@types/node": "22.13.10",
1616
"@vitest/coverage-v8": "3.0.9",
1717
"eslint": "9.22.0",

packages/http/tools/http-benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tinybench": "4.0.1"
2020
},
2121
"devDependencies": {
22-
"@types/express": "^4.17.21",
22+
"@types/express": "^5.0.1",
2323
"@types/node": "^22.13.10",
2424
"eslint": "9.22.0",
2525
"prettier": "3.5.3",

0 commit comments

Comments
 (0)