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/sonarqube-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/errors": "0.1.1",
"@types/express": "*",
"express": "^4.18.1",
"express": "^4.22.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.

critical

The PR description indicates that the yarn.lock file was not updated. For dependency updates, especially those addressing vulnerabilities, it is crucial to update yarn.lock to ensure reproducible builds and that the new, secure versions of dependencies are actually used. Please run yarn install (or yarn if zero-installs is enabled) to update the lock file and commit the changes.

"express-promise-router": "^4.1.0",
"node-fetch": "^2.6.7",
"winston": "^3.2.1",
Expand Down
Loading