From 4dd61bea02a8f4ed7d363f96caf7d77f2e532566 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 01:37:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ab4598b58..5184bb9ebd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "clevertap": "~1.1.0", "dotenv": "*", - "express": "~4.11.x", + "express": "~4.21.0", "express-winston": "*", "kerberos": "~0.0.x", "parse": "~1.8.0",