chore(deps): relock axios to 1.18.0#1721
Closed
rhyslbw wants to merge 1 commit into
Closed
Conversation
c82fcaa to
77ca3a7
Compare
Refreshes the lockfile so the `^1.7.4` axios consumers (cardano-services, cardano-services-client, util-dev) resolve to 1.18.0 — clears the axios 1.x advisories (SSRF/credential-leak/DoS family, < 1.16.x). In-range relock, no manifest change. Now viable on the Node 22 base (#1719). A legacy axios `0.25.0` copy remains via an old transitive (axios 0.x -> 1.x is a major for that parent) — tracked in #1704. Validated: full clean build green on axios 1.18 (type-level). HTTP runtime behaviour (HttpProvider) is exercised by CI; the local sandbox can't run the in-process socket tests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
874d00a to
60297a5
Compare
This was referenced Jun 19, 2026
Member
Author
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.
Relocks axios so the
^1.7.4consumers (cardano-services, cardano-services-client, util-dev) resolve to 1.18.0, clearing the axios 1.x advisories (< 1.16.x). In-range relock — no manifest change. Resolves the consumer-facing part of #1704; now viable on the Node 22 base.Scope: a legacy
axios@0.25.0remains via an old transitive (0.x→1.x is a major for that parent) — tracked in #1704.Test plan:
HttpProvider+ provider HTTP tests (the local sandbox can't run the in-process socket tests)🤖 Generated with Claude Code