Update backstage dependencies

Open
#148 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript
Domain
security, tooling

Research direction

Start by reviewing the plugin package manifests and locating the @backstage/backend-common dependency and its transitive mysql2 resolution. Check the installed dependency tree and vulnerability reports, then update the affected Backstage dependencies so installation no longer resolves the vulnerable version across the plugins.

Written by the indexing model from the issue text.

Description

There are some outdated backstage dependencies on these plugins that are causing some other versions to be resolved when installing this plugin.

This has a knock-on effect of some transient dependencies that vulnerabilities being installed and being detected by certain tools.

In this specific instance its the dependency of "@backstage/backend-common@npm:^0.20.1": that is requesting mysql2@npm:^2.2.5 which resolves to mysql2@npm:2.3.3 and that package has a critical vulnerability warning.

These plugins need to be updated to the latest backstage dependencies.

Dominant language
TypeScript
Stars
67
Forks
9
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from coder/backstage-plugins

All issues in coder/backstage-plugins

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.