chihab / dotenv-run

Seamlessly load environment variables. Supports cli, esbuild, rollup, vite, webpack, angular. ESM and Monorepos.
246 stars 17 forks source link

Update cpy version to fix npm audit issues #20

Closed DavidTheProgrammer closed 2 years ago

DavidTheProgrammer commented 2 years ago

Update cpy version in builder package to fix npm audit complaints.

DavidTheProgrammer commented 2 years ago

The upstream dependency fast-glob is not updated to fix this, this will have no consequence... Is there a way to remove the dependency on cpy to avoid pulling in the vulnerable version of glob-parent?