TanStackT
TanStack11mo ago
16 replies
moderate-tomato

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?
image.png
Was this page helpful?