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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-scaffolder-backend": "workspace:^",
"@backstage/plugin-scaffolder-backend": "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 PR is attempting to fix security vulnerabilities by upgrading @backstage/plugin-scaffolder-backend, but the yarn.lock file hasn't been updated to match this change. According to the PR description, the automatic lock file update failed.

For this security fix to be properly applied, the yarn.lock file needs to be manually updated before merging. Without this update, the dependency resolution might not actually use version 0.1.1, leaving the vulnerabilities unresolved despite the change to package.json.

Please update the yarn.lock file by running yarn or yarn install in your development environment, then commit the updated lock file along with this package.json change.

Spotted by Diamond

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

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