From 32d9208dd3d5e781ad6ab05e6052ff3fcbef9282 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 08:28:12 +0000 Subject: [PATCH] fix: plugins/events-backend-module-github/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/events-backend-module-github/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/events-backend-module-github/package.json b/plugins/events-backend-module-github/package.json index 5fd37cf134ef3e..5cb33a3d54ae45 100644 --- a/plugins/events-backend-module-github/package.json +++ b/plugins/events-backend-module-github/package.json @@ -35,9 +35,9 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-plugin-api": "workspace:^", - "@backstage/config": "workspace:^", - "@backstage/plugin-events-node": "workspace:^", + "@backstage/backend-plugin-api": "0.6.19", + "@backstage/config": "0.1.1", + "@backstage/plugin-events-node": "0.2.9", "@octokit/webhooks-methods": "^3.0.0", "winston": "^3.2.1" },