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-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 9, 2024
1 parent 40b944e commit a687627
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,11 +14,11 @@
"dependencies": {
"@concepta/nestjs-access-control": "^5.0.0-alpha.6",
"@concepta/nestjs-common": "^5.0.0-alpha.6",
"@concepta/nestjs-crud": "^5.0.0-alpha.6",
"@concepta/nestjs-crud": "^4.0.0",
"@concepta/nestjs-event": "^5.0.0-alpha.6",
"@concepta/nestjs-exception": "^5.0.0-alpha.6",
"@concepta/nestjs-password": "^5.0.0-alpha.6",
"@concepta/nestjs-typeorm-ext": "^5.0.0-alpha.6",
"@concepta/nestjs-typeorm-ext": "^4.0.0",
"@concepta/ts-common": "^5.0.0-alpha.6",
"@concepta/ts-core": "^5.0.0-alpha.6",
"@concepta/typeorm-common": "^5.0.0-alpha.6",
Expand Down

0 comments on commit a687627

Please sign in to comment.