From 1a343c24935f1c05d2192a040c8c3328b281eeea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:10:48 +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 f624582..48603c7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "debug": "^2.2.0", "express": "^4.14.0", "jsonwebtoken": "^7.1.9", - "mongoose": "^4.6.8", + "mongoose": "^5.7.3", "morgan": "^1.7.0", "passport": "^0.3.2", "request": "^2.79.0",