1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

update mongoose to v5

This commit is contained in:
Bowden Kelly
2019-03-25 14:56:30 -07:00
parent a3a3258c9b
commit 89f3e04868
3 changed files with 100 additions and 72 deletions

View File

@@ -42,7 +42,7 @@
"fbgraph": "^1.4.1",
"lodash": "^4.17.5",
"lusca": "^1.5.2",
"mongoose": "^4.13.11",
"mongoose": "^5.4.2",
"nodemailer": "^4.4.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
@@ -81,7 +81,7 @@
"@types/winston": "^2.3.7",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"jest": "^22.0.4",
"jest": "^24.0.0",
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"shelljs": "^0.8.1",