From 71aff87ff5b09e106d9d6773f3716151ff8eca80 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 18:05:14 +0000 Subject: [PATCH] fix: plugins/github-issues/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- plugins/github-issues/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-issues/package.json b/plugins/github-issues/package.json index c975f3687f345f..958e55945e979b 100644 --- a/plugins/github-issues/package.json +++ b/plugins/github-issues/package.json @@ -27,7 +27,7 @@ "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", + "@backstage/plugin-catalog-react": "1.0.0", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.9.1",