From f5aa043764deedc8d79c1766fa8697a568c545e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 00:00:48 +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-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-bitbucket/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/catalog-backend-module-bitbucket/package.json b/plugins/catalog-backend-module-bitbucket/package.json index e968aad3434bd0..9a37dd95ce9f34 100644 --- a/plugins/catalog-backend-module-bitbucket/package.json +++ b/plugins/catalog-backend-module-bitbucket/package.json @@ -33,15 +33,15 @@ "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/integration": "0.1.0", + "@backstage/plugin-bitbucket-cloud-common": "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", "winston": "^3.2.1" },