From f9d0d0468d250c3283efe2d9111612a399cf7629 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jan 2025 06:30:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8623536 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fed6d42..2ca59fc 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.13.6", "npm": "^2.1.0", "opener": "^1.3.0", "progress": "^1.1.8",