Update dependency mongoose to v6.9.0

This commit is contained in:
renovate[bot]
2023-01-25 23:34:36 +00:00
parent a32a0cd081
commit 6b2af2c60f
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "1.3.7", "date-fns-tz": "1.3.7",
"googleapis": "109.0.1", "googleapis": "109.0.1",
"ics": "2.41.0", "ics": "2.41.0",
"mongoose": "6.8.4", "mongoose": "6.9.0",
"next": "^13.1.1", "next": "^13.1.1",
"next-auth": "4.18.10", "next-auth": "4.18.10",
"next-axiom": "0.16.0", "next-axiom": "0.16.0",
@@ -8482,9 +8482,9 @@
"dev": true "dev": true
}, },
"node_modules/mongodb": { "node_modules/mongodb": {
"version": "4.12.1", "version": "4.13.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.12.1.tgz", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.13.0.tgz",
"integrity": "sha512-koT87tecZmxPKtxRQD8hCKfn+ockEL2xBiUvx3isQGI6mFmagWt4f4AyCE9J4sKepnLhMacoCTQQA6SLAI2L6w==", "integrity": "sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw==",
"dependencies": { "dependencies": {
"bson": "^4.7.0", "bson": "^4.7.0",
"mongodb-connection-string-url": "^2.5.4", "mongodb-connection-string-url": "^2.5.4",
@@ -8508,13 +8508,13 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "6.8.4", "version": "6.9.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.8.4.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.9.0.tgz",
"integrity": "sha512-19Jk2hbSAPcM4u6ErW0UPwaSO2YfP/cXfBS9YEiNgNzZfXd+jkyemqJ+t2aflaicXeU4VdTP33pZYxqjk2hUYw==", "integrity": "sha512-5tu6+trwjk5TIH6b6iYgAwmzZ0RNOxFoqXQb9h21Oi45DeM1rWM/niHxJ4ROqBISDfQMwRvLSABHTsyn3AzoFQ==",
"dependencies": { "dependencies": {
"bson": "^4.7.0", "bson": "^4.7.0",
"kareem": "2.5.1", "kareem": "2.5.1",
"mongodb": "4.12.1", "mongodb": "4.13.0",
"mpath": "0.9.0", "mpath": "0.9.0",
"mquery": "4.0.3", "mquery": "4.0.3",
"ms": "2.1.3", "ms": "2.1.3",
@@ -17829,9 +17829,9 @@
"dev": true "dev": true
}, },
"mongodb": { "mongodb": {
"version": "4.12.1", "version": "4.13.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.12.1.tgz", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.13.0.tgz",
"integrity": "sha512-koT87tecZmxPKtxRQD8hCKfn+ockEL2xBiUvx3isQGI6mFmagWt4f4AyCE9J4sKepnLhMacoCTQQA6SLAI2L6w==", "integrity": "sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw==",
"requires": { "requires": {
"@aws-sdk/credential-providers": "^3.186.0", "@aws-sdk/credential-providers": "^3.186.0",
"bson": "^4.7.0", "bson": "^4.7.0",
@@ -17850,13 +17850,13 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "6.8.4", "version": "6.9.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.8.4.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.9.0.tgz",
"integrity": "sha512-19Jk2hbSAPcM4u6ErW0UPwaSO2YfP/cXfBS9YEiNgNzZfXd+jkyemqJ+t2aflaicXeU4VdTP33pZYxqjk2hUYw==", "integrity": "sha512-5tu6+trwjk5TIH6b6iYgAwmzZ0RNOxFoqXQb9h21Oi45DeM1rWM/niHxJ4ROqBISDfQMwRvLSABHTsyn3AzoFQ==",
"requires": { "requires": {
"bson": "^4.7.0", "bson": "^4.7.0",
"kareem": "2.5.1", "kareem": "2.5.1",
"mongodb": "4.12.1", "mongodb": "4.13.0",
"mpath": "0.9.0", "mpath": "0.9.0",
"mquery": "4.0.3", "mquery": "4.0.3",
"ms": "2.1.3", "ms": "2.1.3",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "1.3.7", "date-fns-tz": "1.3.7",
"googleapis": "109.0.1", "googleapis": "109.0.1",
"ics": "2.41.0", "ics": "2.41.0",
"mongoose": "6.8.4", "mongoose": "6.9.0",
"next": "^13.1.1", "next": "^13.1.1",
"next-auth": "4.18.10", "next-auth": "4.18.10",
"next-axiom": "0.16.0", "next-axiom": "0.16.0",