From 74791cce6d5aa646430b17c7212d7bc84e7861f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:06:50 +0000 Subject: [PATCH] deps: bump @helia/http from 1.0.4 to 1.0.5 Bumps [@helia/http](https://github.com/ipfs/helia) from 1.0.4 to 1.0.5. - [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/car-v1.0.4...http-v1.0.5) --- updated-dependencies: - dependency-name: "@helia/http" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++------------- package.json | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3622dd8..1124e0ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fastify/cors": "^9.0.1", "@helia/block-brokers": "^2.0.3", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", - "@helia/http": "^1.0.3", + "@helia/http": "^1.0.5", "@helia/interface": "^4.1.0", "@helia/routers": "^1.0.2", "@helia/utils": "^0.1.0", @@ -3357,9 +3357,9 @@ } }, "node_modules/@helia/bitswap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@helia/bitswap/-/bitswap-1.0.0.tgz", - "integrity": "sha512-ZcQNBp2TyU6OVvt8J3GvdQ3f5er8GrjEQrIKLl5jHSoXtbyNaCv9gBzLn85aMMXWBIUQcaom+5s1LIaJ5bqbjw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@helia/bitswap/-/bitswap-1.0.1.tgz", + "integrity": "sha512-G/wakfSbKTjnRgxw27ypBeR7+a2yVEf1c6Jbw2WtprnM/CYmXI9b/4nUrqXWngsQ9gBdAa8atPnnmxvl9FvXmg==", "dependencies": { "@helia/interface": "^4.2.0", "@helia/utils": "^0.2.0", @@ -3369,7 +3369,6 @@ "@libp2p/utils": "^5.2.3", "@multiformats/multiaddr": "^12.1.14", "any-signal": "^4.1.1", - "debug": "^4.3.4", "interface-blockstore": "^5.2.9", "interface-store": "^5.1.7", "it-all": "^3.0.4", @@ -3425,11 +3424,11 @@ } }, "node_modules/@helia/block-brokers": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@helia/block-brokers/-/block-brokers-2.1.0.tgz", - "integrity": "sha512-Y6iVROn1vH6dlQnEUerc7ULASAq2fY1xlrpBg93HO3JyCc0C1usCzsrtEcOMGd852dDM1SY7QN1wKPCVsq2w/g==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@helia/block-brokers/-/block-brokers-2.1.1.tgz", + "integrity": "sha512-QlZDU+Jt7NjEFqB3P9MzKJYtiQwLZ0r+ks5NGNHX1NlXEGjzEZiCNcOYPpThSR0ntK3w2fRvrei6l4cb+LHPyw==", "dependencies": { - "@helia/bitswap": "^1.0.0", + "@helia/bitswap": "^1.0.1", "@helia/interface": "^4.2.0", "@helia/utils": "^0.2.0", "@libp2p/interface": "^1.1.4", @@ -3516,11 +3515,11 @@ } }, "node_modules/@helia/http": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@helia/http/-/http-1.0.4.tgz", - "integrity": "sha512-lXKX14xbSi2pDA7UOu3U4S1rNvPTkpLJtQpZS/amvo0ooAtbni+fA2uHDx/lTO7lNCfJMD9YLP1hikHz6D+nAQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@helia/http/-/http-1.0.5.tgz", + "integrity": "sha512-8LrSZWeNzb/KS2SZt7M7iyh6ePpiWwGU5cyZXtMIhEMNa8JdIdNAlROk1MA/7Xs5xaHySJNNCxQaoOsONmYwdw==", "dependencies": { - "@helia/block-brokers": "^2.1.0", + "@helia/block-brokers": "^2.1.1", "@helia/interface": "^4.2.0", "@helia/routers": "^1.0.3", "@helia/utils": "^0.2.0", diff --git a/package.json b/package.json index bd837606..6cd90199 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@fastify/cors": "^9.0.1", "@helia/block-brokers": "^2.0.3", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", - "@helia/http": "^1.0.3", + "@helia/http": "^1.0.5", "@helia/interface": "^4.1.0", "@helia/routers": "^1.0.2", "@helia/utils": "^0.1.0",