From f8158045629f7e0e643e875f957de08ac3204bc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 21:27:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8378114..79dba01 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "cors": "^2.8.5", "dotenv": "^10.0.0", - "express": "^4.17.2", + "express": "^4.19.2", "helmet": "^5.0.2", "joi": "^17.6.0", "mongodb": "^4.3.1",