Update dependency mongoose to v6.10.1

This commit is contained in:
renovate[bot]
2023-03-04 04:44:31 +00:00
parent fe0ed8c264
commit 9d0b06c555
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "1.3.8", "date-fns-tz": "1.3.8",
"googleapis": "109.0.1", "googleapis": "109.0.1",
"ics": "2.44.0", "ics": "2.44.0",
"mongoose": "6.10.0", "mongoose": "6.10.1",
"next": "^13.1.1", "next": "^13.1.1",
"next-auth": "4.20.1", "next-auth": "4.20.1",
"next-axiom": "0.17.0", "next-axiom": "0.17.0",
@@ -8517,9 +8517,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "6.10.0", "version": "6.10.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.10.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.10.1.tgz",
"integrity": "sha512-0zrKDEnmNscYyAyN94smo2LlJ63gaezKHpHM+KQ+6EiAgAnah5Kt3hQSYzOTQX/63YNdT1oJXiLlB5LqTdcjUw==", "integrity": "sha512-QBXX27XXCEIi1zqimTBjlZsFFg2YzK9uQfuAIqG1AyIEeyKiiCaobD0Tst2ULwiX4PRB53VLRQvAqyu5TwvOZg==",
"dependencies": { "dependencies": {
"bson": "^4.7.0", "bson": "^4.7.0",
"kareem": "2.5.1", "kareem": "2.5.1",
@@ -8530,7 +8530,7 @@
"sift": "16.0.1" "sift": "16.0.1"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=14.0.0"
}, },
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@@ -17862,9 +17862,9 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "6.10.0", "version": "6.10.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.10.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.10.1.tgz",
"integrity": "sha512-0zrKDEnmNscYyAyN94smo2LlJ63gaezKHpHM+KQ+6EiAgAnah5Kt3hQSYzOTQX/63YNdT1oJXiLlB5LqTdcjUw==", "integrity": "sha512-QBXX27XXCEIi1zqimTBjlZsFFg2YzK9uQfuAIqG1AyIEeyKiiCaobD0Tst2ULwiX4PRB53VLRQvAqyu5TwvOZg==",
"requires": { "requires": {
"bson": "^4.7.0", "bson": "^4.7.0",
"kareem": "2.5.1", "kareem": "2.5.1",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "1.3.8", "date-fns-tz": "1.3.8",
"googleapis": "109.0.1", "googleapis": "109.0.1",
"ics": "2.44.0", "ics": "2.44.0",
"mongoose": "6.10.0", "mongoose": "6.10.1",
"next": "^13.1.1", "next": "^13.1.1",
"next-auth": "4.20.1", "next-auth": "4.20.1",
"next-axiom": "0.17.0", "next-axiom": "0.17.0",