chore(deps): bump ip-address from 10.2.0 to 10.4.0 - #30
Merged
Conversation
Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.2.0 to 10.4.0. - [Release notes](https://github.com/beaugunderson/ip-address/releases) - [Commits](beaugunderson/ip-address@v10.2.0...v10.4.0) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
joshuanapoli
approved these changes
Aug 8, 2026
joshuanapoli
left a comment
Member
There was a problem hiding this comment.
Summary
Lockfile-only bump of ip-address 10.2.0 → 10.4.0. The substantive change is beaugunderson/ip-address#217, which validates the byte arrays handed to Address6 instead of trusting them — the malformed-input hardening this advisory is about.
Risks
Low.
ip-addressis not declared inpackage.json; it is a transitive dependency, so we have no first-party call sites that could be affected by the newAddress6byte-array validation.- 10.2.0 → 10.4.0 is a minor bump. The release notes between these versions contain no API removals or renames: CI infrastructure changes, a Node 12 loadability guard, a security policy, and the
Address6validation fix. - The one behavioral change —
Address6now throwingAddressErroron byte arrays that were previously accepted — only fires on input that was already invalid.
Analysis
- Confirmed the diff touches the lockfile only, with no
package.jsonconstraint change. - Confirmed
ip-addressis transitive, not a declared dependency. - Read the 10.2.1 → 10.4.0 release notes and commit list for interface changes; found none that our code could depend on.
- Noted the maintainer-change flag in the Dependabot report: the package is now published by GitHub Actions rather than the maintainer's personal account. The commits are all from the repository owner and the change is consistent with the CI migration in the same release, so this reads as a release-automation move rather than a takeover.
- CI is green.
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.
Bumps ip-address from 10.2.0 to 10.4.0.
Release notes
Sourced from ip-address's releases.
Commits
fbb8db210.4.045a2b11Validate the byte arrays Address6 is given (#217)bac8810Keep the package loadable on node 12, and enforce it (#216)9b3d848Add a security policy and a README section on security posturee84a7b3Order the README API reference Address4, Address6, AddressError015160bCollapse each class in the README API reference34061a8Pin checkout and setup-node to commits in the release jobc5fae5dPin action-gh-release to a commit and move it to 3.0.2e0ef048Replace CircleCI with GitHub Actions5e3ceb7Add GitHub Actions CI across Node 20, 22, 24 and 25 (#213)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for ip-address since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.