diff --git a/package-lock.json b/package-lock.json index 0bc2c97..304fd72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^5.1.0", "fs": "^0.0.1-security", "js-cookie": "^3.0.5", - "mongoose": "^8.16.1", + "mongoose": "^8.16.3", "next": "^15.4.1", "next-auth": "^4.24.11", "nodemon": "^3.1.10", @@ -7507,9 +7507,9 @@ } }, "node_modules/mongoose": { - "version": "8.16.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.16.1.tgz", - "integrity": "sha512-Q+0TC+KLdY4SYE+u9gk9pdW1tWu/pl0jusyEkMGTgBoAbvwQdfy4f9IM8dmvCwb/blSfp7IfLkob7v76x6ZGpQ==", + "version": "8.16.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.16.3.tgz", + "integrity": "sha512-p2JOsRQG7j0vXhLpsWw5Slm2VnDeJK8sRyqSyegk5jQujuP9BTOZ1Di9VX/0lYfBhZ2DpAExi51QTd4pIqSgig==", "license": "MIT", "dependencies": { "bson": "^6.10.4", diff --git a/package.json b/package.json index 6805122..f4d452f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "^5.1.0", "fs": "^0.0.1-security", "js-cookie": "^3.0.5", - "mongoose": "^8.16.1", + "mongoose": "^8.16.3", "next": "^15.4.1", "next-auth": "^4.24.11", "nodemon": "^3.1.10",