From f4a084104cab88d8dce6e2748dbd30bc8643f46c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 03:41:30 +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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/ilert/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json index 39674cbb19a27f..ac79827635b694 100644 --- a/plugins/ilert/package.json +++ b/plugins/ilert/package.json @@ -23,12 +23,12 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/plugin-catalog-react": "1.0.0", + "@backstage/theme": "0.1.1", "@date-io/luxon": "1.x", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1",