Updates the requirements on ipfs-http-client to permit the latest version.
Release notes
*Sourced from [ipfs-http-client's releases](https://github.com/ipfs/js-ipfs-http-client/releases).*
> ## v33.1.1
>
>
> ### Bug Fixes
>
> * allow passing timeout option to object stat ([#1055](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1055)) ([92b0594](https://github.com/ipfs/js-ipfs-http-client/commit/92b0594))
Changelog
*Sourced from [ipfs-http-client's changelog](https://github.com/ipfs/js-ipfs-http-client/blob/master/CHANGELOG.md).*
> ## [33.1.1](https://github.com/ipfs/js-ipfs-http-client/compare/v33.1.0...v33.1.1) (2019-07-26)
>
>
> ### Bug Fixes
>
> * allow passing timeout option to object stat ([#1055](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1055)) ([92b0594](https://github.com/ipfs/js-ipfs-http-client/commit/92b0594))
>
>
>
>
> # [33.1.0](https://github.com/ipfs/js-ipfs-http-client/compare/v33.0.2...v33.1.0) (2019-07-11)
>
>
> ### Bug Fixes
>
> * changelog for 33.x does not include breaking change ([cd41a16](https://github.com/ipfs/js-ipfs-http-client/commit/cd41a16))
> * invalid multipart/form-data ([#948](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/948)) ([9e6dfe7](https://github.com/ipfs/js-ipfs-http-client/commit/9e6dfe7)), closes [/tools.ietf.org/html/rfc7578#section-4](https://github.com//tools.ietf.org/html/rfc7578/issues/section-4)
>
>
> ### Features
>
> * add support for js-ipfs dag api and also some tests ([#957](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/957)) ([8f378a3](https://github.com/ipfs/js-ipfs-http-client/commit/8f378a3))
>
>
>
>
> ## [33.0.2](https://github.com/ipfs/js-ipfs-http-client/compare/v33.0.1...v33.0.2) (2019-07-11)
>
>
> ### Bug Fixes
>
> * make findprovs return all responses ([#1041](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1041)) ([63103bd](https://github.com/ipfs/js-ipfs-http-client/commit/63103bd))
>
>
>
>
> ## [33.0.1](https://github.com/ipfs/js-ipfs-http-client/compare/v33.0.0...v33.0.1) (2019-07-10)
>
>
> ### Bug Fixes
>
> * response for findpeer and findprovs ([#1039](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1039)) ([5252f50](https://github.com/ipfs/js-ipfs-http-client/commit/5252f50))
>
>
>
>
> # [33.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v32.0.1...v33.0.0) (2019-07-10)
>
>
> ### Bug Fixes
> ... (truncated)
Commits
- [`b65bba3`](https://github.com/ipfs/js-ipfs-http-client/commit/b65bba35368280a90aa5f7cab9c3a2ea256c50cd) chore: release version v33.1.1
- [`1bede3f`](https://github.com/ipfs/js-ipfs-http-client/commit/1bede3f8521d8af4d1e52667d1e615bf7a290d82) chore: update contributors
- [`92b0594`](https://github.com/ipfs/js-ipfs-http-client/commit/92b05945a4a97d13c8cddeb3b9d168cdf5275bc4) fix: allow passing timeout option to object stat ([#1055](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1055))
- [`42626d8`](https://github.com/ipfs/js-ipfs-http-client/commit/42626d8e6101f6b3e0abf02675fb5352327ef1ae) docs: how to add an interface core test ([#1058](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1058))
- [`758d451`](https://github.com/ipfs/js-ipfs-http-client/commit/758d451b3426e9ac6d80576a676cb816e666eac8) docs: link to ProtoSchool tutorials ([#1047](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1047))
- [`6d3480a`](https://github.com/ipfs/js-ipfs-http-client/commit/6d3480acc3c0052c9da27a3318578d8a76008e84) chore: release version v33.1.0
- [`65cc606`](https://github.com/ipfs/js-ipfs-http-client/commit/65cc606b6d611d13322415b9cf5d9798a4ea9f08) chore: update contributors
- [`9e6dfe7`](https://github.com/ipfs/js-ipfs-http-client/commit/9e6dfe754a95c954eb8ca015b3fd784593e98089) fix: invalid multipart/form-data ([#948](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/948))
- [`8f378a3`](https://github.com/ipfs/js-ipfs-http-client/commit/8f378a36a89d2094714c2d32419a78fd0b14b857) feat: add support for js-ipfs dag api and also some tests ([#957](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/957))
- [`cd41a16`](https://github.com/ipfs/js-ipfs-http-client/commit/cd41a1687b145403de3a63e6e229a13d245c1824) fix: changelog for 33.x does not include breaking change
- Additional commits viewable in [compare view](https://github.com/ipfs/js-ipfs-http-client/compare/v32.0.1...v33.1.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Updates the requirements on ipfs-http-client to permit the latest version.
Release notes
*Sourced from [ipfs-http-client's releases](https://github.com/ipfs/js-ipfs-http-client/releases).* > ## v33.1.1 > > > ### Bug Fixes > > * allow passing timeout option to object stat ([#1055](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1055)) ([92b0594](https://github.com/ipfs/js-ipfs-http-client/commit/92b0594))Changelog
*Sourced from [ipfs-http-client's changelog](https://github.com/ipfs/js-ipfs-http-client/blob/master/CHANGELOG.md).* > ## [33.1.1](https://github.com/ipfs/js-ipfs-http-client/compare/v33.1.0...v33.1.1) (2019-07-26) > > > ### Bug Fixes > > * allow passing timeout option to object stat ([#1055](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1055)) ([92b0594](https://github.com/ipfs/js-ipfs-http-client/commit/92b0594)) > > > > > # [33.1.0](https://github.com/ipfs/js-ipfs-http-client/compare/v33.0.2...v33.1.0) (2019-07-11) > > > ### Bug Fixes > > * changelog for 33.x does not include breaking change ([cd41a16](https://github.com/ipfs/js-ipfs-http-client/commit/cd41a16)) > * invalid multipart/form-data ([#948](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/948)) ([9e6dfe7](https://github.com/ipfs/js-ipfs-http-client/commit/9e6dfe7)), closes [/tools.ietf.org/html/rfc7578#section-4](https://github.com//tools.ietf.org/html/rfc7578/issues/section-4) > > > ### Features > > * add support for js-ipfs dag api and also some tests ([#957](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/957)) ([8f378a3](https://github.com/ipfs/js-ipfs-http-client/commit/8f378a3)) > > > > > ## [33.0.2](https://github.com/ipfs/js-ipfs-http-client/compare/v33.0.1...v33.0.2) (2019-07-11) > > > ### Bug Fixes > > * make findprovs return all responses ([#1041](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1041)) ([63103bd](https://github.com/ipfs/js-ipfs-http-client/commit/63103bd)) > > > > > ## [33.0.1](https://github.com/ipfs/js-ipfs-http-client/compare/v33.0.0...v33.0.1) (2019-07-10) > > > ### Bug Fixes > > * response for findpeer and findprovs ([#1039](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1039)) ([5252f50](https://github.com/ipfs/js-ipfs-http-client/commit/5252f50)) > > > > > # [33.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v32.0.1...v33.0.0) (2019-07-10) > > > ### Bug Fixes > ... (truncated)Commits
- [`b65bba3`](https://github.com/ipfs/js-ipfs-http-client/commit/b65bba35368280a90aa5f7cab9c3a2ea256c50cd) chore: release version v33.1.1 - [`1bede3f`](https://github.com/ipfs/js-ipfs-http-client/commit/1bede3f8521d8af4d1e52667d1e615bf7a290d82) chore: update contributors - [`92b0594`](https://github.com/ipfs/js-ipfs-http-client/commit/92b05945a4a97d13c8cddeb3b9d168cdf5275bc4) fix: allow passing timeout option to object stat ([#1055](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1055)) - [`42626d8`](https://github.com/ipfs/js-ipfs-http-client/commit/42626d8e6101f6b3e0abf02675fb5352327ef1ae) docs: how to add an interface core test ([#1058](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1058)) - [`758d451`](https://github.com/ipfs/js-ipfs-http-client/commit/758d451b3426e9ac6d80576a676cb816e666eac8) docs: link to ProtoSchool tutorials ([#1047](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1047)) - [`6d3480a`](https://github.com/ipfs/js-ipfs-http-client/commit/6d3480acc3c0052c9da27a3318578d8a76008e84) chore: release version v33.1.0 - [`65cc606`](https://github.com/ipfs/js-ipfs-http-client/commit/65cc606b6d611d13322415b9cf5d9798a4ea9f08) chore: update contributors - [`9e6dfe7`](https://github.com/ipfs/js-ipfs-http-client/commit/9e6dfe754a95c954eb8ca015b3fd784593e98089) fix: invalid multipart/form-data ([#948](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/948)) - [`8f378a3`](https://github.com/ipfs/js-ipfs-http-client/commit/8f378a36a89d2094714c2d32419a78fd0b14b857) feat: add support for js-ipfs dag api and also some tests ([#957](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/957)) - [`cd41a16`](https://github.com/ipfs/js-ipfs-http-client/commit/cd41a1687b145403de3a63e6e229a13d245c1824) fix: changelog for 33.x does not include breaking change - Additional commits viewable in [compare view](https://github.com/ipfs/js-ipfs-http-client/compare/v32.0.1...v33.1.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.