From 08f196848bd768399385260a22ffd470a6ddc0ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Dec 2024 17:28:18 +0000 Subject: [PATCH] fix: plugins/todo-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- plugins/todo-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/todo-backend/package.json b/plugins/todo-backend/package.json index 3937183b366b5..fe17aa2b17791 100644 --- a/plugins/todo-backend/package.json +++ b/plugins/todo-backend/package.json @@ -32,7 +32,7 @@ "@backstage/errors": "^0.2.0", "@backstage/integration": "^0.7.2-next.0", "@types/express": "^4.17.6", - "express": "^4.17.1", + "express": "^4.21.2", "express-promise-router": "^4.1.0", "leasot": "^12.0.0", "winston": "^3.2.1",