From 8bc8cb921ae319d008d064a68434cd3e6d02072b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:40:00 +0000 Subject: [PATCH] chore(deps): bump axios and @mendable/firecrawl-js Bumps [axios](https://github.com/axios/axios) to 1.15.0 and updates ancestor dependency [@mendable/firecrawl-js](https://github.com/firecrawl/firecrawl). These dependencies need to be updated together. Updates `axios` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.14.0...v1.15.0) Updates `@mendable/firecrawl-js` from 4.18.1 to 4.18.2 - [Release notes](https://github.com/firecrawl/firecrawl/releases) - [Commits](https://github.com/firecrawl/firecrawl/commits) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: indirect - dependency-name: "@mendable/firecrawl-js" dependency-version: 4.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7947d50..f341a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -446,12 +446,12 @@ "license": "MIT" }, "node_modules/@mendable/firecrawl-js": { - "version": "4.18.1", - "resolved": "https://registry.npmjs.org/@mendable/firecrawl-js/-/firecrawl-js-4.18.1.tgz", - "integrity": "sha512-NfmJv+xcHoZthj8I3NP/8KAgO8EWcvOcTvCAvszxqs7/6sCs1CRss6Tum6RycZNSwJkr5RzQossN89IlixRfng==", + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/@mendable/firecrawl-js/-/firecrawl-js-4.18.2.tgz", + "integrity": "sha512-sl6jBmVouwwpFVhWys7Yez/NhE4zwWIBhuDNmFm2PuixBE2gNvR5lamNK5e/E8XSq0Ua/CD57jnXHNV9j9voNw==", "license": "MIT", "dependencies": { - "axios": "1.14.0", + "axios": "1.15.0", "firecrawl": "4.16.0", "typescript-event-target": "^1.1.1", "zod": "^3.23.8", @@ -461,17 +461,6 @@ "node": ">=22.0.0" } }, - "node_modules/@mendable/firecrawl-js/node_modules/axios": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", - "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.11", - "form-data": "^4.0.5", - "proxy-from-env": "^2.1.0" - } - }, "node_modules/@mendable/firecrawl-js/node_modules/zod": { "version": "3.25.76", "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",