build(deps): bump mongoose from 5.9.13 to 5.9.14 (#12216)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.9.13 to 5.9.14.
- [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.9.13...5.9.14)

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-05-18 10:31:53 +02:00 committed by GitHub
parent e90175b5d6
commit ace8e2f0bd
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

@ -9723,9 +9723,9 @@
}
},
"mongoose": {
"version": "5.9.13",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.13.tgz",
"integrity": "sha512-MsFdJAaCTVbDA3gYskUEpUN1kThL7sp4zh8N9rGt0+9vYMn28q92NLK90vGssM9qjOGWp8HqLeT1fBgfMZDnKA==",
"version": "5.9.14",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.14.tgz",
"integrity": "sha512-LScxCruQv0YpU/9DasKdThd+3r3PFQbCgesmfa6g0pTDOIiD1A9N9OQsGYrDf+dyUksfLCxJYYF9qpBHLvS1tg==",
"requires": {
"bson": "^1.1.4",
"kareem": "2.3.1",

View file

@ -48,7 +48,7 @@
"method-override": "^3.0.0",
"moment": "^2.25.3",
"moment-recur": "^1.0.7",
"mongoose": "^5.9.13",
"mongoose": "^5.9.14",
"morgan": "^1.10.0",
"nconf": "^0.10.0",
"node-gcm": "^1.0.2",