From 0ae1091d9ddfdac08a1c1af702dfdc7a4cdc2f4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 04:35:13 +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 cbf56fa..3d3dec4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "helmet": "^3.3.0", "jsonwebtoken": "^7.2.1", "lodash": "^4.17.4", - "mongoose": "^4.7.6", + "mongoose": "^6.0.4", "mongoose-unique-validator": "^1.0.3", "morgan": "^1.7.0", "multer": "^1.2.1",