Update dependency mongoose to v6.3.3

This commit is contained in:
Renovate Bot
2022-05-17 19:50:57 +00:00
committed by Thomas Ruoff
parent e17c924a5f
commit 538d5d74bb
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"date-fns-tz": "1.3.4",
"googleapis": "100.0.0",
"ics": "2.35.0",
"mongoose": "6.3.1",
"mongoose": "6.3.3",
"next": "12.1.6",
"next-auth": "4.3.4",
"next-mdx-remote": "4.0.3",
@@ -6836,14 +6836,14 @@
}
},
"node_modules/mongoose": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"version": "6.3.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.3.tgz",
"integrity": "sha512-bAGuf+6mXuVjKReNcOGjdI05y9g0JXnRpZ3/PBN3kVXIn3rbhbFwR/lPbuwtsBsWhlblMK8tieDeFAVzV6yhww==",
"dependencies": {
"bson": "^4.6.2",
"kareem": "2.3.5",
"mongodb": "4.5.0",
"mpath": "0.8.4",
"mpath": "0.9.0",
"mquery": "4.0.2",
"ms": "2.1.3",
"sift": "16.0.0"
@@ -6862,9 +6862,9 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"node_modules/mpath": {
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz",
"integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz",
"integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==",
"engines": {
"node": ">=4.0.0"
}
@@ -14405,14 +14405,14 @@
}
},
"mongoose": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"version": "6.3.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.3.tgz",
"integrity": "sha512-bAGuf+6mXuVjKReNcOGjdI05y9g0JXnRpZ3/PBN3kVXIn3rbhbFwR/lPbuwtsBsWhlblMK8tieDeFAVzV6yhww==",
"requires": {
"bson": "^4.6.2",
"kareem": "2.3.5",
"mongodb": "4.5.0",
"mpath": "0.8.4",
"mpath": "0.9.0",
"mquery": "4.0.2",
"ms": "2.1.3",
"sift": "16.0.0"
@@ -14426,9 +14426,9 @@
}
},
"mpath": {
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz",
"integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g=="
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz",
"integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew=="
},
"mquery": {
"version": "4.0.2",

View File

@@ -17,7 +17,7 @@
"date-fns-tz": "1.3.4",
"googleapis": "100.0.0",
"ics": "2.35.0",
"mongoose": "6.3.1",
"mongoose": "6.3.3",
"next": "12.1.6",
"next-auth": "4.3.4",
"next-mdx-remote": "4.0.3",