From e9ccf9f0a68ab98434e30d58a49f58476eae03c9 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 15:30:18 +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 --- 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",