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).*
> ## v36.0.0
> No release notes provided.
Changelog
*Sourced from [ipfs-http-client's changelog](https://github.com/ipfs/js-ipfs-http-client/blob/master/CHANGELOG.md).*
> # [36.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v35.1.0...v36.0.0) (2019-09-11)
>
>
>
>
> # [35.1.0](https://github.com/ipfs/js-ipfs-http-client/compare/v35.0.0...v35.1.0) (2019-09-04)
>
>
> ### Features
>
> * add config profile endpoint ([#1030](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1030)) ([3aaa3ee](https://github.com/ipfs/js-ipfs-http-client/commit/3aaa3ee))
>
>
>
>
> # [35.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v34.0.0...v35.0.0) (2019-09-04)
>
>
>
>
> # [34.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v33.1.1...v34.0.0) (2019-08-29)
>
>
> ### Bug Fixes
>
> * **package:** update err-code to version 2.0.0 ([#1053](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1053)) ([3515070](https://github.com/ipfs/js-ipfs-http-client/commit/3515070))
>
>
> ### Features
>
> * browser pubsub ([#1059](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1059)) ([3764d06](https://github.com/ipfs/js-ipfs-http-client/commit/3764d06))
> * expose pin and preload arguments ([#1079](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1079)) ([e3ed6e9](https://github.com/ipfs/js-ipfs-http-client/commit/e3ed6e9))
> * support adding files via async iterator ([#1078](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1078)) ([377042b](https://github.com/ipfs/js-ipfs-http-client/commit/377042b))
>
>
>
>
> ## [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)
>
>
> ... (truncated)
Commits
- [`af6a5ed`](https://github.com/ipfs/js-ipfs-http-client/commit/af6a5edbc76f9e393ec11cc3ca7a6fb9b9c42d0c) chore: release version v36.0.0
- [`a3c93e4`](https://github.com/ipfs/js-ipfs-http-client/commit/a3c93e4ab6b9f3ff22b26bc2f36be4c57674f20e) chore: update contributors
- [`74c55ab`](https://github.com/ipfs/js-ipfs-http-client/commit/74c55ab1294e6187ff4d391c415f50a4c61c4606) Merge pull request [#1102](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1102) from ipfs/upgrade-multiaddrs
- [`919bcae`](https://github.com/ipfs/js-ipfs-http-client/commit/919bcae91602cde3a83f93948e08b04743559447) chore: increase bundlesize
- [`0288da1`](https://github.com/ipfs/js-ipfs-http-client/commit/0288da18cf585769a4b33912a930a10bf1eaa3c6) chore: update multiaddrs module
- See full diff in [compare view](https://github.com/ipfs/js-ipfs-http-client/compare/v35.1.0...v36.0.0)
Maintainer changes
This version was pushed to npm by [achingbrain](https://www.npmjs.com/~achingbrain), a new releaser for ipfs-http-client since your current version.
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@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).* > ## v36.0.0 > No release notes provided.Changelog
*Sourced from [ipfs-http-client's changelog](https://github.com/ipfs/js-ipfs-http-client/blob/master/CHANGELOG.md).* > # [36.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v35.1.0...v36.0.0) (2019-09-11) > > > > > # [35.1.0](https://github.com/ipfs/js-ipfs-http-client/compare/v35.0.0...v35.1.0) (2019-09-04) > > > ### Features > > * add config profile endpoint ([#1030](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1030)) ([3aaa3ee](https://github.com/ipfs/js-ipfs-http-client/commit/3aaa3ee)) > > > > > # [35.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v34.0.0...v35.0.0) (2019-09-04) > > > > > # [34.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v33.1.1...v34.0.0) (2019-08-29) > > > ### Bug Fixes > > * **package:** update err-code to version 2.0.0 ([#1053](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1053)) ([3515070](https://github.com/ipfs/js-ipfs-http-client/commit/3515070)) > > > ### Features > > * browser pubsub ([#1059](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1059)) ([3764d06](https://github.com/ipfs/js-ipfs-http-client/commit/3764d06)) > * expose pin and preload arguments ([#1079](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1079)) ([e3ed6e9](https://github.com/ipfs/js-ipfs-http-client/commit/e3ed6e9)) > * support adding files via async iterator ([#1078](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1078)) ([377042b](https://github.com/ipfs/js-ipfs-http-client/commit/377042b)) > > > > > ## [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) > > > ... (truncated)Commits
- [`af6a5ed`](https://github.com/ipfs/js-ipfs-http-client/commit/af6a5edbc76f9e393ec11cc3ca7a6fb9b9c42d0c) chore: release version v36.0.0 - [`a3c93e4`](https://github.com/ipfs/js-ipfs-http-client/commit/a3c93e4ab6b9f3ff22b26bc2f36be4c57674f20e) chore: update contributors - [`74c55ab`](https://github.com/ipfs/js-ipfs-http-client/commit/74c55ab1294e6187ff4d391c415f50a4c61c4606) Merge pull request [#1102](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1102) from ipfs/upgrade-multiaddrs - [`919bcae`](https://github.com/ipfs/js-ipfs-http-client/commit/919bcae91602cde3a83f93948e08b04743559447) chore: increase bundlesize - [`0288da1`](https://github.com/ipfs/js-ipfs-http-client/commit/0288da18cf585769a4b33912a930a10bf1eaa3c6) chore: update multiaddrs module - See full diff in [compare view](https://github.com/ipfs/js-ipfs-http-client/compare/v35.1.0...v36.0.0)Maintainer changes
This version was pushed to npm by [achingbrain](https://www.npmjs.com/~achingbrain), a new releaser for ipfs-http-client since your current version.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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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.