Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 10, 2024
1 parent 7b214f9 commit aec93c8
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 70 deletions.
158 changes: 90 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/mongoose": "^10.0.6",
"@nestjs/platform-express": "^10.0.0",
"mongoose": "^8.4.4",
"@nestjs/platform-express": "^10.4.14",
"mongoose": "^8.8.3",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
Expand Down

0 comments on commit aec93c8

Please sign in to comment.