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 3ef3233 commit cd0eee0
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 46 deletions.
129 changes: 85 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 @@ -9,9 +9,9 @@
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"express": "^4.21.0",
"pg": "^8.7.1",
"cookie-parser": "^1.4.6",
"express-session": "^1.18.0",
Expand Down

0 comments on commit cd0eee0

Please sign in to comment.