From 9e59c62c318d096f317f6273ab7aca9a1491e8db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 01:41:49 +0000 Subject: [PATCH] fix: plugins/jenkins-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- plugins/jenkins-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jenkins-backend/package.json b/plugins/jenkins-backend/package.json index 6f7beb9444baa..afbf2262edffb 100644 --- a/plugins/jenkins-backend/package.json +++ b/plugins/jenkins-backend/package.json @@ -27,7 +27,7 @@ "@backstage/config": "^0.1.5", "@types/express": "^4.17.6", "cross-fetch": "^3.0.6", - "express": "^4.17.1", + "express": "^4.20.0", "express-promise-router": "^4.1.0", "jenkins": "^0.28.1", "winston": "^3.2.1",