Skip to content

Commit dff7abd

Browse files
authored
Merge pull request #50 from GrinZero/snyk-fix-f33dc5d0bdd00ed79f5a27a3ed3a47de
[Snyk] Fix for 9 vulnerabilities
2 parents 9209352 + d5649d4 commit dff7abd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/koa/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"vitest": "^2.1.4"
2828
},
2929
"dependencies": {
30-
"axios": "^1.7.7",
30+
"axios": "^1.12.0",
3131
"cross-env": "^7.0.3",
32-
"koa": "^3.0.1",
32+
"koa": "^2.16.2",
3333
"koa-body": "^6.0.1",
3434
"koa-router": "^13.0.1",
3535
"ofetch": "^1.4.1",
3636
"ts-node": "^10.9.2",
3737
"typescript": "^5.4.5",
38-
"undici": "^6.20.1",
39-
"ws": "^8.17.0"
38+
"undici": "^6.21.2",
39+
"ws": "^8.17.1"
4040
}
4141
}

0 commit comments

Comments
 (0)