Skip to content

Commit

Permalink
fix: apps/cli/cli/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-FASTIFYREPLYFROM-6146944
  • Loading branch information
snyk-bot committed Sep 17, 2024
1 parent 2868243 commit dfefb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@captain/cli-core": "*",
"@captain/logger": "workspace:*",
"@fastify/cors": "^8.2.0",
"@fastify/http-proxy": "^8.4.0",
"@fastify/http-proxy": "^10.0.0",
"@fastify/static": "^6.6.0",
"@trpc/server": "10.9.0",
"fastify": "^4.11.0",
Expand Down

0 comments on commit dfefb14

Please # to comment.