Skip to content

Commit

Permalink
fix: src/backend/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 814a230 commit 0408656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/class-validator": "0.13.4",
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "10.2.10",
"@nestjs/platform-express": "10.3.6",
"@nestjs/swagger": "7.1.16",
"@nestjs/typeorm": "10.0.1",
"class-transformer": "0.5.1",
Expand Down

0 comments on commit 0408656

Please sign in to comment.