From a2fe888872958177be35f43e0ce9c4a221b01bc0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:44:55 +0000 Subject: [PATCH] fix: plugins/jenkins-common/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 --- plugins/jenkins-common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jenkins-common/package.json b/plugins/jenkins-common/package.json index 4a3eff8e81f518..2d6ecf71b8c1dc 100644 --- a/plugins/jenkins-common/package.json +++ b/plugins/jenkins-common/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@backstage/plugin-catalog-common": "workspace:^", - "@backstage/plugin-permission-common": "workspace:^" + "@backstage/plugin-permission-common": "0.1.0" }, "devDependencies": { "@backstage/cli": "workspace:^"