From 37b3c288aed725fbcd81b8fbe8406fc99603a9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:08:44 +0000 Subject: [PATCH] deps: bump @helia/interface from 3.0.1 to 4.0.0 Bumps [@helia/interface](https://github.com/ipfs/helia) from 3.0.1 to 4.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-v3.0.1...ipns-v4.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/interop/package.json | 2 +- packages/strings/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/interop/package.json b/packages/interop/package.json index adf30ad..36ee9b2 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@chainsafe/libp2p-noise": "^14.1.0", "@chainsafe/libp2p-yamux": "^6.0.1", - "@helia/interface": "^3.0.0", + "@helia/interface": "^4.0.0", "@helia/strings": "^2.0.0", "@libp2p/identify": "^1.0.9", "@libp2p/tcp": "^9.0.10", diff --git a/packages/strings/package.json b/packages/strings/package.json index 0cdd5f7..42fb76c 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -141,7 +141,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^3.0.0", + "@helia/interface": "^4.0.0", "@libp2p/interfaces": "^3.3.1", "multiformats": "^13.0.0", "progress-events": "^1.0.0",