From fe445b8dd75636e142bed4ccfc036e667fcfb883 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:08:50 +0000 Subject: [PATCH] fix: plugins/codescene/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/codescene/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/codescene/package.json b/plugins/codescene/package.json index 1bf5dedf870b4b..87860292288e23 100644 --- a/plugins/codescene/package.json +++ b/plugins/codescene/package.json @@ -22,8 +22,8 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/config": "workspace:^", - "@backstage/core-components": "workspace:^", + "@backstage/config": "0.1.1", + "@backstage/core-components": "0.1.0", "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/theme": "workspace:^",