Skip to content

Commit 9e717a5

Browse files
fix(deps): update dependency @types/express to v5
1 parent 07892df commit 9e717a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "jaywcjlove",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@types/express": "~4.17.14",
16+
"@types/express": "~5.0.0",
1717
"express": "~4.21.0",
1818
"mocker-api": "^2.10.0"
1919
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@types/body-parser": "~1.19.2",
4747
"@types/detect-port": "~1.3.2",
48-
"@types/express": "~4.17.14",
48+
"@types/express": "~5.0.0",
4949
"@types/http-proxy": "~1.17.9",
5050
"@types/minimist": "~1.2.2",
5151
"@types/node": "~18.14.0",

0 commit comments

Comments
 (0)