diff --git a/package-lock.json b/package-lock.json index b403492..42cb92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "express": "^4.18.3", "express-async-handler": "^1.2.0", "jsonwebtoken": "^9.0.2", - "mongoose": "^8.5.1" + "mongoose": "^8.5.2" }, "devDependencies": { "@types/express": "^4.17.21", @@ -2112,9 +2112,9 @@ } }, "node_modules/mongoose": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.5.1.tgz", - "integrity": "sha512-OhVcwVl91A1G6+XpjDcpkGP7l7ikZkxa0DylX7NT/lcEqAjggzSdqDxb48A+xsDxqNAr0ntSJ1yiE3+KJTOd5Q==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.5.2.tgz", + "integrity": "sha512-GZB4rHMdYfGatV+23IpCrqFbyCOjCNOHXgWbirr92KRwTEncBrtW3kgU9vmpKjsGf7nMmnAy06SwWUv1vhDkSg==", "dependencies": { "bson": "^6.7.0", "kareem": "2.6.3", diff --git a/package.json b/package.json index 26787cf..f3d9e5d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "express": "^4.18.3", "express-async-handler": "^1.2.0", "jsonwebtoken": "^9.0.2", - "mongoose": "^8.5.1" + "mongoose": "^8.5.2" }, "devDependencies": { "@types/express": "^4.17.21",