From afe5dfecd45fef2c1adab09882f6851d460de870 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 01:14:46 +0000 Subject: [PATCH] fix: plugins/tech-insights-common/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-common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tech-insights-common/package.json b/plugins/tech-insights-common/package.json index 3831073e87fc06..65189255c84c83 100644 --- a/plugins/tech-insights-common/package.json +++ b/plugins/tech-insights-common/package.json @@ -32,7 +32,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/types": "workspace:^", + "@backstage/types": "0.1.1", "@types/luxon": "^3.0.0", "luxon": "^3.0.0" },