From 357bd8aa0043607363bc5113d84949e9f459263b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Aug 2021 21:58:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85de928..baf52d0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ipaddr.js": "^1.2.0", "lodash": "^3.10.1", "moment": "^2.13.0", - "mongoose": "^4.4.20", + "mongoose": "^5.2.9", "morgan": "^1.7.0", "nconf": "^0.7.1", "randomstring": "^1.1.5",