Skip to content
Open
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
4 changes: 2 additions & 2 deletions plugins/events-backend-module-bitbucket-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/plugin-events-node": "workspace:^",
"@backstage/backend-plugin-api": "1.6.1",
"@backstage/plugin-events-node": "0.4.0",
Comment on lines +38 to +39

Choose a reason for hiding this comment

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

high

Pinning dependencies to specific versions instead of using workspace:^ decouples this package from the monorepo's versioning. While this change fixes the security vulnerabilities, it can lead to future maintenance issues and inconsistencies with other packages in the workspace. The preferred approach is typically to update the dependency versions across the entire workspace to resolve vulnerabilities while maintaining workspace integrity. If this change is merged, be aware of the potential for this package to fall out of sync with API changes in @backstage/backend-plugin-api and @backstage/plugin-events-node.

"winston": "^3.2.1"
},
"devDependencies": {
Expand Down
Loading