Skip to content

Commit 652833a

Browse files
chore(deps): update dependency axios to v1.8.1 (#113)
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.0` -> `1.8.1`](https://renovatebot.com/diffs/npm/axios/1.8.0/1.8.1) | [![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.1`](https://redirect.github.com/axios/axios/blob/HEAD/CHANGELOG.md#181-2025-02-26) [Compare Source](https://redirect.github.com/axios/axios/compare/v1.8.0...v1.8.1) ##### Bug Fixes - **utils:** move `generateString` to platform utils to avoid importing crypto module into client builds; ([#&#8203;6789](https://redirect.github.com/axios/axios/issues/6789)) ([36a5a62](https://redirect.github.com/axios/axios/commit/36a5a620bec0b181451927f13ac85b9888b86cec)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+51/-47 (#&#8203;6789 )") </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-erc721a). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Updates the axios dependency to v1.8.1, which includes a bug fix to prevent the crypto module from being imported into client builds. Bug Fixes: - Fixes a bug where the crypto module was being imported into client builds. Chores: - Update axios dependency to v1.8.1. 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 7f7ad36 commit 652833a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"cross-spawn": "7.0.6",
5757
"semver": "7.7.1",
5858
"undici": "7.3.0",
59-
"axios": "1.8.0",
59+
"axios": "1.8.1",
6060
"cookie": "1.0.2",
6161
"ejs": "3.1.10"
6262
},

0 commit comments

Comments
 (0)