From e7d97f0e0c21484eeaaf6b22f34903d7cbea793f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Jul 2022 08:32:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-2961688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41bbac2..adc1918 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "marko": "^4.7.4", "marko-widgets": "^6.6.6", "moment": "^2.20.1", - "mongoose": "^5.2.10", + "mongoose": "^6.4.6", "pretty-data": "^0.40.0", "shortid": "^2.2.8", "source-map-support": "^0.5.0",