aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Wilkins <samuel_wilkins@brown.edu>2019-07-16 11:56:25 -0400
committerSam Wilkins <samuel_wilkins@brown.edu>2019-07-16 11:56:25 -0400
commitf36afcf2b00da1df5aa39deff5d9e931a823605c (patch)
treeb444209b353b951def3ee457845fa54f2bcab709 /package.json
parent4c127ddd32b20bc6f1e6fb6b921e06cf3de4f1ca (diff)
mongoose connection bug and usercontroller errors fixed
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 22b3a6b21..7407a719f 100644
--- a/package.json
+++ b/package.json
@@ -73,7 +73,7 @@
"@types/lodash": "^4.14.121",
"@types/mobile-detect": "^1.3.4",
"@types/mongodb": "^3.1.22",
- "@types/mongoose": "^5.3.21",
+ "@types/mongoose": "^5.5.8",
"@types/node": "^10.12.30",
"@types/nodemailer": "^4.6.6",
"@types/passport": "^1.0.0",
@@ -144,7 +144,7 @@
"mobx-react-devtools": "^6.1.1",
"mobx-utils": "^5.4.0",
"mongodb": "^3.1.13",
- "mongoose": "^5.4.18",
+ "mongoose": "^5.6.4",
"node-sass": "^4.12.0",
"nodemailer": "^5.1.1",
"nodemon": "^1.18.10",