From 8ca5f7efbe6bd838fea16cf1d2e518836bb545ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 22:55:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.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 5a9119f..d78376d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/Snyk/shallow-goof" }, "dependencies": { - "mongoose": "4.2.4", + "mongoose": "6.0.4", "node-uuid": "1.4.0", "qs": "0.0.6", "snyk": "^1.19.1"