From ec50b223f149f3460ad427cc368ddf886c5c8edb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 22:37:02 +0000 Subject: [PATCH] fix: plugins/sonarqube-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/sonarqube-backend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sonarqube-backend/package.json b/plugins/sonarqube-backend/package.json index 79762943fdaa9c..8585d151180c0b 100644 --- a/plugins/sonarqube-backend/package.json +++ b/plugins/sonarqube-backend/package.json @@ -22,9 +22,9 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/config": "workspace:^", - "@backstage/errors": "workspace:^", + "@backstage/errors": "0.1.1", "@types/express": "*", "express": "^4.18.1", "express-promise-router": "^4.1.0",