From 9e4106a7a0b15c43d560988e6b2f9c739b3fa77a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 01:16:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-1086688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4f2355..921672d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "winston": "^2.3.0", "http-auth":"^3.2.3", "shortid": "^2.2.8", - "mongoose": "^4.13.1" + "mongoose": "^5.12.2" }, "engines": { "node": "8.x"