Skip to content

Commit

Permalink
fix: backend/package.json & backend/package-lock.json to reduce vulne…
Browse files Browse the repository at this point in the history
…rabilities (#275)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MONGOOSE-8623536

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
lholmquist and snyk-bot authored Jan 16, 2025
1 parent 7696f33 commit 1321b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cors": "^2.8.4",
"express": "^4.21.2",
"log4js": "^6.7.0",
"mongoose": "^8.9.1"
"mongoose": "^8.9.5"
},
"devDependencies": {
"chai": "^4.4.1",
Expand Down

0 comments on commit 1321b88

Please sign in to comment.