diff --git a/package-lock.json b/package-lock.json index 83336ea..5b731b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "inngest": "^3.54.2", "lucide-react": "^0.553.0", "mongodb": "^6.20.0", - "mongoose": "^8.19.4", + "mongoose": "^8.24.1", "next": "16.3.0", "next-themes": "^0.4.6", "nodemailer": "^9.0.1", @@ -13577,9 +13577,9 @@ } }, "node_modules/mongoose": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.20.0.tgz", - "integrity": "sha512-SxqNb8yx+VOjIOx2l7HqkGvYuLC/T85d+jPvqGDdUbKJFz/5PVSsVxQzypQsX7chenYvq5bd8jIr4LtunedE7g==", + "version": "8.24.1", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.24.1.tgz", + "integrity": "sha512-UpHBA0l5kHyKJQFjmBaFYQFo5sgz1DK0TRqDkOyBLYbqiIbKKhIvBpHWBXqeo0rgW4kGI1UhhAw+kTQZoj1BdA==", "license": "MIT", "dependencies": { "bson": "^6.10.4", diff --git a/package.json b/package.json index f25639f..e519c70 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "inngest": "^3.54.2", "lucide-react": "^0.553.0", "mongodb": "^6.20.0", - "mongoose": "^8.19.4", + "mongoose": "^8.24.1", "next": "16.3.0", "next-themes": "^0.4.6", "nodemailer": "^9.0.1",