Skip to content

chore(deps): bump ip-address from 10.2.0 to 10.4.0 in /examples/pulumi/hackathon-app - #45

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/pulumi/hackathon-app/ip-address-10.4.0
Closed

chore(deps): bump ip-address from 10.2.0 to 10.4.0 in /examples/pulumi/hackathon-app#45
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/examples/pulumi/hackathon-app/ip-address-10.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps ip-address from 10.2.0 to 10.4.0.

Release notes

Sourced from ip-address's releases.

v10.4.0

What's Changed

Full Changelog: beaugunderson/ip-address@v10.3.1...v10.4.0

v10.3.1

Full Changelog: beaugunderson/ip-address@v10.3.0...v10.3.1

v10.3.0

Full Changelog: beaugunderson/ip-address@v10.2.2...v10.3.0

v10.2.2

Full Changelog: beaugunderson/ip-address@v10.2.1...v10.2.2

v10.2.1

Full Changelog: beaugunderson/ip-address@v10.2.0...v10.2.1

Commits
  • fbb8db2 10.4.0
  • 45a2b11 Validate the byte arrays Address6 is given (#217)
  • bac8810 Keep the package loadable on node 12, and enforce it (#216)
  • 9b3d848 Add a security policy and a README section on security posture
  • e84a7b3 Order the README API reference Address4, Address6, AddressError
  • 015160b Collapse each class in the README API reference
  • 34061a8 Pin checkout and setup-node to commits in the release job
  • c5fae5d Pin action-gh-release to a commit and move it to 3.0.2
  • e0ef048 Replace CircleCI with GitHub Actions
  • 5e3ceb7 Add GitHub Actions CI across Node 20, 22, 24 and 25 (#213)
  • Additional commits viewable in compare view
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 prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
@tyrchen

tyrchen commented Aug 30, 2026

Copy link
Copy Markdown
Owner

Review — approve

Same security-motivated bump as #46 but for examples/pulumi/hackathon-app: ip-address 10.2.0 → 10.4.0, confined to package.json + package-lock.json. Transitive dependency; no direct usage. Includes the IPv6 ReDoS fix (CVE-2024-29415). Same major version, no breaking change; lockfile consistent. Good to merge.

@tyrchen

tyrchen commented Sep 8, 2026

Copy link
Copy Markdown
Owner

Superseded by consolidated dependency/security update PR #53. The requested fix is included there, or (for #36 and #42) is already present on master.

@tyrchen tyrchen closed this Sep 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/examples/pulumi/hackathon-app/ip-address-10.4.0 branch September 8, 2026 00:46
tyrchen added a commit that referenced this pull request Sep 8, 2026
## Summary

Consolidate the currently open Dependabot updates for the Pulumi
examples into one reviewed dependency update:

- Upgrade `@pulumi/pulumi` from `3.243.0` to `3.261.0` in all three
examples.
- Resolve the vulnerable transitive dependency versions across all three
lockfiles, including `tar`, `undici`, `brace-expansion`, `ip-address`,
`tmp`, `js-yaml`, OpenTelemetry packages, `protobufjs`, and `pacote`.
- The open Rust PRs for `cmov` and `quinn-proto` are already superseded
on `master` (`cmov 0.5.4` and `quinn-proto 0.11.17`), so no Rust
lockfile change is needed.

This supersedes Dependabot PRs #28, #30, #36, #39, #40, #41, #42, #43,
#44, #45, #46, #47, #48, #49, and #50.

## Verification

- `npm ci --ignore-scripts` in each Pulumi example
- `npm run typecheck` in each Pulumi example
- `npm audit` reports zero vulnerabilities in each example
- `git diff --check`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant