From 6a9b82d567a250a4495adfad1d7b4ab5039712f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 00:04:37 -0700 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 cb46ede..449b6ff 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express": "^4.12.0", "express-session": "^1.10.3", "jade": "^1.9.2", - "mongoose": "^4.0.6", + "mongoose": "^6.0.4", "morgan": "^1.5.1", "twilio": ">=3.0.0-rc.16 < 3.1.0" },