From cf8ad69d23aa779e511b793fec644a9f3eeac0f4 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:40:53 +0000 Subject: [PATCH] fix: plugins/linguist/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- plugins/linguist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/linguist/package.json b/plugins/linguist/package.json index 96d61b73f224bd..f2c22b339f241a 100644 --- a/plugins/linguist/package.json +++ b/plugins/linguist/package.json @@ -32,7 +32,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/plugin-linguist-common": "workspace:^", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.9.13",