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

fix(cli): use caret range for micromatch dependency #2020

Merged
merged 2 commits into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. fix(cli): use caret range for micromatch dependency

    4.0.2 contains a vulnerability that most likely doesn't affect @lingui/cli, but there should be no
    reason to depend on an exact version which prevents consumers from upgrading the package without a
    version conflict.
    I've kept the version at 4.0.2 to prevent a breaking change (in the sense that bumping it to ^4.0.8
    might also cause a version conflict for consumers). Let me know if you'd rather bump it to ^4.0.8.
    Ref: GHSA-952p-6rrq-rcjv
    monholm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    befeeb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    235cbac View commit details
    Browse the repository at this point in the history