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
14 changes: 7 additions & 7 deletions plugins/techdocs-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-common": "0.24.1",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-client": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/catalog-model": "0.1.1",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-common": "workspace:^",
"@backstage/plugin-catalog-common": "0.1.0",
"@backstage/plugin-permission-common": "workspace:^",
"@backstage/plugin-search-backend-module-techdocs": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"@backstage/plugin-techdocs-node": "workspace:^",
"@backstage/plugin-search-backend-module-techdocs": "0.4.0",
"@backstage/plugin-search-common": "0.3.1",
"@backstage/plugin-techdocs-node": "1.11.2",
Comment on lines +51 to +62
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 dependencies have been changed from workspace:^ to pinned versions. In a monorepo using Yarn workspaces, this is incorrect and can lead to build failures and inconsistencies. These should be reverted to workspace:^ to reference the local packages within the monorepo.

The vulnerabilities should be addressed by updating the dependencies within the respective workspace packages or at the monorepo root, and then regenerating the yarn.lock file.

    "@backstage/backend-common": "workspace:^",
    "@backstage/backend-plugin-api": "workspace:^",
    "@backstage/catalog-client": "workspace:^",
    "@backstage/catalog-model": "workspace:^",
    "@backstage/config": "workspace:^",
    "@backstage/errors": "workspace:^",
    "@backstage/integration": "workspace:^",
    "@backstage/plugin-catalog-common": "workspace:^",
    "@backstage/plugin-permission-common": "workspace:^",
    "@backstage/plugin-search-backend-module-techdocs": "workspace:^",
    "@backstage/plugin-search-common": "workspace:^",
    "@backstage/plugin-techdocs-node": "workspace:^"

"@types/express": "^4.17.6",
"dockerode": "^3.3.1",
"express": "^4.17.1",
"express": "^4.22.0",
"express-promise-router": "^4.1.0",
"fs-extra": "10.1.0",
"knex": "^2.0.0",
Expand Down
Loading