Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 #69

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2022

Bumps @cosmjs/utils from 0.28.13 to 0.29.2.

Changelog

Sourced from @​cosmjs/utils's changelog.

[0.29.2] - 2022-10-13

Added

  • @​cosmjs/amino: Add encodeEd25519Pubkey analogue to the existing encodeSecp256k1Pubkey.
  • @​cosmjs/proto-signing: Add Ed25519 support to encodePubkey and anyToSinglePubkey. Export anyToSinglePubkey.
  • @​cosmjs/utils: Add isDefined which checks for undefined in a TypeScript-friendly way.
  • @​cosmjs/stargate: Add missing {is,}MsgBeginRedelegateEncodeObject, {is,MsgCreateValidatorEncodeObject} and {is,MsgEditValidatorEncodeObject}.

Fixed

  • @​cosmjs/cosmwasm-stargate: Use type JsonObject = any for smart query requests and messages (in WasmExtension.wasm.queryContractSmart, CosmWasmClient.queryContractSmart, SigningCosmWasmClient.instantiate, SigningCosmWasmClient.migrate, SigningCosmWasmClient.execute). This reverts the type change done in CosmJS 0.23.0. (#1281, #1284)
  • @​cosmjs/cosmwasm-stargate: AminoMsgCreateValidator and createStakingAminoConverters were fixed after testing both MsgCreateValidator and MsgEditValidator in sign mode direct and Amino JSON (#1290).

#1281: cosmos/cosmjs#1281 #1284: cosmos/cosmjs#1284 #1290: cosmos/cosmjs#1290

[0.29.1] - 2022-10-09

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Add address to "Account does not exist on chain." error message.

[0.29.0] - 2022-09-15

Added

  • @​cosmjs/stargate: Add makeMultisignedTxBytes which is like makeMultisignedTx but returns bytes ready to broadcast (#1176).
  • @​cosmjs/tendermint-rpc: Add Tendermint 0.35 client (private, unusable). This is currently not used by higher level clients as Cosmos SDK 0.42-0.46 use Tendermint 0.34. It may become public or evolve into a Tendermint 0.36+ client from here. If you need this client, please comment in #1225 or open a new issue. (#1154 and #1225)
  • @​cosmjs/tendermint-rpc: Add fields codespace and info to AbciQueryResponse.
  • @​cosmjs/cosmwasm-stargate: Add SigningCosmWasmClient.executeMultiple

... (truncated)

Commits
  • 3d7eb87 Set version 0.29.2
  • bb5ef03 Merge pull request #1290 from cosmos/test-MsgCreateValidator
  • 00ee040 Add CHANGELOG entry
  • cb2abf0 Test MsgEditValidator
  • 857270d Fix pubkey type in AminoMsgCreateValidator and test
  • dbd54f9 Fix decimal handling for Amino JSON of MsgCreateValidator and MsgEditValidator
  • e92534d Pull out sendFeeAndStakingTokens
  • 672e05f Test MsgCreateValidator
  • 30a2ed7 Add MsgBeginRedelegateEncodeObject, MsgCreateValidatorEncodeObject, MsgEditVa...
  • 27c1e90 Merge pull request #1288 from cosmos/prepare-MsgCreateValidator
  • Additional commits viewable in compare view

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 16, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cosmjs/utils-0.29.2 branch 2 times, most recently from a377159 to 3626b8f Compare October 17, 2022 00:00
@ankurdotb ankurdotb changed the title chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 Oct 17, 2022
@ankurdotb
Copy link
Contributor

@dependabot rebase

Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

---
updated-dependencies:
- dependency-name: "@cosmjs/utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cosmjs/utils-0.29.2 branch from 3626b8f to 0f1debb Compare October 17, 2022 00:12
@ankurdotb ankurdotb merged commit 3fb34f1 into main Oct 17, 2022
@ankurdotb ankurdotb deleted the dependabot/npm_and_yarn/cosmjs/utils-0.29.2 branch October 17, 2022 00:19
@cheqd-bot
Copy link

cheqd-bot bot commented Oct 17, 2022

🎉 This PR is included in version 1.3.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cheqd-bot cheqd-bot bot added the released label Oct 17, 2022
ankurdotb added a commit that referenced this pull request Oct 17, 2022
commit c7f758d
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:23:36 2022 +0000

    chore(release): 1.3.5 [skip ci]

    ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

commit 3fb34f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:19:01 2022 +0100

    build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

    chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

    Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/utils"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b3bd4f0
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:10:40 2022 +0000

    chore(release): 1.3.4 [skip ci]

    ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

commit 1ea0c56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:05:54 2022 +0100

    build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

    Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
    - [Release notes](https://github.com/confio/cosmjs-types/releases)
    - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
    - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

    ---
    updated-dependencies:
    - dependency-name: cosmjs-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f6f9799
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 00:59:45 2022 +0100

    chore(deps): Bump @cosmjs/math from 0.28.13 to 0.29.2 (#70)

    Bumps [@cosmjs/math](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/math"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 55c87b8
Author: semantic-release-bot <[email protected]>
Date:   Sun Oct 16 23:44:21 2022 +0000

    chore(release): 1.3.3 [skip ci]

    ## [1.3.3](1.3.2...1.3.3) (2022-10-16)

commit a68c004
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 00:39:55 2022 +0100

    build(deps): Bump @cosmjs/encoding from 0.28.13 to 0.29.2 (#66)

    Bumps [@cosmjs/encoding](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/encoding"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6154e21
Author: semantic-release-bot <[email protected]>
Date:   Sun Oct 16 20:08:52 2022 +0000

    chore(release): 1.3.2 [skip ci]

    ## [1.3.2](1.3.1...1.3.2) (2022-10-16)

    ### Bug Fixes

    * **keys:** Added deep equality lambda ([edcc15f](edcc15f))

commit edcc15f
Author: Tasos <[email protected]>
Date:   Sun Oct 16 23:03:57 2022 +0300

    fix(keys): Added deep equality lambda
ankurdotb added a commit that referenced this pull request Oct 17, 2022
* fix: upgrade @cosmjs/amino from 0.28.13 to 0.29.0

Snyk has created this PR to upgrade @cosmjs/amino from 0.28.13 to 0.29.0.

See this package in npm:
https://www.npmjs.com/package/@cosmjs/amino

See this project in Snyk:
https://app.snyk.io/org/cheqd/project/4c1b7718-e6f8-4d3f-8988-5c1fc9149075?utm_source=github&utm_medium=referral&page=upgrade-pr

* Squashed commit of the following:

commit c7f758d
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:23:36 2022 +0000

    chore(release): 1.3.5 [skip ci]

    ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

commit 3fb34f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:19:01 2022 +0100

    build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

    chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

    Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/utils"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b3bd4f0
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:10:40 2022 +0000

    chore(release): 1.3.4 [skip ci]

    ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

commit 1ea0c56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:05:54 2022 +0100

    build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

    Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
    - [Release notes](https://github.com/confio/cosmjs-types/releases)
    - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
    - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

    ---
    updated-dependencies:
    - dependency-name: cosmjs-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f6f9799
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 00:59:45 2022 +0100

    chore(deps): Bump @cosmjs/math from 0.28.13 to 0.29.2 (#70)

    Bumps [@cosmjs/math](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/math"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 55c87b8
Author: semantic-release-bot <[email protected]>
Date:   Sun Oct 16 23:44:21 2022 +0000

    chore(release): 1.3.3 [skip ci]

    ## [1.3.3](1.3.2...1.3.3) (2022-10-16)

commit a68c004
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 00:39:55 2022 +0100

    build(deps): Bump @cosmjs/encoding from 0.28.13 to 0.29.2 (#66)

    Bumps [@cosmjs/encoding](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/encoding"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6154e21
Author: semantic-release-bot <[email protected]>
Date:   Sun Oct 16 20:08:52 2022 +0000

    chore(release): 1.3.2 [skip ci]

    ## [1.3.2](1.3.1...1.3.2) (2022-10-16)

    ### Bug Fixes

    * **keys:** Added deep equality lambda ([edcc15f](edcc15f))

commit edcc15f
Author: Tasos <[email protected]>
Date:   Sun Oct 16 23:03:57 2022 +0300

    fix(keys): Added deep equality lambda

* Update package-lock.json

* Run dedupe

Co-authored-by: Ankur Banerjee <[email protected]>
ankurdotb added a commit that referenced this pull request Oct 17, 2022
commit f1e0a21
Author: Snyk bot <[email protected]>
Date:   Mon Oct 17 03:40:38 2022 +0300

    build(deps): Upgrade @cosmjs/amino from 0.28.13 to 0.29.0 [Snyk] (#59)

    * fix: upgrade @cosmjs/amino from 0.28.13 to 0.29.0

    Snyk has created this PR to upgrade @cosmjs/amino from 0.28.13 to 0.29.0.

    See this package in npm:
    https://www.npmjs.com/package/@cosmjs/amino

    See this project in Snyk:
    https://app.snyk.io/org/cheqd/project/4c1b7718-e6f8-4d3f-8988-5c1fc9149075?utm_source=github&utm_medium=referral&page=upgrade-pr

    * Squashed commit of the following:

    commit c7f758d
    Author: semantic-release-bot <[email protected]>
    Date:   Mon Oct 17 00:23:36 2022 +0000

        chore(release): 1.3.5 [skip ci]

        ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

    commit 3fb34f1
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 01:19:01 2022 +0100

        build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

        chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

        Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/utils"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit b3bd4f0
    Author: semantic-release-bot <[email protected]>
    Date:   Mon Oct 17 00:10:40 2022 +0000

        chore(release): 1.3.4 [skip ci]

        ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

    commit 1ea0c56
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 01:05:54 2022 +0100

        build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

        Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
        - [Release notes](https://github.com/confio/cosmjs-types/releases)
        - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
        - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

        ---
        updated-dependencies:
        - dependency-name: cosmjs-types
          dependency-type: direct:production
          update-type: version-update:semver-patch
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit f6f9799
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 00:59:45 2022 +0100

        chore(deps): Bump @cosmjs/math from 0.28.13 to 0.29.2 (#70)

        Bumps [@cosmjs/math](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/math"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 55c87b8
    Author: semantic-release-bot <[email protected]>
    Date:   Sun Oct 16 23:44:21 2022 +0000

        chore(release): 1.3.3 [skip ci]

        ## [1.3.3](1.3.2...1.3.3) (2022-10-16)

    commit a68c004
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 00:39:55 2022 +0100

        build(deps): Bump @cosmjs/encoding from 0.28.13 to 0.29.2 (#66)

        Bumps [@cosmjs/encoding](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/encoding"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 6154e21
    Author: semantic-release-bot <[email protected]>
    Date:   Sun Oct 16 20:08:52 2022 +0000

        chore(release): 1.3.2 [skip ci]

        ## [1.3.2](1.3.1...1.3.2) (2022-10-16)

        ### Bug Fixes

        * **keys:** Added deep equality lambda ([edcc15f](edcc15f))

    commit edcc15f
    Author: Tasos <[email protected]>
    Date:   Sun Oct 16 23:03:57 2022 +0300

        fix(keys): Added deep equality lambda

    * Update package-lock.json

    * Run dedupe

    Co-authored-by: Ankur Banerjee <[email protected]>

commit c7f758d
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:23:36 2022 +0000

    chore(release): 1.3.5 [skip ci]

    ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

commit 3fb34f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:19:01 2022 +0100

    build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

    chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

    Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/utils"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b3bd4f0
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:10:40 2022 +0000

    chore(release): 1.3.4 [skip ci]

    ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

commit 1ea0c56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:05:54 2022 +0100

    build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

    Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
    - [Release notes](https://github.com/confio/cosmjs-types/releases)
    - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
    - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

    ---
    updated-dependencies:
    - dependency-name: cosmjs-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ankurdotb added a commit that referenced this pull request Oct 17, 2022
* chore(deps): Bump @cosmjs/proto-signing from 0.28.13 to 0.29.2

Bumps [@cosmjs/proto-signing](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

---
updated-dependencies:
- dependency-name: "@cosmjs/proto-signing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Squashed commit of the following:

commit f1e0a21
Author: Snyk bot <[email protected]>
Date:   Mon Oct 17 03:40:38 2022 +0300

    build(deps): Upgrade @cosmjs/amino from 0.28.13 to 0.29.0 [Snyk] (#59)

    * fix: upgrade @cosmjs/amino from 0.28.13 to 0.29.0

    Snyk has created this PR to upgrade @cosmjs/amino from 0.28.13 to 0.29.0.

    See this package in npm:
    https://www.npmjs.com/package/@cosmjs/amino

    See this project in Snyk:
    https://app.snyk.io/org/cheqd/project/4c1b7718-e6f8-4d3f-8988-5c1fc9149075?utm_source=github&utm_medium=referral&page=upgrade-pr

    * Squashed commit of the following:

    commit c7f758d
    Author: semantic-release-bot <[email protected]>
    Date:   Mon Oct 17 00:23:36 2022 +0000

        chore(release): 1.3.5 [skip ci]

        ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

    commit 3fb34f1
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 01:19:01 2022 +0100

        build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

        chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

        Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/utils"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit b3bd4f0
    Author: semantic-release-bot <[email protected]>
    Date:   Mon Oct 17 00:10:40 2022 +0000

        chore(release): 1.3.4 [skip ci]

        ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

    commit 1ea0c56
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 01:05:54 2022 +0100

        build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

        Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
        - [Release notes](https://github.com/confio/cosmjs-types/releases)
        - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
        - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

        ---
        updated-dependencies:
        - dependency-name: cosmjs-types
          dependency-type: direct:production
          update-type: version-update:semver-patch
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit f6f9799
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 00:59:45 2022 +0100

        chore(deps): Bump @cosmjs/math from 0.28.13 to 0.29.2 (#70)

        Bumps [@cosmjs/math](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/math"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 55c87b8
    Author: semantic-release-bot <[email protected]>
    Date:   Sun Oct 16 23:44:21 2022 +0000

        chore(release): 1.3.3 [skip ci]

        ## [1.3.3](1.3.2...1.3.3) (2022-10-16)

    commit a68c004
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 00:39:55 2022 +0100

        build(deps): Bump @cosmjs/encoding from 0.28.13 to 0.29.2 (#66)

        Bumps [@cosmjs/encoding](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/encoding"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 6154e21
    Author: semantic-release-bot <[email protected]>
    Date:   Sun Oct 16 20:08:52 2022 +0000

        chore(release): 1.3.2 [skip ci]

        ## [1.3.2](1.3.1...1.3.2) (2022-10-16)

        ### Bug Fixes

        * **keys:** Added deep equality lambda ([edcc15f](edcc15f))

    commit edcc15f
    Author: Tasos <[email protected]>
    Date:   Sun Oct 16 23:03:57 2022 +0300

        fix(keys): Added deep equality lambda

    * Update package-lock.json

    * Run dedupe

    Co-authored-by: Ankur Banerjee <[email protected]>

commit c7f758d
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:23:36 2022 +0000

    chore(release): 1.3.5 [skip ci]

    ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

commit 3fb34f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:19:01 2022 +0100

    build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

    chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

    Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/utils"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b3bd4f0
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:10:40 2022 +0000

    chore(release): 1.3.4 [skip ci]

    ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

commit 1ea0c56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:05:54 2022 +0100

    build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

    Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
    - [Release notes](https://github.com/confio/cosmjs-types/releases)
    - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
    - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

    ---
    updated-dependencies:
    - dependency-name: cosmjs-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update package-lock.json

* Update package-lock.json

* Bump all tendermint deps

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
ankurdotb added a commit that referenced this pull request Oct 21, 2022
commit 785c8c7
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 08:00:52 2022 +0000

    chore(release): 1.3.7 [skip ci]

    ## [1.3.7](1.3.6...1.3.7) (2022-10-17)

commit 24d3c95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 08:56:31 2022 +0100

    build(deps): Bump uuid from 8.3.2 to 9.0.0 (#76)

    Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0.
    - [Release notes](https://github.com/uuidjs/uuid/releases)
    - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
    - [Commits](uuidjs/uuid@v8.3.2...v9.0.0)

    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7f079fd
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 01:11:22 2022 +0000

    chore(release): 1.3.6 [skip ci]

    ## [1.3.6](1.3.5...1.3.6) (2022-10-17)

commit 2016b7c
Author: Ankur Banerjee <[email protected]>
Date:   Mon Oct 17 03:07:26 2022 +0200

    build(deps): Bump remaining dependencies (#75)

    Bump remaining dependencies

commit 401ff97
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:59:03 2022 +0100

    build(deps): Bump @cosmjs/proto-signing from 0.28.13 to 0.29.2 (#68)

    * chore(deps): Bump @cosmjs/proto-signing from 0.28.13 to 0.29.2

    Bumps [@cosmjs/proto-signing](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/proto-signing"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    * Squashed commit of the following:

    commit f1e0a21
    Author: Snyk bot <[email protected]>
    Date:   Mon Oct 17 03:40:38 2022 +0300

        build(deps): Upgrade @cosmjs/amino from 0.28.13 to 0.29.0 [Snyk] (#59)

        * fix: upgrade @cosmjs/amino from 0.28.13 to 0.29.0

        Snyk has created this PR to upgrade @cosmjs/amino from 0.28.13 to 0.29.0.

        See this package in npm:
        https://www.npmjs.com/package/@cosmjs/amino

        See this project in Snyk:
        https://app.snyk.io/org/cheqd/project/4c1b7718-e6f8-4d3f-8988-5c1fc9149075?utm_source=github&utm_medium=referral&page=upgrade-pr

        * Squashed commit of the following:

        commit c7f758d
        Author: semantic-release-bot <[email protected]>
        Date:   Mon Oct 17 00:23:36 2022 +0000

            chore(release): 1.3.5 [skip ci]

            ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

        commit 3fb34f1
        Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
        Date:   Mon Oct 17 01:19:01 2022 +0100

            build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

            chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

            Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
            - [Release notes](https://github.com/cosmos/cosmjs/releases)
            - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
            - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

            ---
            updated-dependencies:
            - dependency-name: "@cosmjs/utils"
              dependency-type: direct:production
              update-type: version-update:semver-minor
            ...

            Signed-off-by: dependabot[bot] <[email protected]>

            Signed-off-by: dependabot[bot] <[email protected]>
            Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

        commit b3bd4f0
        Author: semantic-release-bot <[email protected]>
        Date:   Mon Oct 17 00:10:40 2022 +0000

            chore(release): 1.3.4 [skip ci]

            ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

        commit 1ea0c56
        Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
        Date:   Mon Oct 17 01:05:54 2022 +0100

            build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

            Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
            - [Release notes](https://github.com/confio/cosmjs-types/releases)
            - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
            - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

            ---
            updated-dependencies:
            - dependency-name: cosmjs-types
              dependency-type: direct:production
              update-type: version-update:semver-patch
            ...

            Signed-off-by: dependabot[bot] <[email protected]>

            Signed-off-by: dependabot[bot] <[email protected]>
            Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

        commit f6f9799
        Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
        Date:   Mon Oct 17 00:59:45 2022 +0100

            chore(deps): Bump @cosmjs/math from 0.28.13 to 0.29.2 (#70)

            Bumps [@cosmjs/math](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
            - [Release notes](https://github.com/cosmos/cosmjs/releases)
            - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
            - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

            ---
            updated-dependencies:
            - dependency-name: "@cosmjs/math"
              dependency-type: direct:production
              update-type: version-update:semver-minor
            ...

            Signed-off-by: dependabot[bot] <[email protected]>

            Signed-off-by: dependabot[bot] <[email protected]>
            Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

        commit 55c87b8
        Author: semantic-release-bot <[email protected]>
        Date:   Sun Oct 16 23:44:21 2022 +0000

            chore(release): 1.3.3 [skip ci]

            ## [1.3.3](1.3.2...1.3.3) (2022-10-16)

        commit a68c004
        Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
        Date:   Mon Oct 17 00:39:55 2022 +0100

            build(deps): Bump @cosmjs/encoding from 0.28.13 to 0.29.2 (#66)

            Bumps [@cosmjs/encoding](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
            - [Release notes](https://github.com/cosmos/cosmjs/releases)
            - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
            - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

            ---
            updated-dependencies:
            - dependency-name: "@cosmjs/encoding"
              dependency-type: direct:production
              update-type: version-update:semver-minor
            ...

            Signed-off-by: dependabot[bot] <[email protected]>

            Signed-off-by: dependabot[bot] <[email protected]>
            Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

        commit 6154e21
        Author: semantic-release-bot <[email protected]>
        Date:   Sun Oct 16 20:08:52 2022 +0000

            chore(release): 1.3.2 [skip ci]

            ## [1.3.2](1.3.1...1.3.2) (2022-10-16)

            ### Bug Fixes

            * **keys:** Added deep equality lambda ([edcc15f](edcc15f))

        commit edcc15f
        Author: Tasos <[email protected]>
        Date:   Sun Oct 16 23:03:57 2022 +0300

            fix(keys): Added deep equality lambda

        * Update package-lock.json

        * Run dedupe

        Co-authored-by: Ankur Banerjee <[email protected]>

    commit c7f758d
    Author: semantic-release-bot <[email protected]>
    Date:   Mon Oct 17 00:23:36 2022 +0000

        chore(release): 1.3.5 [skip ci]

        ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

    commit 3fb34f1
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 01:19:01 2022 +0100

        build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

        chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

        Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/utils"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit b3bd4f0
    Author: semantic-release-bot <[email protected]>
    Date:   Mon Oct 17 00:10:40 2022 +0000

        chore(release): 1.3.4 [skip ci]

        ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

    commit 1ea0c56
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 01:05:54 2022 +0100

        build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

        Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
        - [Release notes](https://github.com/confio/cosmjs-types/releases)
        - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
        - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

        ---
        updated-dependencies:
        - dependency-name: cosmjs-types
          dependency-type: direct:production
          update-type: version-update:semver-patch
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * Update package-lock.json

    * Update package-lock.json

    * Bump all tendermint deps

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <[email protected]>

commit f1e0a21
Author: Snyk bot <[email protected]>
Date:   Mon Oct 17 03:40:38 2022 +0300

    build(deps): Upgrade @cosmjs/amino from 0.28.13 to 0.29.0 [Snyk] (#59)

    * fix: upgrade @cosmjs/amino from 0.28.13 to 0.29.0

    Snyk has created this PR to upgrade @cosmjs/amino from 0.28.13 to 0.29.0.

    See this package in npm:
    https://www.npmjs.com/package/@cosmjs/amino

    See this project in Snyk:
    https://app.snyk.io/org/cheqd/project/4c1b7718-e6f8-4d3f-8988-5c1fc9149075?utm_source=github&utm_medium=referral&page=upgrade-pr

    * Squashed commit of the following:

    commit c7f758d
    Author: semantic-release-bot <[email protected]>
    Date:   Mon Oct 17 00:23:36 2022 +0000

        chore(release): 1.3.5 [skip ci]

        ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

    commit 3fb34f1
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 01:19:01 2022 +0100

        build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

        chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

        Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/utils"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit b3bd4f0
    Author: semantic-release-bot <[email protected]>
    Date:   Mon Oct 17 00:10:40 2022 +0000

        chore(release): 1.3.4 [skip ci]

        ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

    commit 1ea0c56
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 01:05:54 2022 +0100

        build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

        Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
        - [Release notes](https://github.com/confio/cosmjs-types/releases)
        - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
        - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

        ---
        updated-dependencies:
        - dependency-name: cosmjs-types
          dependency-type: direct:production
          update-type: version-update:semver-patch
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit f6f9799
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 00:59:45 2022 +0100

        chore(deps): Bump @cosmjs/math from 0.28.13 to 0.29.2 (#70)

        Bumps [@cosmjs/math](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/math"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 55c87b8
    Author: semantic-release-bot <[email protected]>
    Date:   Sun Oct 16 23:44:21 2022 +0000

        chore(release): 1.3.3 [skip ci]

        ## [1.3.3](1.3.2...1.3.3) (2022-10-16)

    commit a68c004
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 17 00:39:55 2022 +0100

        build(deps): Bump @cosmjs/encoding from 0.28.13 to 0.29.2 (#66)

        Bumps [@cosmjs/encoding](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
        - [Release notes](https://github.com/cosmos/cosmjs/releases)
        - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
        - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

        ---
        updated-dependencies:
        - dependency-name: "@cosmjs/encoding"
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 6154e21
    Author: semantic-release-bot <[email protected]>
    Date:   Sun Oct 16 20:08:52 2022 +0000

        chore(release): 1.3.2 [skip ci]

        ## [1.3.2](1.3.1...1.3.2) (2022-10-16)

        ### Bug Fixes

        * **keys:** Added deep equality lambda ([edcc15f](edcc15f))

    commit edcc15f
    Author: Tasos <[email protected]>
    Date:   Sun Oct 16 23:03:57 2022 +0300

        fix(keys): Added deep equality lambda

    * Update package-lock.json

    * Run dedupe

    Co-authored-by: Ankur Banerjee <[email protected]>

commit c7f758d
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:23:36 2022 +0000

    chore(release): 1.3.5 [skip ci]

    ## [1.3.5](1.3.4...1.3.5) (2022-10-17)

commit 3fb34f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:19:01 2022 +0100

    build(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2 (#69)

    chore(deps): Bump @cosmjs/utils from 0.28.13 to 0.29.2

    Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/utils"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b3bd4f0
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 17 00:10:40 2022 +0000

    chore(release): 1.3.4 [skip ci]

    ## [1.3.4](1.3.3...1.3.4) (2022-10-17)

commit 1ea0c56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 01:05:54 2022 +0100

    build(deps): Bump cosmjs-types from 0.5.1 to 0.5.2 (#71)

    Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.1 to 0.5.2.
    - [Release notes](https://github.com/confio/cosmjs-types/releases)
    - [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
    - [Commits](confio/cosmjs-types@v0.5.1...v0.5.2)

    ---
    updated-dependencies:
    - dependency-name: cosmjs-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f6f9799
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 00:59:45 2022 +0100

    chore(deps): Bump @cosmjs/math from 0.28.13 to 0.29.2 (#70)

    Bumps [@cosmjs/math](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/math"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 55c87b8
Author: semantic-release-bot <[email protected]>
Date:   Sun Oct 16 23:44:21 2022 +0000

    chore(release): 1.3.3 [skip ci]

    ## [1.3.3](1.3.2...1.3.3) (2022-10-16)

commit a68c004
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 17 00:39:55 2022 +0100

    build(deps): Bump @cosmjs/encoding from 0.28.13 to 0.29.2 (#66)

    Bumps [@cosmjs/encoding](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.29.2.
    - [Release notes](https://github.com/cosmos/cosmjs/releases)
    - [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmjs@v0.28.13...v0.29.2)

    ---
    updated-dependencies:
    - dependency-name: "@cosmjs/encoding"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6154e21
Author: semantic-release-bot <[email protected]>
Date:   Sun Oct 16 20:08:52 2022 +0000

    chore(release): 1.3.2 [skip ci]

    ## [1.3.2](1.3.1...1.3.2) (2022-10-16)

    ### Bug Fixes

    * **keys:** Added deep equality lambda ([edcc15f](edcc15f))

commit edcc15f
Author: Tasos <[email protected]>
Date:   Sun Oct 16 23:03:57 2022 +0300

    fix(keys): Added deep equality lambda

commit b9ee03b
Author: Ankur Banerjee <[email protected]>
Date:   Mon Oct 3 18:14:33 2022 +0100

    ci: Detect open handles

commit 8bcb8d8
Author: Ankur Banerjee <[email protected]>
Date:   Mon Oct 3 18:36:20 2022 +0200

    build(deps): Bump all dependencies (#52)

    * build(deps): Bump all dependencies

    * Update build.yml

    * Update pull-request.yml

    * Bump ts-proto

    * NPM dedupe

commit 6247f4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 3 16:15:35 2022 +0100

    chore(deps-dev): Bump @semantic-release/github from 8.0.5 to 8.0.6 (#29)

    * build(deps-dev): Bump @semantic-release/github from 8.0.5 to 8.0.6

    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.0.5 to 8.0.6.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v8.0.5...v8.0.6)

    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/github"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    * Update package.json

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <[email protected]>

commit 6427fe9
Author: semantic-release-bot <[email protected]>
Date:   Mon Oct 3 14:41:26 2022 +0000

    chore(release): 1.3.1 [skip ci]

    ## [1.3.1](1.3.0...1.3.1) (2022-10-03)

commit cd59139
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 3 15:37:10 2022 +0100

    build(deps): Bump did-jwt from 6.6.0 to 6.8.0 (#34)

    Bumps [did-jwt](https://github.com/decentralized-identity/did-jwt) from 6.6.0 to 6.8.0.
    - [Release notes](https://github.com/decentralized-identity/did-jwt/releases)
    - [Changelog](https://github.com/decentralized-identity/did-jwt/blob/master/CHANGELOG.md)
    - [Commits](decentralized-identity/did-jwt@6.6.0...6.8.0)

    ---
    updated-dependencies:
    - dependency-name: did-jwt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Development

Successfully merging this pull request may close these issues.

1 participant