From 5843677e3fd2927e3cb55938e20682eec9a2a5ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:14:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2300e7e8ac..064a6b9847 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "marked": "0.3.5", "method-override": "latest", "moment": "2.15.1", - "mongoose": "4.2.4", + "mongoose": "5.7.3", "morgan": "latest", "ms": "^0.7.1", "npmconf": "0.0.24",