From eb8f6d9a321baf50f0e30cad34aae7115c1d052e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 04:28:06 +0000 Subject: [PATCH] fix: plugins/cost-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 --- plugins/cost-insights/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index b87b3db435c6cb..6fdf3e1fc617dd 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -37,7 +37,7 @@ "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/plugin-cost-insights-common": "workspace:^", + "@backstage/plugin-cost-insights-common": "0.1.0", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1",