Update dependency mongoose to v6.5.2

This commit is contained in:
renovate[bot]
2022-08-10 01:24:24 +00:00
parent 004cf99b9a
commit 3b91b948d1
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.1", "mongoose": "6.5.2",
"next": "12.2.4", "next": "12.2.4",
"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.1", "version": "6.5.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.1.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.2.tgz",
"integrity": "sha512-8C0213y279nrSp6Au+WB+l/VczcotMU65jalTJJxU6KYf/Kd8gNW9+B3giWNJOVd8VvKvUQG0suWv/Vngp/83A==", "integrity": "sha512-3CFDrSLtK2qjM1pZeZpLTUyqPRkc11Iuh74ZrwS4IwEJ3K2PqGnmyPLw7ex4Kzu37ujIMp3MAuiBlUjfrcb6hw==",
"dependencies": { "dependencies": {
"bson": "^4.6.5", "bson": "^4.6.5",
"kareem": "2.4.1", "kareem": "2.4.1",
@@ -14348,9 +14348,9 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "6.5.1", "version": "6.5.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.1.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.2.tgz",
"integrity": "sha512-8C0213y279nrSp6Au+WB+l/VczcotMU65jalTJJxU6KYf/Kd8gNW9+B3giWNJOVd8VvKvUQG0suWv/Vngp/83A==", "integrity": "sha512-3CFDrSLtK2qjM1pZeZpLTUyqPRkc11Iuh74ZrwS4IwEJ3K2PqGnmyPLw7ex4Kzu37ujIMp3MAuiBlUjfrcb6hw==",
"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.1", "mongoose": "6.5.2",
"next": "12.2.4", "next": "12.2.4",
"next-auth": "4.10.3", "next-auth": "4.10.3",
"next-axiom": "0.11.1", "next-axiom": "0.11.1",