Bump mongoose from 5.12.2 to 5.12.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.12.2 to 5.12.3.
- [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.2...5.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-05 22:30:28 +00:00
committed by Thomas Ruoff
parent 9c4194df02
commit 9b2dc25090
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -4702,9 +4702,9 @@
}
},
"@types/mongodb": {
"version": "3.6.10",
"resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.10.tgz",
"integrity": "sha512-BkwAHFiZSSWdTIqbUVGmgvIsiXXjqAketeK7Izy7oSs6G3N8Bn993tK9eq6QEovQDx6OQ2FGP2KWDDxBzdlJ6Q==",
"version": "3.6.12",
"resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.12.tgz",
"integrity": "sha512-49aEzQD5VdHPxyd5dRyQdqEveAg9LanwrH8RQipnMuulwzKmODXIZRp0umtxi1eBUfEusRkoy8AVOMr+kVuFog==",
"requires": {
"@types/bson": "*",
"@types/node": "*"
@@ -10453,9 +10453,9 @@
}
},
"mongoose": {
"version": "5.12.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.2.tgz",
"integrity": "sha512-kT9t6Nvu9WPsfssn7Gzke446Il8UdMilY7Sa5vALtwoOoNOGtZEVjekZBFwsBFzTWtBA/x5gBmJoYFP+1LeDlg==",
"version": "5.12.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.3.tgz",
"integrity": "sha512-frsSR9yeldaRpSUeTegXCSB0Tu5UGq8sHuHBuEV31Jk3COyxlKFQPL7UsdMhxPUCmk74FpOYSmNwxhWBEqgzQg==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",
@@ -10463,7 +10463,7 @@
"mongodb": "3.6.5",
"mongoose-legacy-pluralize": "1.0.2",
"mpath": "0.8.3",
"mquery": "3.2.4",
"mquery": "3.2.5",
"ms": "2.1.2",
"regexp-clone": "1.0.0",
"safe-buffer": "5.2.1",
@@ -10489,9 +10489,9 @@
"integrity": "sha512-eb9rRvhDltXVNL6Fxd2zM9D4vKBxjVVQNLNijlj7uoXUy19zNDsIif5zR+pWmPCWNKwAtqyo4JveQm4nfD5+eA=="
},
"mquery": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.4.tgz",
"integrity": "sha512-uOLpp7iRX0BV1Uu6YpsqJ5b42LwYnmu0WeF/f8qgD/On3g0XDaQM6pfn0m6UxO6SM8DioZ9Bk6xxbWIGHm2zHg==",
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.5.tgz",
"integrity": "sha512-VjOKHHgU84wij7IUoZzFRU07IAxd5kWJaDmyUzQlbjHjyoeK5TNeeo8ZsFDtTYnSgpW6n/nMNIHvE3u8Lbrf4A==",
"requires": {
"bluebird": "3.5.1",
"debug": "3.1.0",

View File

@@ -13,7 +13,7 @@
"date-fns": "^2.19.0",
"date-fns-tz": "^1.1.3",
"ics": "^2.27.0",
"mongoose": "^5.12.2",
"mongoose": "^5.12.3",
"next": "^10.1.3",
"next-iron-session": "^4.1.12",
"next-mdx-remote": "^2.1.3",