Update dependency mongoose to v8.0.3

This commit is contained in:
renovate[bot]
2023-12-07 17:30:14 +00:00
parent 40dc9724a4
commit 89fbfe64a8
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.2",
"mongoose": "8.0.3",
"next": "^14.0.1",
"next-auth": "4.24.5",
"next-axiom": "^1.1.0",
@@ -9594,9 +9594,9 @@
}
},
"node_modules/mongoose": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.0.2.tgz",
"integrity": "sha512-Vsi9GzTXjdBVzheT1HZOZ2jHNzzR9Xwb5OyLz/FvDEAhlwrRnXnuqJf0QHINUOQSm7aoyvnPks0q85HJkd6yDw==",
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.0.3.tgz",
"integrity": "sha512-LJRT0yP4TW14HT4r2RkxqyvoTylMSzWpl5QOeVHTnRggCLQSpkoBdgbUtORFq/mSL2o9cLCPJz+6uzFj25qbHw==",
"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.2",
"mongoose": "8.0.3",
"next": "^14.0.1",
"next-auth": "4.24.5",
"next-axiom": "^1.1.0",