Skip to content

chore(deps): bump joi and ipfsd-ctl#3169

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-62ed54897d
Open

chore(deps): bump joi and ipfsd-ctl#3169
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-62ed54897d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps joi to 18.2.1 and updates ancestor dependency ipfsd-ctl. These dependencies need to be updated together.

Updates joi from 17.4.0 to 18.2.1

Commits
  • 048fe05 18.2.1
  • 2392713 Merge pull request #3113 from hapijs/fix/link-max-call-stack
  • fc146a6 fix: protect link recursion from max call stack
  • f4e97e0 18.2.0
  • 626893d Merge pull request #3111 from hapijs/feat/link-maxRecursion
  • 9c7a443 feat: add maxRecursion limit to links
  • 7d43b12 18.1.2
  • d98c802 Merge pull request #3107 from mahmoodhamdi/fix/json-schema-number-rules
  • 7edc591 fix: improve JSON Schema conversion for number.port() and number.sign()
  • 06afeb5 18.1.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by marsup, a new releaser for joi since your current version.


Updates ipfsd-ctl from 10.0.6 to 17.0.0

Release notes

Sourced from ipfsd-ctl's releases.

v17.0.0

17.0.0 (2026-05-13)

⚠ BREAKING CHANGES

  • CID instances are returned from the multiformats@14.x.x module

Bug Fixes

  • update kubo-rpc-api client to multiformats-14 (#875) (151e6bd)

Trivial Changes

  • bump aegir from 47.2.0 to 48.0.4 (#874) (4b1c760)
  • bump kubo from 0.40.1 to 0.41.0 in the kubo-deps group (#871) (e06efda)

v16.0.3

16.0.3 (2026-03-27)

Bug Fixes

v16.0.2

16.0.2 (2026-03-27)

Bug Fixes

v16.0.1

16.0.1 (2026-03-26)

Bug Fixes

Trivial Changes

  • bump kubo from 0.38.2 to 0.39.0 in the kubo-deps group (#869) (d2d6cbe)
  • linting (20a8154)

v16.0.0

16.0.0 (2025-10-14)

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from ipfsd-ctl's changelog.

17.0.0 (2026-05-13)

⚠ BREAKING CHANGES

  • CID instances are returned from the multiformats@14.x.x module

Bug Fixes

  • update kubo-rpc-api client to multiformats-14 (#875) (151e6bd)

Trivial Changes

  • bump aegir from 47.2.0 to 48.0.4 (#874) (4b1c760)
  • bump kubo from 0.40.1 to 0.41.0 in the kubo-deps group (#871) (e06efda)

16.0.3 (2026-03-27)

Bug Fixes

16.0.2 (2026-03-27)

Bug Fixes

16.0.1 (2026-03-26)

Bug Fixes

Trivial Changes

  • bump kubo from 0.38.2 to 0.39.0 in the kubo-deps group (#869) (d2d6cbe)
  • linting (20a8154)

16.0.0 (2025-10-14)

⚠ BREAKING CHANGES

Dependencies

15.0.3 (2025-10-14)

... (truncated)

Commits
  • 186d9a5 chore(release): 17.0.0 [skip ci]
  • 151e6bd fix!: update kubo-rpc-api client to multiformats-14 (#875)
  • e06efda chore: bump kubo from 0.40.1 to 0.41.0 in the kubo-deps group (#871)
  • 4b1c760 chore: bump aegir from 47.2.0 to 48.0.4 (#874)
  • 3d450f9 chore(release): 16.0.3 [skip ci]
  • 0493a4e fix: log node spawn result
  • 23e7174 chore(release): 16.0.2 [skip ci]
  • c1c8590 fix: logging
  • 68707ca fix: more logging
  • 7ede9c6 chore(release): 16.0.1 [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ipfsd-ctl since your current version.


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 [joi](https://github.com/hapijs/joi) to 18.2.1 and updates ancestor dependency [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl). These dependencies need to be updated together.


Updates `joi` from 17.4.0 to 18.2.1
- [Commits](hapijs/joi@v17.4.0...v18.2.1)

Updates `ipfsd-ctl` from 10.0.6 to 17.0.0
- [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases)
- [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/main/CHANGELOG.md)
- [Commits](ipfs/js-ipfsd-ctl@v10.0.6...v17.0.0)

---
updated-dependencies:
- dependency-name: joi
  dependency-version: 18.2.1
  dependency-type: indirect
- dependency-name: ipfsd-ctl
  dependency-version: 17.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner June 11, 2026 15:30
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 11, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedipfsd-ctl@​10.0.6 ⏵ 17.0.079 +110010094 +4100

View full report

@socket-security

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @hapi/hapi is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: package-lock.jsonnpm/ipfsd-ctl@17.0.0npm/@hapi/hapi@21.4.9

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@hapi/hapi@21.4.9. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm execa is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: package-lock.jsonnpm/ipfsd-ctl@17.0.0npm/execa@9.6.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/execa@9.6.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants