build(deps): bump mongoose from 5.10.10 to 5.10.11 (#12749)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.10.10 to 5.10.11.
- [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.10.10...5.10.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-02 10:57:07 +01:00 committed by GitHub
parent d09dea5185
commit b2cb5f83de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -9657,9 +9657,9 @@
}
},
"mongoose": {
"version": "5.10.10",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.10.10.tgz",
"integrity": "sha512-KjCbWXTJ36RHMe0g31UG0/sANpJ9ekCIena7FkrCFlq5E9gJj/B2SgE5XQzIEiR1h4xMOVGKzyenCnyTw9UHZQ==",
"version": "5.10.11",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.10.11.tgz",
"integrity": "sha512-R5BFitKW94/S/Z48w+X+qi/eto66jWBcVEVA8nYVkBoBAPFGq7JSYP/0uso+ZHs+7XjSzTuui+SUllzxIrf9yA==",
"requires": {
"bson": "^1.1.4",
"kareem": "2.3.1",

View file

@ -48,7 +48,7 @@
"method-override": "^3.0.0",
"moment": "^2.29.1",
"moment-recur": "^1.0.7",
"mongoose": "^5.10.10",
"mongoose": "^5.10.11",
"morgan": "^1.10.0",
"nconf": "^0.10.0",
"node-gcm": "^1.0.3",