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
6 changes: 3 additions & 3 deletions plugins/events-backend-module-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/plugin-events-node": "workspace:^",
"@backstage/backend-plugin-api": "0.6.19",
"@backstage/config": "0.1.1",
"@backstage/plugin-events-node": "0.2.9",
Comment on lines +38 to +40
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

These dependency upgrades are crucial for addressing the reported vulnerabilities. However, the PR description indicates that yarn.lock failed to update. For these changes to be fully effective and to ensure consistent builds, the yarn.lock file must also be updated to reflect these new versions. Please run yarn install to regenerate the lock file before merging.

"@octokit/webhooks-methods": "^3.0.0",
"winston": "^3.2.1"
},
Expand Down
Loading