From 0d2f6779dda5baace34713449e603b4d041c7949 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 02:49:29 +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 19b0e3a..b67834f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "glob": "^7.1.7", "gradient-string": "^1.2.0", "libsodium-wrappers": "^0.7.9", - "mongoose": "^5.12.12", + "mongoose": "^6.0.4", "node-fetch": "^2.6.1", "node-gyp": "^8.1.0", "os-utils": "0.0.14",