diff --git a/package-lock.json b/package-lock.json index 20e9315..2413d4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index c986c4d..1b3d2da 100644 --- a/package.json +++ b/package.json @@ -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",