Update dependency mongoose to v7.5.4

This commit is contained in:
renovate[bot]
2023-10-05 00:35:17 +00:00
parent 897e781fdc
commit b15c67de38
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "2.0.0",
"googleapis": "118.0.0",
"ics": "3.5.0",
"mongoose": "7.5.3",
"mongoose": "7.5.4",
"next": "^13.3.1",
"next-auth": "4.23.2",
"next-axiom": "0.18.0",
@@ -9096,9 +9096,9 @@
}
},
"node_modules/mongoose": {
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.5.3.tgz",
"integrity": "sha512-QyYzhZusux0wIJs+4rYyHvel0kJm0CT887trNd1WAB3iQnDuJow0xEnjETvuS/cTjHQUVPihOpN7OHLlpJc52w==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.5.4.tgz",
"integrity": "sha512-u97BOfBOoCxysnH5X0WeF/O39DO1di75dYU75xaSs9mL3Si0qmP0qLWvWpBRdVkiiRVw+eaqJyKwaq6RvKPVZw==",
"dependencies": {
"bson": "^5.4.0",
"kareem": "2.5.1",
@@ -18931,9 +18931,9 @@
}
},
"mongoose": {
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.5.3.tgz",
"integrity": "sha512-QyYzhZusux0wIJs+4rYyHvel0kJm0CT887trNd1WAB3iQnDuJow0xEnjETvuS/cTjHQUVPihOpN7OHLlpJc52w==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.5.4.tgz",
"integrity": "sha512-u97BOfBOoCxysnH5X0WeF/O39DO1di75dYU75xaSs9mL3Si0qmP0qLWvWpBRdVkiiRVw+eaqJyKwaq6RvKPVZw==",
"requires": {
"bson": "^5.4.0",
"kareem": "2.5.1",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "2.0.0",
"googleapis": "118.0.0",
"ics": "3.5.0",
"mongoose": "7.5.3",
"mongoose": "7.5.4",
"next": "^13.3.1",
"next-auth": "4.23.2",
"next-axiom": "0.18.0",