From 7bd7d0f54db799a8aca570e53340a48b256702a9 Mon Sep 17 00:00:00 2001 From: Mikey <5217366+BrainSlugs83@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:07:54 -0700 Subject: [PATCH] security: pin @mendable/firecrawl-js to exact version Pins @mendable/firecrawl-js from ^4.18.1 to 4.18.1, consistent with the pinning policy established in #102. --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index ba5037ae..5ebc93b5 100644 --- a/bun.lock +++ b/bun.lock @@ -13,7 +13,7 @@ "@anthropic-ai/vertex-sdk": "0.14.4", "@commander-js/extra-typings": "12.1.0", "@growthbook/growthbook": "1.6.5", - "@mendable/firecrawl-js": "^4.18.1", + "@mendable/firecrawl-js": "4.18.1", "@modelcontextprotocol/sdk": "1.29.0", "@opentelemetry/api": "1.9.1", "@opentelemetry/api-logs": "0.214.0", diff --git a/package.json b/package.json index 17deef55..ff557145 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "xss": "1.0.15", "yaml": "2.8.3", "zod": "3.25.76", - "@mendable/firecrawl-js": "^4.18.1" + "@mendable/firecrawl-js": "4.18.1" }, "devDependencies": { "@types/bun": "1.3.11",