Skip to content

Commit

Permalink
build: switch to mongo driver 2.2.12 and let it control the bson version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Oct 12, 2024
1 parent dc34d64 commit e960ac4
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 122 deletions.
153 changes: 88 additions & 65 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
},
"dependencies": {
"body-parser": "^1.20.3",
"bson": "~0.5.6",
"errorhandler": "^1.5.1",
"express": "^4.0.0",
"jade": "~1.11.0",
"method-override": "^3.0.0",
"mongodb": "~2.0.0",
"mongodb": "~2.2.12",
"morgan": "^1.10.0",
"nconf": "~0.6.9",
"serve-favicon": "^2.5.0",
Expand Down
Loading

0 comments on commit e960ac4

Please sign in to comment.