From 843b5929a1b5167a9e5668b45f49c9f54c45dc79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 07:09:17 +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 2820885..ed57013 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", - "mongoose": "^6.0.10", + "mongoose": "^8.8.3", "nodemon": "^3.0.0" }, "devDependencies": {