From c61897ced4e02981f45a37f4958574069e520f05 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:19:25 +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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- plugins/tech-insights/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json index 4721e0dd30afd4..01733f73f7dc57 100644 --- a/plugins/tech-insights/package.json +++ b/plugins/tech-insights/package.json @@ -28,11 +28,11 @@ }, "dependencies": { "@backstage/catalog-model": "workspace:^", - "@backstage/core-components": "workspace:^", - "@backstage/core-plugin-api": "workspace:^", + "@backstage/core-components": "0.1.0", + "@backstage/core-plugin-api": "0.1.0", "@backstage/errors": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/plugin-tech-insights-common": "workspace:^", + "@backstage/plugin-catalog-react": "0.0.1", + "@backstage/plugin-tech-insights-common": "0.1.0", "@backstage/theme": "workspace:^", "@backstage/types": "workspace:^", "@material-ui/core": "^4.12.2",