Skip to content

Commit

Permalink
fix(deps): update dependency express to v4.20.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent a31f502 commit 35c11d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages-legacy/express-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@midwayjs/serverless-scf-starter": "^3.14.0",
"@midwayjs/serverless-scf-trigger": "^3.17.1",
"body-parser": "1.20.3",
"express": "4.19.2",
"express": "4.20.0",
"supertest": "6.3.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages-legacy/serverless-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@midwayjs/gateway-common-http": "^1.2.41",
"@midwayjs/serverless-spec-builder": "^1.2.41",
"body-parser": "1.20.3",
"express": "4.19.2"
"express": "4.20.0"
},
"devDependencies": {
"@midwayjs/core": "^3.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages-legacy/serverless-fc-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@midwayjs/runtime-mock": "^3.7.0",
"@midwayjs/serverless-fc-starter": "^3.17.1",
"body-parser": "1.20.3",
"express": "4.19.2"
"express": "4.20.0"
},
"devDependencies": {
"@midwayjs/core": "^3.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages-legacy/serverless-scf-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@midwayjs/serverless-fc-starter": "^3.17.1",
"@midwayjs/serverless-scf-starter": "^3.14.0",
"body-parser": "1.20.3",
"express": "4.19.2"
"express": "4.20.0"
},
"devDependencies": {
"@midwayjs/core": "^3.17.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@midwayjs/express-session": "^3.17.1",
"body-parser": "1.20.3",
"cookie-parser": "^1.4.6",
"express": "4.19.2"
"express": "4.20.0"
},
"author": "Harry Chen <[email protected]>",
"repository": {
Expand Down

0 comments on commit 35c11d4

Please sign in to comment.