From 4bd708e85935d43567dd33cc273c347bf8a9b7b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 13:22:43 +0000 Subject: [PATCH] fix: plugins/catalog-backend-module-bitbucket/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/catalog-backend-module-bitbucket/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/catalog-backend-module-bitbucket/package.json b/plugins/catalog-backend-module-bitbucket/package.json index e968aad3434bd0..d7e5e4c94a2ad7 100644 --- a/plugins/catalog-backend-module-bitbucket/package.json +++ b/plugins/catalog-backend-module-bitbucket/package.json @@ -33,13 +33,13 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/catalog-model": "workspace:^", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", - "@backstage/plugin-bitbucket-cloud-common": "workspace:^", - "@backstage/plugin-catalog-node": "workspace:^", + "@backstage/plugin-bitbucket-cloud-common": "0.1.0", + "@backstage/plugin-catalog-node": "1.0.0", "@backstage/types": "workspace:^", "lodash": "^4.17.21", "node-fetch": "^2.6.7",