From 767bfaeb80d871b0a94fa548493a6e23b543a027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:31:39 +0000 Subject: [PATCH] deps(dev): bump helia from 3.0.1 to 4.0.1 Bumps [helia](https://github.com/ipfs/helia) from 3.0.1 to 4.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-v3.0.1...helia-v4.0.1) --- updated-dependencies: - dependency-name: helia dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/interop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/interop/package.json b/packages/interop/package.json index adf30ad..30dca54 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -64,7 +64,7 @@ "aegir": "^42.0.1", "blockstore-core": "^4.0.1", "datastore-core": "^9.0.3", - "helia": "^3.0.0", + "helia": "^4.0.1", "ipfs-core-types": "^0.14.0", "ipfsd-ctl": "^13.0.0", "kubo": "^0.25.0",