Developing a project with Astro. When I attempted to install Firebase, I received the following warning
# npm audit report
esbuild <=0.24.2
Severity: moderate
esbuild enables any website to send any requests to the development server and read the response - https://github.com/advisories/GHSA-67mh-4wv8-2f99
fix available via `npm audit fix`
node_modules/@netlify/zip-it-and-ship-it/node_modules/esbuild
@netlify/zip-it-and-ship-it 2.2.0 - 4.2.7 || >=9.17.0
Depends on vulnerable versions of esbuild
node_modules/@netlify/zip-it-and-ship-it
@netlify/functions 3.1.0 - 3.1.3
Depends on vulnerable versions of @netlify/zip-it-and-ship-it
node_modules/@netlify/functions
3 moderate severity vulnerabilities```
Astro's default esbuild is on version 0.25.3
Netlify's esbuild -> "version": "0.19.11",
How can I safely update zip-it-and-ship-it module?