Update dependency mongoose to v8.0.1

This commit is contained in:
renovate[bot]
2023-11-15 17:03:02 +00:00
parent e4483e5304
commit 77e7d3cdc9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "2.0.0",
"googleapis": "128.0.0",
"ics": "3.5.0",
"mongoose": "8.0.0",
"mongoose": "8.0.1",
"next": "^14.0.1",
"next-auth": "4.24.5",
"next-axiom": "^1.1.0",
@@ -9501,9 +9501,9 @@
}
},
"node_modules/mongoose": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.0.0.tgz",
"integrity": "sha512-PzwkLgm1Jhj0NQdgGfnFsu0QP9V1sBFgbavEgh/IPAUzKAagzvEhuaBuAQOQGjczVWnpIU9tBqyd02cOTgsPlA==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.0.1.tgz",
"integrity": "sha512-O3TJrtLCt4H1eGf2HoHGcnOcCTWloQkpmIP3hA9olybX3OX2KUjdIIq135HD5paGjZEDJYKn9fw4eH5N477zqQ==",
"dependencies": {
"bson": "^6.2.0",
"kareem": "2.5.1",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "2.0.0",
"googleapis": "128.0.0",
"ics": "3.5.0",
"mongoose": "8.0.0",
"mongoose": "8.0.1",
"next": "^14.0.1",
"next-auth": "4.24.5",
"next-axiom": "^1.1.0",