chore(deps): update axios and related dependencies#105
Closed
Seth-Schmidt wants to merge 2 commits intomainfrom
Closed
chore(deps): update axios and related dependencies#105Seth-Schmidt wants to merge 2 commits intomainfrom
Seth-Schmidt wants to merge 2 commits intomainfrom
Conversation
Bumps axios from 1.13.0 to 1.15.0 and updates its dependencies: - follow-redirects from 1.15.6 to 1.15.11 - form-data from 4.0.4 to 4.0.5 - proxy-from-env from 1.1.0 to 2.1.0 Also removes the axios dependency from hardhat-deploy. --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct - dependency-name: follow-redirects dependency-version: 1.15.11 dependency-type: indirect - dependency-name: form-data dependency-version: 4.0.5 dependency-type: indirect - dependency-name: proxy-from-env dependency-version: 2.1.0 dependency-type: indirect ...
Bumps axios from previous versions to 1.15.0 in the following contracts: - confidential-wrapper - feesBurner - pauserSetWrapper - staking Also updates related dependencies: - follow-redirects from 1.15.6 to 1.15.11 - form-data from 4.0.4 to 4.0.5 - proxy-from-env from 1.1.0 to 2.1.0 Removes outdated axios dependencies from hardhat-gas-reporter. --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct - dependency-name: follow-redirects dependency-version: 1.15.11 dependency-type: indirect - dependency-name: form-data dependency-version: 4.0.5 dependency-type: indirect - dependency-name: proxy-from-env dependency-version: 2.1.0 dependency-type: indirect
Contributor
Author
|
Closing because this was included with #125 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Alternate PR for: #103
Closes: https://linear.app/zama/issue/PRO-337/update-axios-in-contractssafe
Bumps axios to 1.15.0 across
contracts/safe,contracts/confidential-wrapper,contracts/staking,contracts/feesBurner, andcontracts/pauserSetWrapper, and updates its dependencies:Also removes the axios dependency from hardhat-deploy.
Applied via an
"axios": "^1.15.0"entry in theoverridesblock of each affectedpackage.json, withpackage-lock.jsonregenerated accordingly.Affected packages (previous → new axios version):
contracts/safe: 1.13.0 → 1.15.0contracts/confidential-wrapper: 1.13.2 → 1.15.0contracts/staking: 1.12.2 → 1.15.0contracts/feesBurner: 0.21.4 (top-level, via hardhat-deploy) and 1.13.1 (nested) → 1.15.0contracts/pauserSetWrapper: 0.21.4 (top-level, via hardhat-deploy) and 1.13.1 (nested) → 1.15.0updated-dependencies:
Verification:
HTTP smoke test against live endpoints — to confirm the axios 1.15.0 resolved in each package works for
hardhat-deploy's exact call shapes, a script invokingaxios.get,axios.postwithFormData, andaxios.requestwas run from each package's context against Sourcify and Etherscan. All four call shapes returned structured responses (never threw) in every package:axiosresolvedaxios.requestcontracts/safecontracts/confidential-wrappercontracts/stakingcontracts/feesBurnercontracts/pauserSetWrapper¹ The 404 on the POST reflects Sourcify rejecting a deliberately bogus payload