From ccc2da379fe2d781dfa3154cfa2879cd5a9238aa Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:53:22 -0500 Subject: [PATCH] chore: update deps --- .github/workflows/ci.yml | 2 +- examples/helia-101/package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62be1ce3..0634b70c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: working-directory: examples/${{ matrix.project }} steps: - uses: actions/checkout@v3 - - uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1 + - uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1 with: bun-version: latest - name: Install dependencies diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 25d35b03..4d2b479a 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -14,17 +14,17 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.1", - "@helia/http": "^2.0.0", + "@helia/http": "^2.0.1", "@helia/unixfs": "^4.0.0", - "@libp2p/bootstrap": "^11.0.7", - "@libp2p/identify": "^3.0.7", - "@libp2p/tcp": "^10.0.8", + "@libp2p/bootstrap": "^11.0.9", + "@libp2p/identify": "^3.0.9", + "@libp2p/tcp": "^10.0.10", "blockstore-core": "^5.0.2", "datastore-core": "^10.0.2", - "helia": "^5.0.0", - "libp2p": "^2.1.6" + "helia": "^5.1.0", + "libp2p": "^2.1.10" }, "devDependencies": { - "test-ipfs-example": "^1.3.0" + "test-ipfs-example": "^1.3.3" } }