From 10d261b918c1734ab361f32c6267a656f4c5d02e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Nov 2025 04:07:16 +0000 Subject: [PATCH] fix: upgrade mongoose from 8.4.0 to 8.19.2 Snyk has created this PR to upgrade mongoose from 8.4.0 to 8.19.2. See this package in npm: mongoose See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 808cb7c6..53511caa 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -27,7 +27,7 @@ "highlight.js": "^11.10.0", "jsonwebtoken": "^9.0.2", "litlyx-js": "^1.0.2", - "mongoose": "^8.3.2", + "mongoose": "^8.19.2", "nodemailer": "^6.9.13", "nuxt": "^3.11.2", "nuxt-vue3-google-signin": "^0.0.11",