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-INFLIGHT-6095116
- https://snyk.io/vuln/SNYK-JS-SQLITE3-3358947
  • Loading branch information
snyk-bot committed Aug 13, 2024
1 parent 7dcf4cb commit c6c1a27
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": "^5.0.0-alpha.0",
"@concepta/ts-core": "^5.0.0-alpha.0",
"@concepta/typeorm-common": "^5.0.0-alpha.0",
"@concepta/typeorm-common": "^4.0.0",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.1",
Expand Down

0 comments on commit c6c1a27

Please sign in to comment.