Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump the helia-deps group across 1 directory with 16 updates #488

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps the helia-deps group with 12 updates in the / directory:

Package From To
@helia/block-brokers 4.0.1 4.0.2
@helia/delegated-routing-v1-http-api-client 4.2.0 4.2.1
@helia/http 2.0.1 2.0.2
@helia/verified-fetch 2.1.0 2.2.2
@libp2p/dcutr 2.0.10 2.0.12
@libp2p/identify 3.0.10 3.0.12
@libp2p/keychain 5.0.9 5.0.10
@libp2p/ping 2.0.10 2.0.12
@libp2p/websockets 9.0.11 9.0.13
@libp2p/webtransport 5.0.16 5.0.18
helia 5.1.0 5.1.1
libp2p 2.2.1 2.3.1

Updates @helia/block-brokers from 4.0.1 to 4.0.2

Release notes

Sourced from @​helia/block-brokers's releases.

block-brokers: v4.0.2

4.0.2 (2024-11-18)

Dependencies

  • bump @​multiformats/multiaddr-to-uri from 10.1.2 to 11.0.0 (#676) (74f392c)
  • bump aegir from 44.1.4 to 45.0.1 (#669) (e58e49c)
  • The following workspace dependencies were updated
    • dependencies
      • @​helia/bitswap bumped from ^2.0.1 to ^2.0.2
      • @​helia/interface bumped from ^5.0.0 to ^5.1.0
      • @​helia/utils bumped from ^1.0.1 to ^1.1.0
Commits
  • f9da283 chore: release main (#411)
  • c3f2ed1 chore: add token to codecov
  • 917a1bc deps: update libp2p patch versions
  • cb35a1b deps: bump @​chainsafe/libp2p-gossipsub from 12.0.0 to 13.0.0 (#457)
  • 1319c61 ci: bump codecov/codecov-action from 3.1.5 to 4.0.2 (#452)
  • 77e34fc fix: update project deps and docs
  • 6f8c15b fix: use unixfs exporter to traverse DAGs (#455)
  • 1ee6a4a feat: customize ipns dnsResolvers (#445)
  • 28d62f7 feat: support requesting raw IPNS records in @​helia/verified-fetch (#443)
  • 2d965be feat: download tars from @​helia/verified-fetch (#442)
  • Additional commits viewable in compare view

Updates @helia/delegated-routing-v1-http-api-client from 4.2.0 to 4.2.1

Commits

Updates @helia/http from 2.0.1 to 2.0.2

Release notes

Sourced from @​helia/http's releases.

bitswap: v2.0.2

2.0.2 (2024-11-18)

Dependencies

  • bump aegir from 44.1.4 to 45.0.1 (#669) (e58e49c)
  • The following workspace dependencies were updated
    • dependencies
      • @​helia/interface bumped from ^5.0.0 to ^5.1.0
      • @​helia/utils bumped from ^1.0.1 to ^1.1.0

http: v2.0.2

2.0.2 (2024-11-18)

Dependencies

  • bump aegir from 44.1.4 to 45.0.1 (#669) (e58e49c)
  • The following workspace dependencies were updated
    • dependencies
      • @​helia/block-brokers bumped from ^4.0.1 to ^4.0.2
      • @​helia/interface bumped from ^5.0.0 to ^5.1.0
      • @​helia/routers bumped from ^2.1.0 to ^2.2.0
      • @​helia/utils bumped from ^1.0.1 to ^1.1.0
Commits
  • 3423750 chore: release main (#673)
  • 1aa6c8d fix: remove webtransport from default transports (#674)
  • f7b5d3f chore: fix interop tests
  • ccfcc9d ci: bump codecov/codecov-action from 4.6.0 to 5.0.2 (#680)
  • dc13525 feat: add cancelReprovide function to routing (#672)
  • 74f392c deps: bump @​multiformats/multiaddr-to-uri from 10.1.2 to 11.0.0 (#676)
  • c09fef2 deps: bump kubo from 0.31.0 to 0.32.0 (#679)
  • aecac3d fix: add tls to default delegated routing filters (#670)
  • e58e49c deps: bump aegir from 44.1.4 to 45.0.1 (#669)
  • dff82ec fix: remove helia.io cname (#666)
  • Additional commits viewable in compare view

Updates @helia/interface from 5.0.0 to 5.1.0

Release notes

Sourced from @​helia/interface's releases.

helia: v5.1.0

5.1.0 (2024-10-23)

Features

  • enable filtering in delegated routing client (#651) (23ebae1)

Bug Fixes

Dependencies

  • update @​libp2p/circuit-relay-v2 to 3.x.x (#661) (0238ed4)
  • The following workspace dependencies were updated
    • dependencies
      • @​helia/block-brokers bumped from ^4.0.0 to ^4.0.1
      • @​helia/routers bumped from ^2.0.0 to ^2.1.0
      • @​helia/utils bumped from ^1.0.0 to ^1.0.1

interface: v5.1.0

5.1.0 (2024-11-18)

Features

  • add cancelReprovide function to routing (#672) (dc13525)

Dependencies

helia: v5.0.1

5.0.1 (2024-10-16)

Bug Fixes

  • respect routers config in helia constructor (#652) (1b2934b)
Commits

Updates @helia/routers from 2.1.0 to 2.2.0

Release notes

Sourced from @​helia/routers's releases.

routers: v2.2.0

2.2.0 (2024-11-18)

Features

  • add cancelReprovide function to routing (#672) (dc13525)

Bug Fixes

  • add tls to default delegated routing filters (#670) (aecac3d)

Dependencies

  • bump aegir from 44.1.4 to 45.0.1 (#669) (e58e49c)
  • The following workspace dependencies were updated
    • dependencies
      • @​helia/interface bumped from ^5.0.0 to ^5.1.0
Commits
  • 3423750 chore: release main (#673)
  • 1aa6c8d fix: remove webtransport from default transports (#674)
  • f7b5d3f chore: fix interop tests
  • ccfcc9d ci: bump codecov/codecov-action from 4.6.0 to 5.0.2 (#680)
  • dc13525 feat: add cancelReprovide function to routing (#672)
  • 74f392c deps: bump @​multiformats/multiaddr-to-uri from 10.1.2 to 11.0.0 (#676)
  • c09fef2 deps: bump kubo from 0.31.0 to 0.32.0 (#679)
  • aecac3d fix: add tls to default delegated routing filters (#670)
  • e58e49c deps: bump aegir from 44.1.4 to 45.0.1 (#669)
  • dff82ec fix: remove helia.io cname (#666)
  • Additional commits viewable in compare view

Updates @helia/verified-fetch from 2.1.0 to 2.2.2

Release notes

Sourced from @​helia/verified-fetch's releases.

@​helia/verified-fetch-2.2.2

@​helia/verified-fetch-v2.2.2 (2024-11-22)

Bug Fixes

@​helia/verified-fetch-2.2.1

@​helia/verified-fetch-v2.2.1 (2024-11-21)

Bug Fixes

  • do not connect to bootstrap nodes in browsers (#149) (f1bd3d4)

@​helia/verified-fetch-2.2.0

@​helia/verified-fetch-v2.2.0 (2024-11-21)

Features

@​helia/verified-fetch-2.1.3

@​helia/verified-fetch-v2.1.3 (2024-11-20)

Dependencies

  • bump the helia-deps group across 3 directories with 7 updates (#141) (d867350)

@​helia/verified-fetch-2.1.2

@​helia/verified-fetch-v2.1.2 (2024-11-18)

Dependencies

@​helia/verified-fetch-2.1.1

@​helia/verified-fetch-v2.1.1 (2024-11-14)

Dependencies

  • bump lru-cache from 10.4.3 to 11.0.2 (#129) (6c1f9ed)
Commits
  • 3a29902 chore(release): 2.2.2 [skip ci]
  • 97de1a3 fix: add trace logging of libp2p config (#151)
  • 30f319e chore(release): 2.2.1 [skip ci]
  • f1bd3d4 fix: do not connect to bootstrap nodes in browsers (#149)
  • 6ad440c chore(release): 2.2.0 [skip ci]
  • 9d33f89 feat: support p2p retrieval by default (#130)
  • 5ec9aa7 chore(release): 2.1.3 [skip ci]
  • d867350 deps: bump the helia-deps group across 3 directories with 7 updates (#141)
  • af1b64e chore: use grouping for dependabot (#140)
  • 5d4d58e deps: bump @​libp2p/logger from 4.0.20 to 5.1.4 (#137)
  • Additional commits viewable in compare view

Updates @libp2p/crypto from 5.0.6 to 5.0.7

Release notes

Sourced from @​libp2p/crypto's releases.

crypto: v5.0.7

5.0.7 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1

peer-id: v5.0.7

5.0.7 (2024-10-28)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.5 to ^5.0.6
      • @​libp2p/interface bumped from ^2.1.3 to ^2.2.0
Commits

Updates @libp2p/dcutr from 2.0.10 to 2.0.12

Release notes

Sourced from @​libp2p/dcutr's releases.

upnp-nat: v2.0.12

2.0.12 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/interface-internal bumped from ^2.1.0 to ^2.1.1
      • @​libp2p/utils bumped from ^6.2.0 to ^6.2.1
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8

ping: v2.0.12

2.0.12 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/interface-internal bumped from ^2.1.0 to ^2.1.1
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8

fetch: v2.0.12

2.0.12 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/interface-internal bumped from ^2.1.0 to ^2.1.1
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8

dcutr: v2.0.12

2.0.12 (2024-11-18)

... (truncated)

Commits

Updates @libp2p/identify from 3.0.10 to 3.0.12

Release notes

Sourced from @​libp2p/identify's releases.

identify: v3.0.12

3.0.12 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/interface-internal bumped from ^2.1.0 to ^2.1.1
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8
      • @​libp2p/peer-record bumped from ^8.0.11 to ^8.0.12
      • @​libp2p/utils bumped from ^6.2.0 to ^6.2.1
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4

identify: v3.0.11

3.0.11 (2024-11-16)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^2.0.10 to ^2.1.0
      • @​libp2p/peer-record bumped from ^8.0.10 to ^8.0.11
      • @​libp2p/utils bumped from ^6.1.3 to ^6.2.0
Commits

Updates @libp2p/keychain from 5.0.9 to 5.0.10

Release notes

Sourced from @​libp2p/keychain's releases.

keychain: v5.0.10

5.0.10 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4
Commits

Updates @libp2p/logger from 5.1.3 to 5.1.4

Release notes

Sourced from @​libp2p/logger's releases.

logger: v5.1.4

5.1.4 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
    • devDependencies
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8
Commits

Updates @libp2p/ping from 2.0.10 to 2.0.12

Release notes

Sourced from @​libp2p/ping's releases.

upnp-nat: v2.0.12

2.0.12 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/interface-internal bumped from ^2.1.0 to ^2.1.1
      • @​libp2p/utils bumped from ^6.2.0 to ^6.2.1
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8

ping: v2.0.12

2.0.12 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/interface-internal bumped from ^2.1.0 to ^2.1.1
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8

fetch: v2.0.12

2.0.12 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/interface-internal bumped from ^2.1.0 to ^2.1.1
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8

dcutr: v2.0.12

2.0.12 (2024-11-18)

... (truncated)

Commits

Updates @libp2p/websockets from 9.0.11 to 9.0.13

Release notes

Sourced from @​libp2p/websockets's releases.

websockets: v9.0.13

9.0.13 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/utils bumped from ^6.2.0 to ^6.2.1
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4

websockets: v9.0.12

9.0.12 (2024-11-16)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/utils bumped from ^6.1.3 to ^6.2.0
Commits
  • d2e8170 chore: release main (#2367)
  • f4dda4a chore: use PeerId/Multiaddr matchers from interface tests (#2375)
  • 2e464c0 feat: add sinon matchers for PeerIds and Multiaddrs to test module (#2373)
  • 74fb567 fix: allow typing job options in peer queue (#2372)
  • dbc92ab chore(cfg): Update config.yml to clarify new issues (#2370)
  • 72f0e09 chore: temporarily disable interop tests (#2374)
  • f27138c fix: add local definition of isPrivateIp (#2362)
  • 74477f6 chore: update release-please config
  • 8c6654c chore: reinstate manifest file
  • 08f6f60 chore: update conditional
  • Additional commits viewable in compare view

Updates @libp2p/webtransport from 5.0.16 to 5.0.18

Release notes

Sourced from @​libp2p/webtransport's releases.

webtransport: v5.0.18

5.0.18 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8
      • @​libp2p/utils bumped from ^6.2.0 to ^6.2.1
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4
      • @​libp2p/ping bumped from ^2.0.11 to ^2.0.12
      • libp2p bumped from ^2.3.0 to ^2.3.1

webrtc: v5.0.18

5.0.18 (2024-11-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.2.0 to ^2.2.1
      • @​libp2p/interface-internal bumped from ^2.1.0 to ^2.1.1
      • @​libp2p/peer-id bumped from ^5.0.7 to ^5.0.8
      • @​libp2p/utils bumped from ^6.2.0 to ^6.2.1
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.6 to ^5.0.7
      • @​libp2p/interface-compliance-tests bumped from ^6.1.9 to ^6.1.10
      • @​libp2p/logger bumped from ^5.1.3 to ^5.1.4

webtransport: v5.0.17

5.0.17 (2024-11-16)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/utils bumped from ^6.1.3 to ^6.2.0
    • devDependencies
      • @​libp2p/ping bumped from ^2.0.10 to ^2.0.11
      • libp2p bumped from ^2.2.1 to ^2.3.0

webrtc: v5.0.17

5.0.17 (2024-11-16)

... (truncated)

Commits

Updates helia from 5.1.0 to 5.1.1

Release notes

Sourced from helia's releases.

helia: v5.1.1

5.1.1 (2024-11-18)

Bug Fixes

  • add tls to default delegated routing filters (#670) (aecac3d)
  • remove webtransport from default transports (#674) (1aa6c8d)

Dependencies

  • bump aegir from 44.1.4 to 45.0.1 (#669) (e58e49c)
  • The following workspace dependencies were updated
    • dependencies
      • @​helia/block-brokers bumped from ^4.0.1 to ^4.0.2
      • @​helia/interface bumped from ^5.0.0 to ^5.1.0
      • @​helia/routers bumped from ^2.1.0 to ^2.2.0
      • @​helia/utils bumped from ^1.0.1 to ^1.1.0
Commits

Updates libp2p from 2.2.1 to 2.3.1

Commits

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.


...

Description has been truncated

Bumps the helia-deps group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@helia/block-brokers](https://github.com/ipfs/helia) | `4.0.1` | `4.0.2` |
| [@helia/delegated-routing-v1-http-api-client](https://github.com/ipfs/helia-delegated-routing-v1-http-api) | `4.2.0` | `4.2.1` |
| [@helia/http](https://github.com/ipfs/helia) | `2.0.1` | `2.0.2` |
| [@helia/verified-fetch](https://github.com/ipfs/helia-verified-fetch) | `2.1.0` | `2.2.2` |
| [@libp2p/dcutr](https://github.com/libp2p/js-libp2p) | `2.0.10` | `2.0.12` |
| [@libp2p/identify](https://github.com/libp2p/js-libp2p) | `3.0.10` | `3.0.12` |
| [@libp2p/keychain](https://github.com/libp2p/js-libp2p) | `5.0.9` | `5.0.10` |
| [@libp2p/ping](https://github.com/libp2p/js-libp2p) | `2.0.10` | `2.0.12` |
| [@libp2p/websockets](https://github.com/libp2p/js-libp2p) | `9.0.11` | `9.0.13` |
| [@libp2p/webtransport](https://github.com/libp2p/js-libp2p) | `5.0.16` | `5.0.18` |
| [helia](https://github.com/ipfs/helia) | `5.1.0` | `5.1.1` |
| [libp2p](https://github.com/libp2p/js-libp2p) | `2.2.1` | `2.3.1` |



Updates `@helia/block-brokers` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@car-v4.0.1...helia-v4.0.2)

Updates `@helia/delegated-routing-v1-http-api-client` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases)
- [Changelog](https://github.com/ipfs/helia-delegated-routing-v1-http-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-client-4.2.0...@helia/delegated-routing-v1-http-api-client-4.2.1)

Updates `@helia/http` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@car-v2.0.1...http-v2.0.2)

Updates `@helia/interface` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@ipns-v5.0.0...helia-v5.1.0)

Updates `@helia/routers` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@helia-v2.1.0...routers-v2.2.0)

Updates `@helia/verified-fetch` from 2.1.0 to 2.2.2
- [Release notes](https://github.com/ipfs/helia-verified-fetch/releases)
- [Changelog](https://github.com/ipfs/helia-verified-fetch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-2.1.0...@helia/verified-fetch-2.2.2)

Updates `@libp2p/crypto` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@crypto-v5.0.6...crypto-v5.0.7)

Updates `@libp2p/dcutr` from 2.0.10 to 2.0.12
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@tls-v2.0.10...ping-v2.0.12)

Updates `@libp2p/identify` from 3.0.10 to 3.0.12
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@perf-v3.0.10...perf-v3.0.12)

Updates `@libp2p/keychain` from 5.0.9 to 5.0.10
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@webrtc-v5.0.9...webrtc-v5.0.10)

Updates `@libp2p/logger` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@logger-v5.1.3...logger-v5.1.4)

Updates `@libp2p/ping` from 2.0.10 to 2.0.12
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@tls-v2.0.10...ping-v2.0.12)

Updates `@libp2p/websockets` from 9.0.11 to 9.0.13
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@tcp-v9.0.11...tcp-v9.0.13)

Updates `@libp2p/webtransport` from 5.0.16 to 5.0.18
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@webrtc-v5.0.16...webrtc-v5.0.18)

Updates `helia` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@helia-v5.1.0...helia-v5.1.1)

Updates `libp2p` from 2.2.1 to 2.3.1
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@libp2p-v2.2.1...libp2p-v2.3.1)

---
updated-dependencies:
- dependency-name: "@helia/block-brokers"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@helia/delegated-routing-v1-http-api-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@helia/http"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@helia/interface"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: helia-deps
- dependency-name: "@helia/routers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: helia-deps
- dependency-name: "@helia/verified-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: helia-deps
- dependency-name: "@libp2p/crypto"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@libp2p/dcutr"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@libp2p/identify"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@libp2p/keychain"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@libp2p/logger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@libp2p/ping"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@libp2p/websockets"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@libp2p/webtransport"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: helia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: libp2p
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: helia-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/helia-deps-95a281cd8a branch from b698db8 to eb57460 Compare November 23, 2024 02:18
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