0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 18:02:42 +00:00

Bump mongoose from 5.9.1 to 5.9.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.9.1 to 5.9.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.9.1...5.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-24 09:21:05 +00:00
committed by Trevor Buckner
parent f0c412527b
commit b681edba23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5288,9 +5288,9 @@
}
},
"mongoose": {
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.1.tgz",
"integrity": "sha512-qgS31/nZ63vpr8yBg6w8vaV8ITxwrF2ioNW5AakXmqvVBaOsI0xpDd5QBowESy2InDTk+iDaN5SNgSxGG6GntQ==",
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.2.tgz",
"integrity": "sha512-Sa1qfqBvUfAgsrXpZjbBoIx8PEDUJSKF5Ous8gnBFI7TPiueSgJjg6GRA7A0teU8AB/vd0h8rl1rD5RQNfWhIw==",
"requires": {
"bson": "~1.1.1",
"kareem": "2.3.1",

View File

@@ -48,7 +48,7 @@
"lodash": "^4.17.15",
"marked": "^0.3.19",
"moment": "^2.24.0",
"mongoose": "^5.9.1",
"mongoose": "^5.9.2",
"nconf": "^0.10.0",
"pico-router": "^2.1.0",
"react": "^16.12.0",