build(deps): bump mongoose from 5.8.3 to 5.8.4 (#11695)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.8.3 to 5.8.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.8.3...5.8.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-07 11:03:22 +01:00 committed by Matteo Pagliazzi
parent 6b6afa9004
commit 4ae49e6e1b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8970,9 +8970,9 @@
}
},
"mongoose": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.8.3.tgz",
"integrity": "sha512-WnO4WJ8eZ5Hgwp11Gl2dOxkWYJe8xV7oCqDV3ZbTA7j2q1prc0lPWAd9ZK5R6OhQlp55CleEZXqXUPrZnjSEDQ==",
"version": "5.8.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.8.4.tgz",
"integrity": "sha512-jQjLckUILEQUqBuG+ihjtA9OLmrqcIG5n+vaeHpR++TG8/ug5yy5ogkDnybTSq8Ql5OORud3+OCOc2Uw96q32w==",
"requires": {
"bson": "~1.1.1",
"kareem": "2.3.1",

View file

@ -46,7 +46,7 @@
"method-override": "^3.0.0",
"moment": "^2.24.0",
"moment-recur": "^1.0.7",
"mongoose": "^5.8.3",
"mongoose": "^5.8.4",
"morgan": "^1.7.0",
"nconf": "^0.10.0",
"node-gcm": "^1.0.2",