Update dependency mongoose to v8.3.5

This commit is contained in:
renovate[bot]
2024-05-15 18:00:21 +00:00
parent 2162d67850
commit ee33f62d61
2 changed files with 8 additions and 8 deletions

14
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.4",
"mongoose": "8.3.5",
"next": "^14.0.1",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",
@@ -11008,9 +11008,9 @@
}
},
"node_modules/mongoose": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.4.tgz",
"integrity": "sha512-ckBaBzKgtWgCalW/LPkcBsR3wKCOYEJ9jLFPmYCYV7TLStpETY757ELx8/1stL11+6HxLLVffawBffXzd0Y7YA==",
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.5.tgz",
"integrity": "sha512-2zqeAjHjCqT1o5HeUCvkE9tUHsXwemnwEZ2SKnUxsaP8p1a+UcSQSNbnSuOzUVePMwLETrsvLIRdFLjsNfCgWA==",
"dependencies": {
"bson": "^6.5.0",
"kareem": "2.6.3",
@@ -11090,9 +11090,9 @@
}
},
"node_modules/mongoose/node_modules/mongodb-connection-string-url": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.0.tgz",
"integrity": "sha512-t1Vf+m1I5hC2M5RJx/7AtxgABy1cZmIPQRMXw+gEIPn/cZNF3Oiy+l0UIypUwVB5trcWHq3crg2g3uAR9aAwsQ==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.1.tgz",
"integrity": "sha512-XqMGwRX0Lgn05TDB4PyG2h2kKO/FfWJyCzYQbIhXUxz7ETt0I/FqHjUeqj37irJ+Dl1ZtU82uYyj14u2XsZKfg==",
"dependencies": {
"@types/whatwg-url": "^11.0.2",
"whatwg-url": "^13.0.0"

View File

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