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
4 changes: 2 additions & 2 deletions plugins/scaffolder-backend-module-cookiecutter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/integration": "0.1.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 version 0.1.0 for @backstage/integration appears significantly lower than typical Backstage package versions. This could potentially be an incorrect version that might introduce compatibility issues with other Backstage components. Consider verifying whether this specific version properly addresses the ReDoS vulnerability or if a more recent version would be more appropriate while maintaining compatibility with the rest of the ecosystem.

Suggested change
"@backstage/integration": "0.1.0",
"@backstage/integration": "^1.5.0",

Spotted by Diamond

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

"@backstage/plugin-scaffolder-backend": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"@backstage/types": "workspace:^",
Expand Down
Loading