Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/catalog-backend-module-bitbucket-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-tasks": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/catalog-model": "0.1.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version 0.1.1 specified for @backstage/catalog-model appears to be significantly outdated and inconsistent with the other upgraded dependencies (backend-common@0.24.1 and plugin-catalog-node@1.0.0). This version discrepancy will likely cause compatibility issues during installation or runtime.

In the Backstage ecosystem, package versions typically align more closely. The catalog-model package should have a version that's compatible with the other core packages being updated in this PR.

Consider verifying the correct version of catalog-model that works with the specified versions of backend-common and plugin-catalog-node before merging this security fix.

Suggested change
"@backstage/catalog-model": "0.1.1",
"@backstage/catalog-model": "^1.4.0",

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"@backstage/plugin-catalog-node": "1.0.0",
"@types/node-fetch": "^2.5.12",
"node-fetch": "^2.6.7",
"uuid": "^8.0.0",
Expand Down
Loading