From e65a66d022d1bbc02affadd66bd0ce8a306365a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 19:37:43 +0000 Subject: [PATCH] fix: plugins/bitrise/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- plugins/bitrise/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bitrise/package.json b/plugins/bitrise/package.json index fe7f1f1591f723..fb412be4e368fd 100644 --- a/plugins/bitrise/package.json +++ b/plugins/bitrise/package.json @@ -27,7 +27,7 @@ "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61",