Skip to content

Commit

Permalink
fix: packages/nestjs-samples/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-EXPRESS-6474509
  • Loading branch information
snyk-bot committed Mar 28, 2024
1 parent 5ef049f commit 21437a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nestjs-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@concepta/ts-core": "^4.0.0-alpha.42",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-express": "^10.3.6",
"@nestjs/platform-fastify": "^9.2.1",
"@nestjs/swagger": "^6.0.0",
"rxjs": "^7.1.0"
Expand Down

0 comments on commit 21437a6

Please sign in to comment.