Skip to content

Commit

Permalink
fix: packages/nestjs-crud/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
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 21, 2024
1 parent ba85c59 commit 045cb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nestjs-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@concepta/nestjs-common": "^6.0.0-alpha.0",
"@concepta/nestjs-exception": "^6.0.0-alpha.0",
"@concepta/nestjs-typeorm-ext": "^6.0.0-alpha.0",
"@concepta/nestjs-typeorm-ext": "^4.0.0",
"@concepta/typeorm-common": "^6.0.0-alpha.0",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
Expand Down

0 comments on commit 045cb08

Please sign in to comment.