From 351fae7a129e642a6f312c9a61609273dec190bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:24:41 +0100 Subject: [PATCH] deps: bump @helia/interface from 1.2.2 to 2.0.0 (#2) * deps: bump @helia/interface from 1.2.2 to 2.0.0 Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * deps(dev): bump helia from 1.3.12 to 2.0.1 (#1) Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/helia-v1.3.12...helia-v2.0.1) --- updated-dependencies: - dependency-name: helia dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides --- packages/interop/package.json | 4 ++-- packages/mfs/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/interop/package.json b/packages/interop/package.json index 414e017..da51e9d 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -48,11 +48,11 @@ "test:electron-main": "aegir test -t electron-main" }, "devDependencies": { - "@helia/interface": "^1.2.2", + "@helia/interface": "^2.0.0", "@helia/mfs": "^1.0.0", "aegir": "^40.0.9", "go-ipfs": "^0.22.0", - "helia": "1.3.12", + "helia": "2.0.1", "ipfsd-ctl": "^13.0.0", "kubo-rpc-client": "^3.0.0", "merge-options": "^3.0.4", diff --git a/packages/mfs/package.json b/packages/mfs/package.json index e1b6805..73de32c 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -134,7 +134,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^1.2.2", + "@helia/interface": "^2.0.0", "@helia/unixfs": "^1.2.2", "@ipld/dag-pb": "^4.0.0", "@libp2p/interfaces": "^3.3.1",