Update dependency mongoose to v8.3.2

This commit is contained in:
renovate[bot]
2024-04-16 20:21:34 +00:00
parent 0b2850b0ef
commit 740b854b29
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.3.1",
"mongoose": "8.3.2",
"next": "^14.0.1",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",
@@ -10216,9 +10216,9 @@
}
},
"node_modules/mongoose": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.1.tgz",
"integrity": "sha512-D78C+s7QI4+pJQhs3XbOxzrHFEti4x+BDhaH94QrdV1/cmMA7fHc50LgLSXjzA/5q89TBK8DAXyf3VwDZbQJlA==",
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.2.tgz",
"integrity": "sha512-3JcpDjFI25cF/3xpu+4+9nM0lURQTNLcP86X83+LvuICdn453QQLmhSrUr2IPM/ffLiDE9KPl9slNb2s0hZPpg==",
"dependencies": {
"bson": "^6.5.0",
"kareem": "2.6.3",

View File

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