From f2507f28138325cd2a25868fc57202d494db08ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 02:33:31 +0000 Subject: [PATCH] fix: plugins/events-backend-module-gitlab/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/events-backend-module-gitlab/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/events-backend-module-gitlab/package.json b/plugins/events-backend-module-gitlab/package.json index 1734ecf5b08902..6f8d809c0d77a2 100644 --- a/plugins/events-backend-module-gitlab/package.json +++ b/plugins/events-backend-module-gitlab/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", "winston": "^3.2.1" }, "devDependencies": {