From f761ac914f2e39e2ffca1606adb0c81cdfb77784 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 03:40: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 5f53e99..b552983 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "crypto": "latest", "inquirer": "^1.0.2", "lodash": "^4.12.0", - "mongoose": "~4.4.15", + "mongoose": "~6.0.4", "opener": "^1.3.0", "progress": "^1.1.8", "prompt": "^1.0.0",