From aaae2a4608353e1eea0ee5e79be9bbf8b72f3a01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 05:35:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MPATH-1577289 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67e924e..a529bb6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "bcrypt": "^2.0.1", - "mongoose": "^5.0.17", + "mongoose": "^6.0.4", "redis": "^2.8.0", "roli": "^0.2.1", "uws": "^9.148.0"