fix: updated mongoose dependency
[ci skip]
This commit is contained in:
parent
dd6dc6625f
commit
6e0b7dc272
@ -90,7 +90,7 @@
|
||||
"moment": "^2.18.1",
|
||||
"moment-timezone": "^0.5.13",
|
||||
"mongodb": "^2.2.26",
|
||||
"mongoose": "^4.9.8",
|
||||
"mongoose": "^4.9.9",
|
||||
"multer": "^1.3.0",
|
||||
"ora": "^1.2.0",
|
||||
"passport": "^0.3.2",
|
||||
|
19
yarn.lock
19
yarn.lock
@ -4422,7 +4422,7 @@ mongodb@2.2.26, "mongodb@>= 1.2.0 <3.0.0", mongodb@^2.2.26:
|
||||
mongodb-core "2.1.10"
|
||||
readable-stream "2.2.7"
|
||||
|
||||
mongoose@*, mongoose@^4.9.8:
|
||||
mongoose@*:
|
||||
version "4.9.8"
|
||||
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-4.9.8.tgz#ef64304231dc2455ab15a0c0cb6c149ce8c787bb"
|
||||
dependencies:
|
||||
@ -4439,6 +4439,23 @@ mongoose@*, mongoose@^4.9.8:
|
||||
regexp-clone "0.0.1"
|
||||
sliced "1.0.1"
|
||||
|
||||
mongoose@^4.9.9:
|
||||
version "4.9.9"
|
||||
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-4.9.9.tgz#8671fbe06c945f55fba7ad03797bc02f19516762"
|
||||
dependencies:
|
||||
async "2.1.4"
|
||||
bson "~1.0.4"
|
||||
hooks-fixed "2.0.0"
|
||||
kareem "1.4.1"
|
||||
mongodb "2.2.26"
|
||||
mpath "0.2.1"
|
||||
mpromise "0.5.5"
|
||||
mquery "2.3.0"
|
||||
ms "0.7.2"
|
||||
muri "1.2.1"
|
||||
regexp-clone "0.0.1"
|
||||
sliced "1.0.1"
|
||||
|
||||
morgan@^1.6.1:
|
||||
version "1.8.1"
|
||||
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.8.1.tgz#f93023d3887bd27b78dfd6023cea7892ee27a4b1"
|
||||
|
Loading…
Reference in New Issue
Block a user