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
8 changes: 4 additions & 4 deletions packages/backend-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-app-api": "workspace:^",
"@backstage/backend-app-api": "0.5.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 yarn.lock was not updated. For these dependency updates to effectively mitigate the reported vulnerabilities, it is critical to run yarn install (or yarn if zero-installs is enabled) to regenerate and commit the yarn.lock file. Without this step, the project might still be using the vulnerable versions of these packages, leaving the security issues unaddressed.

"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/plugin-auth-node": "workspace:^",
"@backstage/backend-plugin-api": "0.6.19",
"@backstage/config": "0.1.1",
"@backstage/plugin-auth-node": "0.6.0",
"@backstage/types": "workspace:^",
"better-sqlite3": "^8.0.0",
"express": "^4.17.1",
Expand Down
Loading