Skip to content

Commit

Permalink
fix: package.json & yarn.lock 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 36022e3 commit 5b3e314
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 101 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@hapi/joi": "^17.1.1",
"@nestjs/common": "^10.0.4",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.4",
"@nestjs/core": "^10.4.2",
"@nestjs/jwt": "^10.1.0",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^10.1.3",
"@nestjs/platform-express": "^10.4.2",
"@nestjs/platform-socket.io": "^10.0.4",
"@nestjs/typeorm": "^10.0.0",
"@nestjs/websockets": "^10.0.4",
Expand Down
Loading

0 comments on commit 5b3e314

Please sign in to comment.