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
2 changes: 1 addition & 1 deletion plugins/kubernetes-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@backstage/catalog-model": "workspace:^",
"@backstage/plugin-permission-common": "workspace:^",
"@backstage/plugin-permission-common": "0.1.0",

Choose a reason for hiding this comment

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

critical

The pull request description explicitly states that the yarn.lock file failed to update. To ensure the integrity and reproducibility of the dependency tree, and to fully apply the intended security fix, please manually update the yarn.lock file to reflect this version bump before merging this pull request.

"@kubernetes/client-node": "0.18.1"
},
"devDependencies": {
Expand Down
Loading