From afab8a08b40e55aa4e3be3b2de74962d10223a3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 19:41:23 +0000 Subject: [PATCH] fix: upgrade mongoose from 8.5.0 to 8.5.1 Snyk has created this PR to upgrade mongoose from 8.5.0 to 8.5.1. See this package in npm: mongoose See this project in Snyk: https://app.snyk.io/org/zntb/project/5e07611d-4b6f-4e22-8ff3-020185055fda?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",