0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 20:33:51 +00:00

Bump mongoose from 5.12.11 to 5.12.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.12.11 to 5.12.12.
- [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.12.11...5.12.12)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-31 05:04:25 +00:00
committed by GitHub
parent d666bacf1f
commit 5ee146b6be
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -1720,9 +1720,9 @@
"integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="
},
"@types/mongodb": {
"version": "3.6.16",
"resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.16.tgz",
"integrity": "sha512-D3tM0iRUet3TiIMAdvovxAIRG9gYqFd4j7visGwmPNdQj8Fq/uFFfRxyGCgEwVXAs0NnJPMI/QGVTADxDwhmSQ==",
"version": "3.6.17",
"resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.17.tgz",
"integrity": "sha512-9hhgvYPdC5iHyyksPcKCu45gfaAIPQHKHGdvNXu4582DmOZX3wrUJIJPT40o4G1oTKPgpMMFqZglOTjhnYoF+A==",
"requires": {
"@types/bson": "*",
"@types/node": "*"
@@ -5300,9 +5300,9 @@
}
},
"mongoose": {
"version": "5.12.11",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.11.tgz",
"integrity": "sha512-16TVqYhHQdZNR8RTis/8iiTPy+nJPq0UhKyBFTucLLU3PWcDLY2gAGv6aOk0LygTNhEfgNnENgUUHhjVqTuh8w==",
"version": "5.12.12",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.12.tgz",
"integrity": "sha512-n+ZmGApaL5x/r92w6S4pb+c075i+YKzg1F9YWkznSzQMtvetj/2dSjj2cqsITpd6z60k3K7ZaosIl6hzHwUA9g==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",

View File

@@ -60,7 +60,7 @@
"marked": "2.0.6",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^5.12.11",
"mongoose": "^5.12.12",
"nanoid": "3.1.23",
"nconf": "^0.11.2",
"prop-types": "15.7.2",