From bce9b5fd39c64dd4dc417faff5b1e2b1db50ae5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 23:29:04 +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 6ce743d..1d0f822 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ellipsize": "0.0.2", "express": "^4.13.3", "express-handlebars": "^2.0.1", - "mongoose": "^5.7.11" + "mongoose": "^6.0.4" }, "devDependencies": { "rimraf": "^2.4.3"