Update dependency mongoose to v8.2.4

This commit is contained in:
renovate[bot]
2024-03-28 20:01:22 +00:00
parent 968fa350f1
commit ca260913d8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"date-fns-tz": "2.0.1",
"googleapis": "128.0.0",
"ics": "3.7.2",
"mongoose": "8.2.3",
"mongoose": "8.2.4",
"next": "^14.0.1",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",
@@ -10210,9 +10210,9 @@
}
},
"node_modules/mongoose": {
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.2.3.tgz",
"integrity": "sha512-ZB8K8AgbVgLCcqjtmZMxaQBEztwEEZCtAIPMx2Q56Uo4WWKmwf5Nu/EEIFo8d/17P946X0z6xzxwIqCxUMKxrA==",
"version": "8.2.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.2.4.tgz",
"integrity": "sha512-da/r6zpG+2eAXuhBGUnL6jcBd03zlytoCc5/wq+LyTsmrY9hhPQmSpnugwnfqldtBmUOhB6iMLoV4hNtHRq+ww==",
"dependencies": {
"bson": "^6.2.0",
"kareem": "2.5.1",

View File

@@ -23,7 +23,7 @@
"date-fns-tz": "2.0.1",
"googleapis": "128.0.0",
"ics": "3.7.2",
"mongoose": "8.2.3",
"mongoose": "8.2.4",
"next": "^14.0.1",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",