Bump mongoose from 5.12.5 to 5.12.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.12.5 to 5.12.10.
- [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.5...5.12.10)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-18 20:58:44 +00:00
committed by Thomas Ruoff
parent a7bd0f8423
commit f798ed0d5b
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -4720,9 +4720,9 @@
}
},
"@types/mongodb": {
"version": "3.6.12",
"resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.12.tgz",
"integrity": "sha512-49aEzQD5VdHPxyd5dRyQdqEveAg9LanwrH8RQipnMuulwzKmODXIZRp0umtxi1eBUfEusRkoy8AVOMr+kVuFog==",
"version": "3.6.13",
"resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.13.tgz",
"integrity": "sha512-N/e2+oVqDWIiKos+5vsx3Oj8VtgzyplpV9N8tLMM2g/xrK30doWYSYW7fwHSaHQdX+hrUlPxZ775p4KRnhIPyA==",
"requires": {
"@types/bson": "*",
"@types/node": "*"
@@ -10481,9 +10481,9 @@
}
},
"mongoose": {
"version": "5.12.9",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.9.tgz",
"integrity": "sha512-ZSDjW15DmUbHQcZ2PqoXsJeYnpYipISi6QJH/XHR9dcSg3IRNCa86apcTptBux03/YBPiSZlKNYUNDx7iuMWoA==",
"version": "5.12.10",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.10.tgz",
"integrity": "sha512-/VmFFEACH2yiuPcJoBjOzVTXozBhCeminVbWI8mxiZwvgCbNu9PQrIABIgeCJncnZH8VT4G7s2IXO5FySxF1XA==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",

View File

@@ -13,7 +13,7 @@
"date-fns": "^2.21.1",
"date-fns-tz": "^1.1.4",
"ics": "^2.27.0",
"mongoose": "^5.12.9",
"mongoose": "^5.12.10",
"next": "^10.1.3",
"next-iron-session": "^4.1.13",
"next-mdx-remote": "^2.1.4",