Skip to content

Commit e1bce32

Browse files
fix(deps): update dependency express to ^4.21.2 (#7240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <[email protected]>
1 parent 50cbb6a commit e1bce32

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

packages/server/plugin-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@
7878
"@types/node": "^14",
7979
"@types/supertest": "^2.0.11",
8080
"@types/type-is": "^1.6.3",
81-
"express": "^4.17.2",
81+
"express": "^4.21.2",
8282
"jest": "^29",
8383
"supertest": "^6.1.6",
8484
"typescript": "^5",
8585
"zod": "^3.22.3"
8686
},
8787
"peerDependencies": {
88-
"express": "^4.20.0"
88+
"express": "^4.21.2"
8989
},
9090
"publishConfig": {
9191
"registry": "https://registry.npmjs.org/",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/bff-corss-project/bff-api-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@modern-js/plugin-bff": "workspace:*",
1818
"@modern-js/plugin-express": "workspace:*",
1919
"@modern-js/runtime": "workspace:*",
20-
"express": "^4.17.2",
20+
"express": "^4.21.2",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
2323
"ts-node": "^10.9.1",

tests/integration/bff-corss-project/bff-client-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@modern-js/plugin-express": "workspace:*",
2020
"@modern-js/runtime": "workspace:*",
2121
"bff-api-app": "workspace:*",
22-
"express": "^4.17.2",
22+
"express": "^4.21.2",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
2525
"ts-node": "^10.9.1",

tests/integration/bff-corss-project/bff-indep-client-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@modern-js/runtime": "workspace:*",
2121
"axios": "^1.7.4",
2222
"bff-api-app": "workspace:*",
23-
"express": "^4.17.2",
23+
"express": "^4.21.2",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
2626
"ts-node": "^10.9.1",

tests/integration/bff-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@modern-js/plugin-bff": "workspace:*",
1818
"@modern-js/plugin-express": "workspace:*",
1919
"@modern-js/runtime": "workspace:*",
20-
"express": "^4.17.2",
20+
"express": "^4.21.2",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
2323
"ts-node": "^10.9.1",

tests/integration/bff-koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@modern-js/plugin-bff": "workspace:*",
1919
"@modern-js/plugin-koa": "workspace:*",
2020
"@modern-js/runtime": "workspace:*",
21-
"express": "^4.17.2",
21+
"express": "^4.21.2",
2222
"lodash-es": "^4.17.21",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",

tests/integration/server-json-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@modern-js/runtime": "workspace:*",
2020
"axios": "^1.7.4",
21-
"express": "^4.17.2",
21+
"express": "^4.21.2",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
},

tests/integration/server-prod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@modern-js/runtime": "workspace:*",
2020
"axios": "^1.7.4",
21-
"express": "^4.17.2",
21+
"express": "^4.21.2",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
},

tests/integration/server-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@modern-js/runtime": "workspace:*",
2020
"axios": "^1.7.4",
21-
"express": "^4.17.2",
21+
"express": "^4.21.2",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
},

0 commit comments

Comments
 (0)