Bump mongoose from 5.11.18 to 5.11.19

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-09 21:52:49 +00:00
committed by Thomas Ruoff
parent 272397e7b3
commit 02cf28a25b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7074,9 +7074,9 @@
}
},
"mongoose": {
"version": "5.11.18",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.18.tgz",
"integrity": "sha512-RsrPR9nhkXZbO3ml0DcmdbfeMvFNhgFrP81S6o1P+lFnDTNEKYnGNRCIL+ojD69wj7H5jJaAdZ0SJ5IlKxCHqw==",
"version": "5.11.19",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.19.tgz",
"integrity": "sha512-+oMf4XVg+j7ygnALi7K5vWZfKvC9gs9jdN/6Y1GV5OUAc7KQWoa6hzFO7nSj5jMJlhHNvC6tcS2uU7BV5aH8Lg==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",

View File

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