From 4820a232ca80265a30ff3bb017b8fa911df30617 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 02:05:26 +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 067f3e0..8509a69 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "csurf": "^1.11.0", "dotenv": "^10.0.0", "esm": "^3.2.25", - "express": "^4.17.1", + "express": "^4.19.2", "express-formidable": "^1.2.0", "express-jwt": "^6.1.0", "jsonwebtoken": "^8.5.1",