Update dependency mongoose to v6.7.3

This commit is contained in:
renovate[bot]
2022-11-22 22:05:59 +00:00
parent 7e46ccc202
commit 11a148c41a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"date-fns-tz": "1.3.7",
"googleapis": "109.0.1",
"ics": "2.41.0",
"mongoose": "6.7.2",
"mongoose": "6.7.3",
"next": "13.0.4",
"next-auth": "4.17.0",
"next-axiom": "0.15.1",
@@ -8517,9 +8517,9 @@
}
},
"node_modules/mongoose": {
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.7.2.tgz",
"integrity": "sha512-lrP2V5U1qhaf+z33fiIn7aYAZZ1fVDly+TkFRjTujNBF/FIHESATj2RbgAOSlWqv32fsZXkXejXzeVfjbv35Ow==",
"version": "6.7.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.7.3.tgz",
"integrity": "sha512-bLC2Pt6Vpoov+1kBYvQgJXG/2DWXbfIvfK4Gh68kCdYGh6CVO31YxYuIGz70hyGwX2g4DmSzbs5IA8Px2neMCQ==",
"dependencies": {
"bson": "^4.7.0",
"kareem": "2.4.1",
@@ -17863,9 +17863,9 @@
}
},
"mongoose": {
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.7.2.tgz",
"integrity": "sha512-lrP2V5U1qhaf+z33fiIn7aYAZZ1fVDly+TkFRjTujNBF/FIHESATj2RbgAOSlWqv32fsZXkXejXzeVfjbv35Ow==",
"version": "6.7.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.7.3.tgz",
"integrity": "sha512-bLC2Pt6Vpoov+1kBYvQgJXG/2DWXbfIvfK4Gh68kCdYGh6CVO31YxYuIGz70hyGwX2g4DmSzbs5IA8Px2neMCQ==",
"requires": {
"bson": "^4.7.0",
"kareem": "2.4.1",

View File

@@ -20,7 +20,7 @@
"date-fns-tz": "1.3.7",
"googleapis": "109.0.1",
"ics": "2.41.0",
"mongoose": "6.7.2",
"mongoose": "6.7.3",
"next": "13.0.4",
"next-auth": "4.17.0",
"next-axiom": "0.15.1",