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
8 changes: 4 additions & 4 deletions plugins/auth-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/catalog-client": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/catalog-client": "0.2.0",
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 specified version 0.2.0 for @backstage/catalog-client appears significantly outdated compared to other Backstage packages being updated. This unusually low version number may indicate an incorrect version selection that could introduce compatibility issues with the rest of the codebase.

Please verify that this specific version properly addresses the vulnerability while maintaining compatibility with the other Backstage packages in the project. Consider checking the Backstage release notes or dependency compatibility matrix to ensure this version selection is appropriate.

Suggested change
"@backstage/catalog-client": "0.2.0",
"@backstage/catalog-client": "^1.4.0",

Spotted by Diamond

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

"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/config": "0.1.1",
"@backstage/errors": "workspace:^",
"@backstage/plugin-auth-node": "workspace:^",
"@backstage/plugin-auth-node": "0.5.0",
"@backstage/types": "workspace:^",
"@davidzemon/passport-okta-oauth": "^0.0.5",
"@google-cloud/firestore": "^6.0.0",
Expand Down
Loading