79114120

Date: 2024-10-22 12:48:41
Score: 0.5
Natty:
Report link

As you can see in the output, micromatch is installed because it is a dependency of lint-staged, which you probably have as a devDependency.

Since the latest version of lint-staged uses [email protected], you are probably using an old version of lint-staged. So upgrading lint-staged should fix the warning.

See also this article

Reasons:
  • Blacklisted phrase (1): this article
  • Has code block (-0.5):
Posted by: TwiN