From a8b4aa5e83540d9b74c60b5566a52e24487a9441 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:55:14 +0000 Subject: [PATCH] fix: plugins/sonarqube-react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- plugins/sonarqube-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sonarqube-react/package.json b/plugins/sonarqube-react/package.json index 34b457d5bee611..86feb62ffaf4b9 100644 --- a/plugins/sonarqube-react/package.json +++ b/plugins/sonarqube-react/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@backstage/catalog-model": "workspace:^", - "@backstage/core-plugin-api": "workspace:^" + "@backstage/core-plugin-api": "0.1.0" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0",