From 20d7077e09c7cd44d8f6cd214512488877b4bbe1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 13:26:47 +0000 Subject: [PATCH] fix: plugins/events-backend-module-gerrit/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/events-backend-module-gerrit/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/events-backend-module-gerrit/package.json b/plugins/events-backend-module-gerrit/package.json index f7f9471dfdd36d..18f7cf915a299f 100644 --- a/plugins/events-backend-module-gerrit/package.json +++ b/plugins/events-backend-module-gerrit/package.json @@ -35,8 +35,8 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-plugin-api": "workspace:^", - "@backstage/plugin-events-node": "workspace:^", + "@backstage/backend-plugin-api": "0.6.19", + "@backstage/plugin-events-node": "0.2.9", "winston": "^3.2.1" }, "devDependencies": {