From 27918c361ea528748d53914a941e20a2377c5ab2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 23:52:03 +0000 Subject: [PATCH] fix: plugins/github-deployments/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- plugins/github-deployments/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json index 7147f0e53ca2ba..20ef9b5d5befca 100644 --- a/plugins/github-deployments/package.json +++ b/plugins/github-deployments/package.json @@ -29,7 +29,7 @@ "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/integration-react": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", + "@backstage/plugin-catalog-react": "1.0.0", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1",