Skip to content

Commit 3ecc7b5

Browse files
chore(deps): update dependency axios to v1.8.2 (#85)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://redirect.github.com/axios/axios)) | overrides | patch | [`1.8.1` -> `1.8.2`](https://renovatebot.com/diffs/npm/axios/1.8.1/1.8.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/axios/axios/badge)](https://securityscorecards.dev/viewer/?uri=github.com/axios/axios) | --- ### Release Notes <details> <summary>axios/axios (axios)</summary> ### [`v1.8.2`](https://redirect.github.com/axios/axios/blob/HEAD/CHANGELOG.md#182-2025-03-07) [Compare Source](https://redirect.github.com/axios/axios/compare/v1.8.1...v1.8.2) ##### Bug Fixes - **http-adapter:** add allowAbsoluteUrls to path building ([#&#8203;6810](https://redirect.github.com/axios/axios/issues/6810)) ([fb8eec2](https://redirect.github.com/axios/axios/commit/fb8eec214ce7744b5ca787f2c3b8339b2f54b00f)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/14166260?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Fasoro-Joseph Alexander](https://redirect.github.com/lexcorp16 "+1/-1 (#&#8203;6810 )") </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc1155). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Chores: - Update axios dependency to v1.8.2. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77a971f commit 3ecc7b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@graphprotocol/graph-cli": "0.96.0",
3333
"ejs": "3.1.10",
3434
"elliptic": "6.6.1",
35-
"axios": "1.8.1",
35+
"axios": "1.8.2",
3636
},
3737
"packages": {
3838
"@adraffy/ens-normalize": ["@adraffy/[email protected]", "", {}, "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw=="],
@@ -419,7 +419,7 @@
419419

420420
"available-typed-arrays": ["[email protected]", "", { "dependencies": { "possible-typed-array-names": "^1.0.0" } }, "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ=="],
421421

422-
"axios": ["[email protected].1", "", { "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } }, "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g=="],
422+
"axios": ["[email protected].2", "", { "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } }, "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg=="],
423423

424424
"balanced-match": ["[email protected]", "", {}, "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="],
425425

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"cross-spawn": "7.0.6",
5656
"semver": "7.7.1",
5757
"undici": "7.4.0",
58-
"axios": "1.8.1",
58+
"axios": "1.8.2",
5959
"cookie": "1.0.2",
6060
"ejs": "3.1.10"
6161
},

0 commit comments

Comments
 (0)