Skip to content

Commit

Permalink
fix: api/package.json & api/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-MONGODB-5871303
  • Loading branch information
snyk-bot committed Sep 1, 2023
1 parent 4ab45d5 commit 883a745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongoose": "^7.4.2"
"mongoose": "^7.5.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
Expand Down

0 comments on commit 883a745

Please sign in to comment.