Files
firecrawl/apps
micahstairs 1ee900bc0c fix(js-sdk): sync pnpm-lock overrides with package.json
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>
2026-06-09 17:52:35 +00:00
..