From 0144f442d931eb9ad9ffa981b63abbd3cafdf8c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 02:55:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47d7b0c..3ba0038 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "^4.16.2", "express-validator": "^6.0.0", "http-auth": "^3.2.3", - "mongoose": "^6.0.4", + "mongoose": "^8.8.3", "pug": "^3.0.1" }, "devDependencies": {