Skip to content

Commit 852627f

Browse files
committed
fix: lock mongodb version at 3.6.2 due to 3.6.3 issues
Signed-off-by: Erik Kieckhafer <ek@ato.la>
1 parent 6190c54 commit 852627f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"commander": "^2.20.0",
3232
"envalid": "^6.0.1",
3333
"inquirer": "^6.5.0",
34-
"mongodb": "^3.5.2",
34+
"mongodb": "3.6.2",
3535
"pretty-ms": "^5.1.0"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)