worldsibu / hurley

The development environment toolset for blockchain projects
https://worldsibu.io/convector/hurley
Apache License 2.0
80 stars 19 forks source link

chore(deps): bump fabric-client from 1.4.0 to 1.4.16 #312

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps fabric-client from 1.4.0 to 1.4.16.

Release notes

Sourced from fabric-client's releases.

v1.4.16

fabric-sdk-node 1.4.16 is a maintenance release containing bug fixes. All users of the v1.4 Node SDK are advised to upgrade to this version.

v1.4.15

fabric-sdk-node 1.4.15 is a maintenance release containing bug fixes and documentation improvements.

The default query timeout may be changed along with the query strategy. The timeout value is in seconds.

To specify:

const { Gateway, DefaultQueryHandlerStrategies } = require('fabric-network'); const connectOptions = {queryHandlerOptions: {timeout: 60, strategy: DefaultQueryHandlerStrategies.MSPID_SCOPE_SINGLE}}; const gateway = new Gateway(); await gateway.connect(connectionProfile, connectOptions);

v1.4.14

This is a maintenance release. Prior v1.4 versions may be broken by the release of the v2.2 Node SDK, tagged in the NPM registry as "latest". All users of the v1.4 Node SDK are advised to upgrade to this version.

v1.4.13

This is a maintenance release. Prior v1.4 versions may be broken by the release of the v2.2 Node SDK, tagged in the NPM registry as "latest". All users of the v1.4 Node SDK are advised to upgrade to this version.

v1.4.12

This is a maintenance release containing a critical fix to dependency versioning between Node SDK packages. Prior v1.4 versions may be broken by the release of the v2.2 Node SDK, tagged in the NPM registry as "latest". All users of the v1.4 Node SDK are advised to upgrade to this version.

v1.4.11

This is a maintenance release containing a critical fix to dependency versioning between Node SDK packages. Prior v1.4 versions may be broken by the release of the v2.2 Node SDK, tagged in the NPM registry as "latest". All users of the v1.4 Node SDK are advised to upgrade to this version.

v1.4.10

This is a maintenance release containing bug fixes.

v1.4.9

fabric-sdk-node 1.4.9 is a maintenance release containing bug fixes and documentation improvements.

v1.4.8

Release Notes

fabric-sdk-node 1.4.8 is a maintenance release containing bug fixes and documentation improvements.

Known Vulnerabilities

none

Resolved Vulnerabilities

none

Changelog

Sourced from fabric-client's changelog.

1.4.16

Wed 16 Dec 17:22:55 GMT 2020

v1.4.15

Thu Dec 3 13:37:50 EST 2020

v1.4.14

Thu Nov 5 13:01:50 EST 2020

v1.4.13

Fri Sep 11 11:09:01 EDT 2020

v1.4.12

Mon Sep 7 13:00:17 EDT 2020

v1.4.11

Thu 16 Jul 2020 15:52:19 BST

v1.4.10

Thu Jul 2 19:56:32 EDT 2020

Commits
Maintainer changes

This version was pushed to npm by hyperledger-lf, a new releaser for fabric-client since your current version.


Dependabot compatibility score

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)
dependabot-preview[bot] commented 3 years ago

Superseded by #321.