From db4e5d46a776fb6aaf4370e011fe10be6e0580a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 22:08:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fed6d42..0d7f19a 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": "~5.2.6", "npm": "^2.1.0", "opener": "^1.3.0", "progress": "^1.1.8",