From 30884f5d14337b1f08bba87e205cbe5f2984421b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 03:49:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ab4598b58..1baacd1d59 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "clevertap": "~1.1.0", "dotenv": "*", - "express": "~4.11.x", + "express": "~4.21.2", "express-winston": "*", "kerberos": "~0.0.x", "parse": "~1.8.0",