esbuild 0.24.2 upgrade vulnerabilities
Just installing a new version of tanstack start and I get hit with this audit:
pnpm audit: screenshot
I'm able to fix the warning with "pnpm audit --fix", but all this does is add this to my package.json:
"pnpm": {
"overrides": {
"esbuild@<=0.24.2": ">=0.25.0"
}
}
Is there any way to update the tanstack packages to esbuild 0.25.0 to avoid this? Instead of bypassing the issue like this?
pnpm audit: screenshot
I'm able to fix the warning with "pnpm audit --fix", but all this does is add this to my package.json:
"pnpm": {
"overrides": {
"esbuild@<=0.24.2": ">=0.25.0"
}
}
Is there any way to update the tanstack packages to esbuild 0.25.0 to avoid this? Instead of bypassing the issue like this?
