Skip to content

Commit

Permalink
fix: apps/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-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent bb2c12f commit d200ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-express": "^10.4.2",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/terminus": "^10.2.1",
"@nestjs/typeorm": "^10.0.1",
Expand Down

0 comments on commit d200ca5

Please sign in to comment.