From 2942c1fa968ff640d7d55bc7fb25db94c1870788 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 01:02:26 +0000 Subject: [PATCH] fix: plugins/proxy-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/proxy-backend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/proxy-backend/package.json b/plugins/proxy-backend/package.json index 7ca210520c08ba..ff4ba88252bb49 100644 --- a/plugins/proxy-backend/package.json +++ b/plugins/proxy-backend/package.json @@ -33,9 +33,9 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/backend-plugin-api": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/config": "0.1.1", "@types/express": "^4.17.6", "express": "^4.17.1", "express-promise-router": "^4.1.0",