Skip to content

Commit

Permalink
fix: packages/nestjs-user/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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Aug 20, 2024
1 parent 5818dbb commit 452c794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nestjs-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"dependencies": {
"@concepta/nestjs-access-control": "^5.0.0-alpha.1",
"@concepta/nestjs-common": "^5.0.0-alpha.1",
"@concepta/nestjs-crud": "^5.0.0-alpha.1",
"@concepta/nestjs-crud": "^4.0.0",
"@concepta/nestjs-event": "^5.0.0-alpha.1",
"@concepta/nestjs-password": "^5.0.0-alpha.1",
"@concepta/nestjs-typeorm-ext": "^5.0.0-alpha.1",
"@concepta/nestjs-typeorm-ext": "^4.0.0",
"@concepta/ts-common": "^5.0.0-alpha.1",
"@concepta/ts-core": "^5.0.0-alpha.1",
"@concepta/typeorm-common": "^5.0.0-alpha.1",
Expand Down

0 comments on commit 452c794

Please sign in to comment.