Skip to content

Commit a3770b0

Browse files
committed
fix: apps/koa/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994
1 parent b31fb5f commit a3770b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"axios": "^1.7.7",
3131
"cross-env": "^7.0.3",
32-
"koa": "^2.15.3",
32+
"koa": "^3.0.1",
3333
"koa-body": "^6.0.1",
3434
"koa-router": "^13.0.1",
3535
"ofetch": "^1.4.1",

0 commit comments

Comments
 (0)