From 49f3d4f67bde1e883177f11469d99c22f4111fb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Jul 2022 18:41:26 +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 fed6d42..952a0ac 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "json-file-plus": "^2.0.0", "lodash": "^2.4.1", "mean-health": "~0.1.3", - "mongoose": "~4.0.2", + "mongoose": "~6.4.6", "npm": "^2.1.0", "opener": "^1.3.0", "progress": "^1.1.8",