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
This commit is contained in:
Generated
+3
-3
@@ -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",
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user