From 834121c5d275085248f91c4ae30fed606e4e675b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 07:52:33 +0000 Subject: [PATCH] fix: policy-service/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- policy-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy-service/package.json b/policy-service/package.json index c253470e20..c096a34882 100644 --- a/policy-service/package.json +++ b/policy-service/package.json @@ -41,7 +41,7 @@ "cron": "^2.0.0", "deep-equal": "^2.0.5", "dotenv": "^16.0.0", - "express": "^4.17.1", + "express": "^4.21.2", "fast-xml-parser": "^4.2.6", "fs-extra": "^10.0.0", "imurmurhash": "^0.1.4",