From a87bd0a894bc2a458da275ef93ffe4aa1c1b57cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 22:10:18 +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 c6da8ec..e5e039b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "debug": "~2.6.3", "ejs": "~2.5.6", "express": "~4.15.2", - "mongoose": "^4.9.6", + "mongoose": "^6.0.4", "morgan": "~1.8.1", "node-cloud-vision-api": "^0.2.0", "request": "^2.81.0",