esbuild-node-tsc icon indicating copy to clipboard operation
esbuild-node-tsc copied to clipboard

Update cpy to next major 9.x

Open fredericbarthelet opened this issue 1 year ago • 0 comments

Why ?

[email protected] is now vulnerable with a high severity because of its dependence to globby@9 (which is finally dependent on glob-parent@5 which contains the vulnerability). Moving to cpy next major solves the issue (moving to globby@13 and glob-parent@6)

What's breaking

cpy is now preserving source directory structure by default Option { parent: true } is no longer supported and required - source

fredericbarthelet avatar Aug 03 '22 08:08 fredericbarthelet