From 84c18b74a44e0e77ad51bff520bc67b5807271a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 20:10:49 +0000 Subject: [PATCH] fix: plugins/tech-insights/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- plugins/tech-insights/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json index 4721e0dd30afd4..74a8f24d042253 100644 --- a/plugins/tech-insights/package.json +++ b/plugins/tech-insights/package.json @@ -29,10 +29,10 @@ "dependencies": { "@backstage/catalog-model": "workspace:^", "@backstage/core-components": "workspace:^", - "@backstage/core-plugin-api": "workspace:^", + "@backstage/core-plugin-api": "0.1.0", "@backstage/errors": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/plugin-tech-insights-common": "workspace:^", + "@backstage/plugin-tech-insights-common": "0.1.0", "@backstage/theme": "workspace:^", "@backstage/types": "workspace:^", "@material-ui/core": "^4.12.2",