From 179ed1483819857bbf23b9a6f54009a69606845d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jan 2024 20:53:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-5668858 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a43fa667..ce701481 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "mocha": "^10.1.0", "moment": "^2.22.2", "mongo-sanitize": "^1.1.0", - "mongodb": "^4.16.0", + "mongodb": "^4.17.0", "mongoose": "^5.13.17", "mongoose-auto-increment": "^5.0.1", "morgan": "^1.10.0",