Skip to content

Commit 188d471

Browse files
fix(deps): update dependency koa to v2.15.4 [security] (#6826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <caohuilin@bytedance.com>
1 parent 8258703 commit 188d471

File tree

4 files changed

+17
-23
lines changed

4 files changed

+17
-23
lines changed

packages/server/plugin-koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@types/supertest": "^2.0.11",
9494
"@types/type-is": "^1.6.3",
9595
"jest": "^29",
96-
"koa": "2.13.4",
96+
"koa": "2.15.4",
9797
"supertest": "^6.1.6",
9898
"typescript": "^5",
9999
"zod": "^3.22.3"

pnpm-lock.yaml

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

tests/integration/api-service-koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@modern-js/plugin-bff": "workspace:*",
1616
"@modern-js/plugin-koa": "workspace:*",
1717
"@modern-js/runtime": "workspace:*",
18-
"koa": "2.13.4",
18+
"koa": "2.15.4",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1"
2121
},

tests/integration/deploy-server/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-koa": "workspace:*",
1919
"@modern-js/runtime": "workspace:*",
20-
"koa": "2.13.4",
20+
"koa": "2.15.4",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
2323
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)