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-IP-6240864
  • Loading branch information
snyk-bot committed Feb 12, 2024
1 parent 05648b6 commit c717356
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 68 deletions.
160 changes: 94 additions & 66 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 @@ -81,8 +81,8 @@
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"messagebird": "^4.0.1",
"mongodb": "^5.7.0",
"mongoose": "^7.3.3",
"mongodb": "^6.0.0",
"mongoose": "^8.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-cloud-storage": "^3.0.0",
Expand Down

0 comments on commit c717356

Please sign in to comment.