Update dependency mongoose to v6.3.1

This commit is contained in:
Renovate Bot
2022-04-23 02:58:23 +00:00
committed by renovate[bot]
parent f80b30ddc4
commit 11cba24cfd
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"date-fns-tz": "1.3.3",
"googleapis": "100.0.0",
"ics": "2.35.0",
"mongoose": "6.3.0",
"mongoose": "6.3.1",
"next": "12.1.5",
"next-auth": "4.3.2",
"next-mdx-remote": "4.0.2",
@@ -8147,11 +8147,11 @@
}
},
"node_modules/mongoose": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.0.tgz",
"integrity": "sha512-3x2pEGlZ5SorqcL0/hmUIAzzHIh6a/VIAEv3zAmc93qDtSz3WBbF8PwYYHcXm6Awfck9/zFOV9KIUEE+HjVepA==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"dependencies": {
"bson": "^4.2.2",
"bson": "^4.6.2",
"kareem": "2.3.5",
"mongodb": "4.5.0",
"mpath": "0.8.4",
@@ -16975,11 +16975,11 @@
}
},
"mongoose": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.0.tgz",
"integrity": "sha512-3x2pEGlZ5SorqcL0/hmUIAzzHIh6a/VIAEv3zAmc93qDtSz3WBbF8PwYYHcXm6Awfck9/zFOV9KIUEE+HjVepA==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"requires": {
"bson": "^4.2.2",
"bson": "^4.6.2",
"kareem": "2.3.5",
"mongodb": "4.5.0",
"mpath": "0.8.4",

View File

@@ -16,7 +16,7 @@
"date-fns-tz": "1.3.3",
"googleapis": "100.0.0",
"ics": "2.35.0",
"mongoose": "6.3.0",
"mongoose": "6.3.1",
"next": "12.1.5",
"next-auth": "4.3.2",
"next-mdx-remote": "4.0.2",