Skip to content

Commit

Permalink
Fixed body-parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpogr committed Jan 17, 2025
1 parent a527df5 commit 89e35d1
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 23 deletions.
137 changes: 115 additions & 22 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 @@ -9,7 +9,7 @@
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"body-parser": "^2.0.2",
"cors": "^2.8.5",
"express": "^4.21.2",
"pg": "^8.13.1",
Expand Down

0 comments on commit 89e35d1

Please sign in to comment.