From 465f1ecfb1cb167a5db84d9df1086c0c5a4c7a53 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:57:48 +0000 Subject: [PATCH] fix: plugins/gocd/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- plugins/gocd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json index bd34adf50a09cb..d5744f2d5997f3 100644 --- a/plugins/gocd/package.json +++ b/plugins/gocd/package.json @@ -33,7 +33,7 @@ "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "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",