From 484cd9cb5cc8c17d0c9c6112fe5321a47888140e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:33:15 +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-AJV-15274295 - 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" },