Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependencies & enable Dependabot #51

Open
dreamorosi opened this issue Jun 4, 2024 · 1 comment
Open

chore: bump dependencies & enable Dependabot #51

dreamorosi opened this issue Jun 4, 2024 · 1 comment
Assignees

Comments

@dreamorosi
Copy link
Member

npm ci shows a number of moderate severity vulnerabilities

@dreamorosi dreamorosi self-assigned this Jun 11, 2024
@dreamorosi
Copy link
Member Author

Working on this - I have fixed all the high severity ones via npm audit fix but there is still one moderate one:

Severity: moderate
phin may include sensitive headers in subsequent requests after redirect - https://github.com/advisories/GHSA-x565-32qp-m3vf
fix available via `npm audit fix --force`
Will install jimp@0.3.11, which is a breaking change
node_modules/phin
  load-bmfont  >=1.4.0
  Depends on vulnerable versions of phin
  node_modules/load-bmfont
    @jimp/plugin-print  >=0.4.0
    Depends on vulnerable versions of load-bmfont
    node_modules/@jimp/plugin-print
      @jimp/plugins  >=0.4.0
      Depends on vulnerable versions of @jimp/plugin-print
      node_modules/@jimp/plugins
        jimp  >=0.4.0
        Depends on vulnerable versions of @jimp/plugins
        node_modules/jimp

This is due to a transitive dependency of jimp - which we use for image generation in Node.js.

For now I'll push this change and address the remaining one later, as well as enabling Dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant