From bbf68cbedcba0cafbdb150812ec0b93ca4b15886 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2026 22:14:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-15789761 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3668a8474..4231ccdff 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "body-parser": "^1.20.1", "cloudevents": "^8.0.0", "debug": "^4.3.4", - "express": "^4.18.2", + "express": "^4.22.0", "express-interceptor": "^1.2.0", "http-terminator": "^3.2.0", "lodash": "^4.17.21",