Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade mongoose from 8.0.0 to 8.9.3 #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade mongoose from 8.0.0 to 8.9.3
Snyk has created this PR to upgrade mongoose from 8.0.0 to 8.9.3.

See this package in npm:
mongoose

See this project in Snyk:
https://app.snyk.io/org/pradumchintamani/project/d9a6d8ae-bc63-4e42-8247-3aa3be6248e1?utm_source=github&utm_medium=referral&page=upgrade-pr
snyk-bot committed Jan 26, 2025
commit 904354352a6d31117df156a344c65ca51299d0f2
475 changes: 148 additions & 327 deletions backend/package-lock.json
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"express": "^4.18.2",
"redis": "^4.6.13",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.0",
"mongoose": "^8.9.3",
"nodemon": "^3.0.1"
},
"scripts": {