From 0daa4cb1eb3286fd5ac605dbc0f49f723a9d7d4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 06:49:00 +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 5a64e51..b82f104 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jsonwebtoken": "^8.1.1", "local-ipv4-address": "0.0.2", "moment": "^2.21.0", - "mongoose": "^5.0.6", + "mongoose": "^6.0.4", "morgan": "^1.9.0", "node-base64-image": "^1.0.5", "nodemailer": "^4.4.2",