diff --git a/package-lock.json b/package-lock.json index 9b3bcfd..17f5cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^5.2.1", "fs": "^0.0.1-security", "js-cookie": "^3.0.5", - "mongoose": "^9.1.2", + "mongoose": "^9.1.4", "next": "^16.1.2", "next-auth": "^4.24.13", "nodemon": "^3.1.11", @@ -7233,9 +7233,9 @@ } }, "node_modules/mongoose": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.1.2.tgz", - "integrity": "sha512-EdxZ/l+wLIPymy/ODxulg13CaUPpt8RenGmuoNAuRhA5Dgk/QERkUm3U0wOEbAi6ULG08bGDo9sy2tKX0KwxIg==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.1.4.tgz", + "integrity": "sha512-V8JIyoWKWW+R2COlOsh6gaYw9TvczSiP/cN3Yuk1pv7ws5VNFAy5GPrK8jfz9tVYovmqdWOJRurMjL4ilYn9wA==", "license": "MIT", "dependencies": { "kareem": "3.0.0", diff --git a/package.json b/package.json index a3c90c3..c4abbf8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "^5.2.1", "fs": "^0.0.1-security", "js-cookie": "^3.0.5", - "mongoose": "^9.1.2", + "mongoose": "^9.1.4", "next": "^16.1.2", "next-auth": "^4.24.13", "nodemon": "^3.1.11",