mirror of
https://github.com/firecrawl/firecrawl.git
synced 2026-06-15 18:47:32 +03:00
The js-sdk and js-sdk/firecrawl package.json files declare pnpm.overrides (security bumps for axios, brace-expansion, rollup, minimatch, etc.) but the committed lockfiles were missing the matching overrides block. This makes `pnpm install --frozen-lockfile` fail with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH in any clean checkout (CI, Docker builds). Regenerate both lockfiles so the overrides block matches package.json. Co-Authored-By: micahstairs <micah@sideguide.dev>