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-TYPEORM-2940870
  • Loading branch information
snyk-bot committed Jul 6, 2022
1 parent fbc965a commit 6e64ff3
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 109 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"swagger-ui-express": "^4.1.6",
"typeorm": "^0.2.37"
"typeorm": "^0.3.0"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
Expand Down

0 comments on commit 6e64ff3

Please sign in to comment.