Update mongodb dependency to 6.x
-Although the explorer still seems to work fine with older node.js versions, the mongodb 6.x docs indicate that the minimum supported version is v16.20.1 and therefore the explorer has been updated to also enforce this as the min version to help prevent future problems -A small fix was applied to the prestart script that was previously not stopping execution of the explorer when an older version of node.js was found. This was bug only affected running the explorer with `npm start`
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
||||
"express": ">=4.18.1",
|
||||
"intl": "^1.2.5",
|
||||
"jsonminify": "^0.4.2",
|
||||
"mongodb": "^5.4.0",
|
||||
"mongodb": "^6.1.0",
|
||||
"mongoose": "^7.1.0",
|
||||
"morgan": ">=1.10.0",
|
||||
"postman-request": "^2.88.1-postman.31",
|
||||
|
||||
Reference in New Issue
Block a user