From 524bab0b687245e31f29867ea1cedaabd68681f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Apr 2025 20:03:00 +0000 Subject: [PATCH] fix: plugins/jenkins-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 --- plugins/jenkins-backend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/jenkins-backend/package.json b/plugins/jenkins-backend/package.json index 79989323418845..f5d7ed63f33b9e 100644 --- a/plugins/jenkins-backend/package.json +++ b/plugins/jenkins-backend/package.json @@ -27,12 +27,12 @@ "@backstage/backend-common": "workspace:^", "@backstage/catalog-client": "workspace:^", "@backstage/catalog-model": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/config": "0.1.1", "@backstage/errors": "workspace:^", "@backstage/plugin-auth-node": "workspace:^", "@backstage/plugin-jenkins-common": "workspace:^", "@backstage/plugin-permission-common": "workspace:^", - "@backstage/plugin-permission-node": "workspace:^", + "@backstage/plugin-permission-node": "0.1.0", "@types/express": "^4.17.6", "express": "^4.17.1", "express-promise-router": "^4.1.0",