Open
Description
It looks like as of v19 netlify-cli
pulls in v0.19.11 and v0.21.2 of esbuild
which are both vulnerable to GHSA-67mh-4wv8-2f99 - while I would be surprised if this is exploitable, but it would still be good to have addressed for security compliance.
npm ls esbuild
└─┬ [email protected]
├─┬ @netlify/[email protected]
│ ├─┬ @netlify/[email protected]
│ │ └─┬ @netlify/[email protected]
│ │ └── [email protected] deduped
│ └─┬ @netlify/[email protected]
│ └── [email protected] deduped
├─┬ @netlify/[email protected]
│ └── [email protected]
└─┬ @netlify/[email protected]
└── [email protected]
Note also it would be good to have all netlify packages using the same version especially since esbuild
is a binary-based package, so having multiple versions of it in the tree is annoying.