diff --git a/package-lock.json b/package-lock.json index 93a6915..f83f965 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.8", - "mongoose": "^9.7.1", + "mongoose": "^9.7.2", "next": "^16.2.9", "next-auth": "^4.24.14", "nodemon": "^3.1.14", @@ -7599,9 +7599,9 @@ } }, "node_modules/mongoose": { - "version": "9.7.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.7.1.tgz", - "integrity": "sha512-rOCVA9ufRSdGTG6IdSqJa30avbaSBlI98zkv76xB+5xAzwCn4qvuKi26iE2BeAZrYYqcagjJRjmTA7+qEbSbYg==", + "version": "9.7.2", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.7.2.tgz", + "integrity": "sha512-VxxS3tjOGRIvhBMd84RR7L1WbDdm08Qq6V88VMq6jP6aE1Q+NlbTZDBtye2NAyO48i5kBFxM2oxfX0CPKNwCMg==", "license": "MIT", "dependencies": { "kareem": "3.3.0", diff --git a/package.json b/package.json index f3f1131..b12a3b9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "^5.2.1", "fs": "^0.0.1-security", "js-cookie": "^3.0.8", - "mongoose": "^9.7.1", + "mongoose": "^9.7.2", "next": "^16.2.9", "next-auth": "^4.24.14", "nodemon": "^3.1.14",