Skip to content

Commit 164cd75

Browse files
fix(deps): bump axios to 1.15.2 to resolve security advisories (firecrawl#3485)
Resolves 13 axios advisories (GHSA-3w6x-2g7m-8v23, GHSA-445q-vr5w-6q77, GHSA-5c9x-8gcm-mpgx, GHSA-62hf-57xw-28j9, GHSA-6chq-wfr3-2hj9, GHSA-m7pr-hjqh-92cm, GHSA-pf86-5x62-jrwf, GHSA-pmwg-cvhr-8vh7, GHSA-q8qp-cvcw-x6jj, GHSA-vf2m-468p-8v99, GHSA-w9j2-pvgh-6h63, GHSA-xhjh-pmcv-23jw, GHSA-xx6v-rp6x-q39c) flagged by audit-ci in apps/api, apps/js-sdk, and apps/js-sdk/firecrawl.
1 parent 14d5af3 commit 164cd75

6 files changed

Lines changed: 30 additions & 27 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"amqplib": "^0.10.9",
104104
"async-mutex": "^0.5.0",
105105
"autumn-js": "1.2.13",
106-
"axios": "^1.15.0",
106+
"axios": "^1.15.2",
107107
"body-parser": "^1.20.3",
108108
"bullmq": "^5.56.7",
109109
"cacheable-lookup": "^6.1.0",

apps/api/pnpm-lock.yaml

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/js-sdk/firecrawl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": "Mendable.ai",
2727
"license": "MIT",
2828
"dependencies": {
29-
"axios": "1.15.0",
29+
"axios": "1.15.2",
3030
"firecrawl": "4.16.0",
3131
"typescript-event-target": "^1.1.1",
3232
"zod": "^3.23.8",
@@ -70,7 +70,7 @@
7070
"picomatch@<4.0.4": ">=4.0.4",
7171
"handlebars": ">=4.7.9",
7272
"brace-expansion": ">=5.0.5",
73-
"axios@<1.15.0": "1.15.0",
73+
"axios@<1.15.2": "1.15.2",
7474
"follow-redirects@<1.16.0": ">=1.16.0 <2.0.0"
7575
}
7676
}

apps/js-sdk/firecrawl/pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/js-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"dependencies": {
1414
"@mendable/firecrawl-js": "^4.3.4",
15-
"axios": "^1.15.0",
15+
"axios": "^1.15.2",
1616
"firecrawl": "^4.3.4",
1717
"uuid": "^10.0.0",
1818
"zod": "^3.23.8"

apps/js-sdk/pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)