Update dependency mongoose to v6.6.3

This commit is contained in:
renovate[bot]
2022-09-30 18:57:20 +00:00
parent efc2903945
commit 902373f8de
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "1.3.7",
"googleapis": "107.0.0",
"ics": "2.40.0",
"mongoose": "6.6.2",
"mongoose": "6.6.3",
"next": "12.3.1",
"next-auth": "4.12.2",
"next-axiom": "0.14.0",
@@ -7035,9 +7035,9 @@
}
},
"node_modules/mongoose": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.2.tgz",
"integrity": "sha512-SrB0DgB1Ime/xh4Tr2yLkFKO5Aa/FrDyAo/ILGDWM5qjhZdhl7HKftiQPibwywC3rTkeU4nc2yuPYKFLBYCBWA==",
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.3.tgz",
"integrity": "sha512-2Ye018PNBBXJd717qhfjBGo7k8HQb/pKziO9d5wY14iZSUI7hxqL7bwNDg+poeBwnlhBYLncZkips15Blfgxbw==",
"dependencies": {
"bson": "^4.6.5",
"kareem": "2.4.1",
@@ -14957,9 +14957,9 @@
}
},
"mongoose": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.2.tgz",
"integrity": "sha512-SrB0DgB1Ime/xh4Tr2yLkFKO5Aa/FrDyAo/ILGDWM5qjhZdhl7HKftiQPibwywC3rTkeU4nc2yuPYKFLBYCBWA==",
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.3.tgz",
"integrity": "sha512-2Ye018PNBBXJd717qhfjBGo7k8HQb/pKziO9d5wY14iZSUI7hxqL7bwNDg+poeBwnlhBYLncZkips15Blfgxbw==",
"requires": {
"bson": "^4.6.5",
"kareem": "2.4.1",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "1.3.7",
"googleapis": "107.0.0",
"ics": "2.40.0",
"mongoose": "6.6.2",
"mongoose": "6.6.3",
"next": "12.3.1",
"next-auth": "4.12.2",
"next-axiom": "0.14.0",