Bump mongoose from 5.11.19 to 5.12.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.19 to 5.12.0.
- [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.11.19...5.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-15 06:17:04 +00:00
committed by Thomas Ruoff
parent ecb71f54e7
commit cc9077c814
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7075,9 +7075,9 @@
}
},
"mongoose": {
"version": "5.11.19",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.19.tgz",
"integrity": "sha512-+oMf4XVg+j7ygnALi7K5vWZfKvC9gs9jdN/6Y1GV5OUAc7KQWoa6hzFO7nSj5jMJlhHNvC6tcS2uU7BV5aH8Lg==",
"version": "5.12.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.0.tgz",
"integrity": "sha512-s0Qpgf5lOk3AXtKnE+FA0HZhFKa2hesGVcTmx1wfTQ+7Q7ph0E79B6KUp1ZQERQyCwuE8WQ4wWllEhd7VPkxOg==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",

View File

@@ -13,7 +13,7 @@
"date-fns": "^2.19.0",
"date-fns-tz": "^1.1.3",
"ics": "^2.27.0",
"mongoose": "^5.11.19",
"mongoose": "^5.12.0",
"next": "^10.0.8",
"next-iron-session": "^4.1.12",
"p-retry": "^4.4.0",