Skip to content

Commit

Permalink
fix: packages/server/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent 6c78b1f commit a8137f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"koa-body-parser": "^0.2.1",
"koa-cors": "^0.0.16",
"koa-logger": "^3.2.1",
"koa-router": "^12.0.1",
"koa-router": "^13.0.1",
"mocha": "^9.2.2",
"pino": "^7.11.0",
"pino-pretty": "^7.6.1",
Expand Down

0 comments on commit a8137f0

Please sign in to comment.