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