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
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent 8006f7b commit a3a6631
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 46 deletions.
116 changes: 72 additions & 44 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dev": "MONGO_DISABLE_REPLICA_SET=true npm run start"
},
"dependencies": {
"body-parser": "^1.20.1",
"body-parser": "^1.20.3",
"cors": "^2.8.4",
"express": "^4.19.2",
"express": "^4.21.0",
"log4js": "^6.7.0",
"mongoose": "^8.5.1"
},
Expand Down

0 comments on commit a3a6631

Please sign in to comment.