Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - mongodb from 6.7.0 to 6.8.0.
    See this package in npm: https://www.npmjs.com/package/mongodb
  - mongoose from 8.4.1 to 8.5.4.
    See this package in npm: https://www.npmjs.com/package/mongoose

See this project in Snyk:
https://app.snyk.io/org/mcdecoderdude/project/00811786-2d64-4082-95f7-739e97183934?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent 2b4d2bf commit 3df79d2
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 18 deletions.
166 changes: 150 additions & 16 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 @@ -25,8 +25,8 @@
"cors": "^2.8.5",
"express": "^4.21.0",
"helmet": "^5.1.1",
"mongodb": "^6.7.0",
"mongoose": "^8.0.0",
"mongodb": "^6.8.0",
"mongoose": "^8.5.4",
"shortid": "^2.2.8",
"valid-url": "^1.0.9"
},
Expand Down

0 comments on commit 3df79d2

Please sign in to comment.