From 9515bc5983b0f79614f9ddef1915d24df13b3157 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 02:44:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8378114..db50d34 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "express": "^4.17.2", "helmet": "^5.0.2", "joi": "^17.6.0", - "mongodb": "^4.3.1", + "mongodb": "^6.0.0", "morgan": "^1.10.0", "uuid": "^8.3.2", "winston": "^3.5.1"