From 5cb1f390904426caf46523e24f739c4831971494 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 00:45:38 +0000 Subject: [PATCH] fix: plugins/catalog-backend-module-gitlab/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- plugins/catalog-backend-module-gitlab/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/catalog-backend-module-gitlab/package.json b/plugins/catalog-backend-module-gitlab/package.json index 1a3f0245eb30bb..4423058261110c 100644 --- a/plugins/catalog-backend-module-gitlab/package.json +++ b/plugins/catalog-backend-module-gitlab/package.json @@ -45,16 +45,16 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/backend-plugin-api": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/backend-plugin-api": "1.6.1", "@backstage/backend-tasks": "workspace:^", - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", - "@backstage/integration": "workspace:^", - "@backstage/plugin-catalog-node": "workspace:^", + "@backstage/integration": "0.1.0", + "@backstage/plugin-catalog-node": "1.13.0", "@backstage/types": "workspace:^", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "node-fetch": "^2.6.7", "uuid": "^8.0.0", "winston": "^3.2.1"