Update dependency mongoose to v8.1.1

This commit is contained in:
renovate[bot]
2024-01-25 01:02:54 +00:00
parent 9b93c2b973
commit 6bb556f39b
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.1.0",
"mongoose": "8.1.1",
"next": "^14.0.1",
"next-auth": "4.24.5",
"next-axiom": "^1.1.0",
@@ -9785,9 +9785,9 @@
}
},
"node_modules/mongoose": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.1.0.tgz",
"integrity": "sha512-kOA4Xnq2goqNpN9EmYElGNWfxA9H80fxcr7UdJKWi3UMflza0R7wpTihCpM67dE/0MNFljoa0sjQtlXVkkySAQ==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.1.1.tgz",
"integrity": "sha512-DbLb0NsiEXmaqLOpEz+AtAsgwhRw6f25gwa1dF5R7jj6lS1D8X6uTdhBSC8GDVtOwe5Tfw2EL7nTn6hiJT3Bgg==",
"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.7.2",
"mongoose": "8.1.0",
"mongoose": "8.1.1",
"next": "^14.0.1",
"next-auth": "4.24.5",
"next-axiom": "^1.1.0",