From f43083f6c8521dca6a220b85758931be56b6f6b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 01:16:20 +0000 Subject: [PATCH] fix: plugins/linguist/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/linguist/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/linguist/package.json b/plugins/linguist/package.json index 96d61b73f224bd..c3d7d84034645b 100644 --- a/plugins/linguist/package.json +++ b/plugins/linguist/package.json @@ -29,11 +29,11 @@ }, "dependencies": { "@backstage/catalog-model": "workspace:^", - "@backstage/core-components": "workspace:^", + "@backstage/core-components": "0.8.6", "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/plugin-linguist-common": "workspace:^", + "@backstage/plugin-linguist-common": "0.1.0", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1",