Bump mongoose from 5.11.8 to 5.11.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.8 to 5.11.9.
- [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.8...5.11.9)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-01-04 06:48:18 +00:00
committed by Thomas Ruoff
parent 6302ba9d9a
commit b67dd37c60
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7862,9 +7862,9 @@
}
},
"mongoose": {
"version": "5.11.8",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.8.tgz",
"integrity": "sha512-RRfrYLg7pyuyx7xu5hwadjIZZJB9W2jqIMkL1CkTmk/uOCX3MX2tl4BVIi2rJUtgMNwn6dy3wBD3soB8I9Nlog==",
"version": "5.11.9",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.9.tgz",
"integrity": "sha512-lmG6R64jtGGxqtn88BkkY+v470LUfGgyTKUyjswQ5c01GNgQvxA0kQd8h+tm0hZb639hKNRxL9ZBQlLleUpuIQ==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",

View File

@@ -13,7 +13,7 @@
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
"ics": "^2.26.2",
"mongoose": "^5.11.8",
"mongoose": "^5.11.9",
"next": "^10.0.4",
"next-iron-session": "^4.1.10",
"p-retry": "^4.2.0",