From e33ca7515789fa3642e1322ca0dd40f1cf995d6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 10:20:17 +0000 Subject: [PATCH] fix: plugins/code-climate/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-REMIXRUNROUTER-14908530 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908287 --- plugins/code-climate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/code-climate/package.json b/plugins/code-climate/package.json index 1c0576bbdcd5f..b3aad7c5aea12 100644 --- a/plugins/code-climate/package.json +++ b/plugins/code-climate/package.json @@ -26,7 +26,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",