Update dependency mongoose to v6.5.1

This commit is contained in:
renovate[bot]
2022-08-03 22:29:00 +00:00
parent 8c950dd880
commit fb4ba38fc4
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.6", "date-fns-tz": "1.3.6",
"googleapis": "105.0.0", "googleapis": "105.0.0",
"ics": "2.37.0", "ics": "2.37.0",
"mongoose": "6.5.0", "mongoose": "6.5.1",
"next": "12.2.3", "next": "12.2.3",
"next-auth": "4.10.3", "next-auth": "4.10.3",
"next-axiom": "0.11.1", "next-axiom": "0.11.1",
@@ -6765,9 +6765,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "6.5.0", "version": "6.5.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.1.tgz",
"integrity": "sha512-swOX8ZEbmCeJaEs29B1j67StBIhuOccNNkipbVhsnLYYCDpNE7heM9W54MFGwN5es9tGGoxINHSzOhJ9kTOZGg==", "integrity": "sha512-8C0213y279nrSp6Au+WB+l/VczcotMU65jalTJJxU6KYf/Kd8gNW9+B3giWNJOVd8VvKvUQG0suWv/Vngp/83A==",
"dependencies": { "dependencies": {
"bson": "^4.6.5", "bson": "^4.6.5",
"kareem": "2.4.1", "kareem": "2.4.1",
@@ -14325,9 +14325,9 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "6.5.0", "version": "6.5.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.1.tgz",
"integrity": "sha512-swOX8ZEbmCeJaEs29B1j67StBIhuOccNNkipbVhsnLYYCDpNE7heM9W54MFGwN5es9tGGoxINHSzOhJ9kTOZGg==", "integrity": "sha512-8C0213y279nrSp6Au+WB+l/VczcotMU65jalTJJxU6KYf/Kd8gNW9+B3giWNJOVd8VvKvUQG0suWv/Vngp/83A==",
"requires": { "requires": {
"bson": "^4.6.5", "bson": "^4.6.5",
"kareem": "2.4.1", "kareem": "2.4.1",

View File

@@ -18,7 +18,7 @@
"date-fns-tz": "1.3.6", "date-fns-tz": "1.3.6",
"googleapis": "105.0.0", "googleapis": "105.0.0",
"ics": "2.37.0", "ics": "2.37.0",
"mongoose": "6.5.0", "mongoose": "6.5.1",
"next": "12.2.3", "next": "12.2.3",
"next-auth": "4.10.3", "next-auth": "4.10.3",
"next-axiom": "0.11.1", "next-axiom": "0.11.1",