From e22bfb7026569f314064bacfa7a1c19f70062b4c Mon Sep 17 00:00:00 2001 From: Kyle Den Hartog Date: Wed, 6 May 2026 04:10:36 +1200 Subject: [PATCH] bump axios to address security alerts (#36171) address axios issues related to the following issues: https://github.com/advisories/GHSA-w9j2-pvgh-6h63 https://github.com/advisories/GHSA-pmwg-cvhr-8vh7 https://github.com/advisories/GHSA-3w6x-2g7m-8v23 https://github.com/advisories/GHSA-q8qp-cvcw-x6jj https://github.com/advisories/GHSA-xhjh-pmcv-23jw https://github.com/advisories/GHSA-445q-vr5w-6q77 https://github.com/advisories/GHSA-m7pr-hjqh-92cm https://github.com/advisories/GHSA-62hf-57xw-28j9 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5617f463bed..c5f1952c9e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8457,9 +8457,9 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index c49b6bc544b..cd555dfe7dc 100644 --- a/package.json +++ b/package.json @@ -243,7 +243,7 @@ }, "overrides": { "@zondax/ledger-filecoin": "2.0.4", - "axios": "1.15.0", + "axios": "1.15.2", "elliptic": "6.6.1", "esbuild": "0.25.0", "js-yaml": "4.1.1",