From 98b6ee24c8237a7e62e84b2ca22ace1ed5661c8b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:13:24 +0000 Subject: [PATCH] fix: plugins/lighthouse-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/lighthouse-backend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/lighthouse-backend/package.json b/plugins/lighthouse-backend/package.json index 2ec52540e99604..0924a21dd78271 100644 --- a/plugins/lighthouse-backend/package.json +++ b/plugins/lighthouse-backend/package.json @@ -38,14 +38,14 @@ "url": "https://github.com/backstage/backstage/issues" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/backend-plugin-api": "workspace:^", "@backstage/backend-tasks": "workspace:^", - "@backstage/catalog-client": "workspace:^", + "@backstage/catalog-client": "0.2.0", "@backstage/catalog-model": "workspace:^", "@backstage/config": "workspace:^", - "@backstage/plugin-catalog-node": "workspace:^", - "@backstage/plugin-lighthouse-common": "workspace:^", + "@backstage/plugin-catalog-node": "1.0.0", + "@backstage/plugin-lighthouse-common": "0.1.0", "@backstage/types": "workspace:^", "winston": "^3.2.1" },