Update dependency mongoose to v7.6.1

This commit is contained in:
renovate[bot]
2023-10-09 22:29:31 +00:00
parent 1d93766cf2
commit e17eb595cf
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "2.0.0", "date-fns-tz": "2.0.0",
"googleapis": "118.0.0", "googleapis": "118.0.0",
"ics": "3.5.0", "ics": "3.5.0",
"mongoose": "7.6.0", "mongoose": "7.6.1",
"next": "^13.3.1", "next": "^13.3.1",
"next-auth": "4.23.2", "next-auth": "4.23.2",
"next-axiom": "0.18.0", "next-axiom": "0.18.0",
@@ -9099,11 +9099,11 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "7.6.0", "version": "7.6.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.6.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.6.1.tgz",
"integrity": "sha512-ztQ12rm0BQN5i7LB6xhWX4l9a9w2aa3jEwa/mM2vAutYJRyAwOzcusvKJBULMzFHyUDBOVW15grisexypgMIWA==", "integrity": "sha512-Iflr60FL7mabBdgAtumLTwEGdZGV6IKHfF7F75En2JWpPitorwQeCFqWPcPHRnBxncKANl3gwI9nh2Yb4y3/sA==",
"dependencies": { "dependencies": {
"bson": "^5.4.0", "bson": "^5.5.0",
"kareem": "2.5.1", "kareem": "2.5.1",
"mongodb": "5.9.0", "mongodb": "5.9.0",
"mpath": "0.9.0", "mpath": "0.9.0",
@@ -18942,11 +18942,11 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "7.6.0", "version": "7.6.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.6.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.6.1.tgz",
"integrity": "sha512-ztQ12rm0BQN5i7LB6xhWX4l9a9w2aa3jEwa/mM2vAutYJRyAwOzcusvKJBULMzFHyUDBOVW15grisexypgMIWA==", "integrity": "sha512-Iflr60FL7mabBdgAtumLTwEGdZGV6IKHfF7F75En2JWpPitorwQeCFqWPcPHRnBxncKANl3gwI9nh2Yb4y3/sA==",
"requires": { "requires": {
"bson": "^5.4.0", "bson": "^5.5.0",
"kareem": "2.5.1", "kareem": "2.5.1",
"mongodb": "5.9.0", "mongodb": "5.9.0",
"mpath": "0.9.0", "mpath": "0.9.0",

View File

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