From cc6a421096a71552c91c2e9863f21fbce3904fe5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 08:37:08 +0000 Subject: [PATCH] fix: plugins/tech-insights-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/tech-insights-node/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/tech-insights-node/package.json b/plugins/tech-insights-node/package.json index 87d8ebb6ee6490..3c3f3700676f2b 100644 --- a/plugins/tech-insights-node/package.json +++ b/plugins/tech-insights-node/package.json @@ -32,10 +32,10 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/backend-tasks": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/backend-tasks": "0.6.1", "@backstage/config": "workspace:^", - "@backstage/plugin-tech-insights-common": "workspace:^", + "@backstage/plugin-tech-insights-common": "0.1.0", "@backstage/types": "workspace:^", "@types/luxon": "^3.0.0", "luxon": "^3.0.0",