Update dependency mongoose to v8.0.4

This commit is contained in:
renovate[bot]
2024-01-09 19:12:50 +00:00
parent e9c05ef2d6
commit 4a27b3e644
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.7.2",
"mongoose": "8.0.3",
"mongoose": "8.0.4",
"next": "^14.0.1",
"next-auth": "4.24.5",
"next-axiom": "^1.1.0",
@@ -9595,9 +9595,9 @@
}
},
"node_modules/mongoose": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.0.3.tgz",
"integrity": "sha512-LJRT0yP4TW14HT4r2RkxqyvoTylMSzWpl5QOeVHTnRggCLQSpkoBdgbUtORFq/mSL2o9cLCPJz+6uzFj25qbHw==",
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.0.4.tgz",
"integrity": "sha512-wN9qvdevX3+922VnLT7CpaZRT3jmVCBOK2QMHMGeScQxDRnFMPpkuI9StEPpZo/3x8t+kbzH7F8RMPsyNwyM4w==",
"dependencies": {
"bson": "^6.2.0",
"kareem": "2.5.1",