diff --git a/package-lock.json b/package-lock.json index 8eba9fe..c4651e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "cloudinary": "^2.2.0", "mapbox-gl": "^3.5.1", "mongodb": "^6.8.0", - "mongoose": "^8.5.0", + "mongoose": "^8.5.1", "next": "14.2.4", "next-auth": "^4.24.7", "photoswipe": "^5.4.4", @@ -1512,9 +1512,9 @@ } }, "node_modules/mongoose": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.5.0.tgz", - "integrity": "sha512-iGgZvgO+fIgX1AQMehkG+Wj8qrWc9it8vUZrSKWjrebgfwHTqUcIdTgWK8mT1us1xd83NOQxiuGbg9ZJtLxs2Q==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.5.1.tgz", + "integrity": "sha512-OhVcwVl91A1G6+XpjDcpkGP7l7ikZkxa0DylX7NT/lcEqAjggzSdqDxb48A+xsDxqNAr0ntSJ1yiE3+KJTOd5Q==", "license": "MIT", "dependencies": { "bson": "^6.7.0", diff --git a/package.json b/package.json index 9446e63..9d9aec0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cloudinary": "^2.2.0", "mapbox-gl": "^3.5.1", "mongodb": "^6.8.0", - "mongoose": "^8.5.0", + "mongoose": "^8.5.1", "next": "14.2.4", "next-auth": "^4.24.7", "photoswipe": "^5.4.4",