From 7b83855add6f2d2d14ddfae28979701bcbe3d12c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Nov 2023 14:01:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-6056525 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf1ddb4..a165ee5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "express-content-length-validator": "1.0.0", "helmet": "0.11.0", "lodash": "^4.6.1", - "mongoose": "^4.4.7", + "mongoose": "^5.3.9", "morgan": "^1.5.2", "newrelic": "^1.18.2", "ng2-bootstrap": "^1.0.9",