Skip to content

Commit de4ee5d

Browse files
chore(deps): update dependency @types/express to v5
1 parent 5427d09 commit de4ee5d

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": "^3.0.2"
1919
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@types/body-parser": "~1.19.2",
5959
"@types/detect-port": "~1.3.2",
60-
"@types/express": "~4.17.14",
60+
"@types/express": "~5.0.0",
6161
"@types/http-proxy": "~1.17.9",
6262
"@types/minimist": "~1.2.2",
6363
"@types/node": "~18.14.0"

0 commit comments

Comments
 (0)