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
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent 0309322 commit 7fd1725
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 8 deletions.
75 changes: 68 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/common": "^10.3.5",
"@nestjs/core": "^10.3.5",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-express": "^10.3.5",
"@nestjs/platform-express": "^10.4.2",
"@nestjs/terminus": "^10.2.3",
"@okta/jwt-verifier": "^3.1.0",
"cqm-models": "4.1.3",
Expand Down

0 comments on commit 7fd1725

Please sign in to comment.