build(deps): bump mongoose from 5.8.1 to 5.8.2 (#11654)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.8.1 to 5.8.2.
- [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.1...5.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-23 11:18:17 +01:00 committed by Matteo Pagliazzi
parent 14821f39b0
commit 4ef3ccd23b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8970,9 +8970,9 @@
}
},
"mongoose": {
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.8.1.tgz",
"integrity": "sha512-8Cffl52cMK2iBlpLipoRKW/RdrhkxvVzXsy+xVsfbKHQBCWkFiS0T0jU4smYzomTMP4gW0sReJoRA7Gu/7VVgQ==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.8.2.tgz",
"integrity": "sha512-g9huwQpz3K+DadNIsvaTYe/8sNKS/Sy33k/4wbK6lk+h9qfuBsqYKxK2l6YffRiDV6RO6MNJEWVMdlQx3/P7lw==",
"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.1",
"mongoose": "^5.8.2",
"morgan": "^1.7.0",
"nconf": "^0.10.0",
"node-gcm": "^1.0.2",