From 803ba069bb7ace06cfe6c320e53b275961182a32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2019 07:54:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-472486 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bad16ab..4f163e3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "colors": "^1.1.2", "cron": "^1.0.9", "express": "^4.13.1", - "mongoose": "^4.0.7", + "mongoose": "^5.7.5", "mongoose-random": "^0.1.1", "nodemon": "^1.3.7", "request": "^2.57.0",