Skip to content

Commit

Permalink
fix: src/code-templates/services/order-service/package.json to reduce…
Browse files Browse the repository at this point in the history
… vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTIFYSWAGGERUI-6157561
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Apr 7, 2024
1 parent 4148ce9 commit a5beeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-templates/services/order-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@fastify/cors": "^8.4.2",
"@fastify/request-context": "^5.1.0",
"@fastify/swagger": "^8.12.0",
"@fastify/swagger-ui": "^1.10.1",
"@fastify/swagger-ui": "^3.0.0",
"@fastify/type-provider-typebox": "^3.5.0",
"@practica/common-express-middlewares": "^0.0.1",
"@practica/common-fastify-plugins": "^0.0.1",
Expand Down

0 comments on commit a5beeb2

Please sign in to comment.