From 5723ea38bf0a4843242c0f0d54c7da267c4bcdc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 21:52:10 +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-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- 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" },