Closed Drogglbecher closed 2 years ago
The dependency on glob-stream
needs to be bumped which gets vulnerable glob-parent
.
The latest version is glob-stream@7 as of June 2022, and parallel-prettier depends on the latest minor version of v6 https://github.com/microsoft/parallel-prettier/blob/79515f9f7daf568133cb05078c38cc20c4789921/package.json#L37
The dependency glob-stream@7
bumped their dependency on glob-parent
from v3 to v6.
gulpjs/glob-stream@v6.1.0...v7.0.0
#diff-7ae45ad102
Thanks for merging the PR.
Is v2.0.3
or v2.1.0
release planned to publish it?
When adding the latest version of
parallel-prettier
in thepackage-json
of my project, npm tells me the following while doingnpm audit
: