From 72bf701aea166c1e7e0a401d407a5a3d820aa276 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 22:48:16 +0000 Subject: [PATCH] fix: plugins/ilert/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/ilert/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json index 39674cbb19a27f..a666fece3ce246 100644 --- a/plugins/ilert/package.json +++ b/plugins/ilert/package.json @@ -28,7 +28,7 @@ "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/theme": "0.1.1", "@date-io/luxon": "1.x", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1",