From a68c0047f5175ad51151ea2d66f26c483079b61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 00:39:55 +0100 Subject: [PATCH] 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](https://github.com/cosmos/cosmjs/compare/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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 120 +++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 114 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 461d7b03..db95ec8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@cheqd/sdk", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cheqd/sdk", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "dependencies": { "@cheqd/ts-proto": "^1.0.13", "@cosmjs/amino": "^0.28.11", - "@cosmjs/encoding": "^0.28.11", + "@cosmjs/encoding": "^0.29.2", "@cosmjs/math": "^0.28.11", "@cosmjs/proto-signing": "^0.28.10", "@cosmjs/stargate": "^0.28.13", @@ -683,6 +683,16 @@ "@cosmjs/utils": "0.28.13" } }, + "node_modules/@cosmjs/amino/node_modules/@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "dependencies": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + }, "node_modules/@cosmjs/crypto": { "version": "0.28.13", "resolved": "https://registry.npmjs.org/@cosmjs/crypto/-/crypto-0.28.13.tgz", @@ -697,7 +707,7 @@ "libsodium-wrappers": "^0.7.6" } }, - "node_modules/@cosmjs/encoding": { + "node_modules/@cosmjs/crypto/node_modules/@cosmjs/encoding": { "version": "0.28.13", "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", @@ -707,6 +717,16 @@ "readonly-date": "^1.0.0" } }, + "node_modules/@cosmjs/encoding": { + "version": "0.29.2", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.29.2.tgz", + "integrity": "sha512-v62YsTVvDOSbSAHpD2u5oe0yk/ljitkgi+CM/hpL1qytaVKIlr1RSwBDhJ5cW11oqkIjMWM8UNsGeIG8lyt9JA==", + "dependencies": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + }, "node_modules/@cosmjs/json-rpc": { "version": "0.28.13", "resolved": "https://registry.npmjs.org/@cosmjs/json-rpc/-/json-rpc-0.28.13.tgz", @@ -738,6 +758,16 @@ "long": "^4.0.0" } }, + "node_modules/@cosmjs/proto-signing/node_modules/@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "dependencies": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + }, "node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/cosmjs-types/-/cosmjs-types-0.4.1.tgz", @@ -807,6 +837,16 @@ "xstream": "^11.14.0" } }, + "node_modules/@cosmjs/stargate/node_modules/@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "dependencies": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + }, "node_modules/@cosmjs/stargate/node_modules/cosmjs-types": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/cosmjs-types/-/cosmjs-types-0.4.1.tgz", @@ -871,6 +911,16 @@ "xstream": "^11.14.0" } }, + "node_modules/@cosmjs/tendermint-rpc/node_modules/@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "dependencies": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + }, "node_modules/@cosmjs/utils": { "version": "0.28.13", "resolved": "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.28.13.tgz", @@ -10252,6 +10302,18 @@ "@cosmjs/encoding": "0.28.13", "@cosmjs/math": "0.28.13", "@cosmjs/utils": "0.28.13" + }, + "dependencies": { + "@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "requires": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + } } }, "@cosmjs/crypto": { @@ -10266,12 +10328,24 @@ "bn.js": "^5.2.0", "elliptic": "^6.5.3", "libsodium-wrappers": "^0.7.6" + }, + "dependencies": { + "@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "requires": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + } } }, "@cosmjs/encoding": { - "version": "0.28.13", - "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", - "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "version": "0.29.2", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.29.2.tgz", + "integrity": "sha512-v62YsTVvDOSbSAHpD2u5oe0yk/ljitkgi+CM/hpL1qytaVKIlr1RSwBDhJ5cW11oqkIjMWM8UNsGeIG8lyt9JA==", "requires": { "base64-js": "^1.3.0", "bech32": "^1.1.4", @@ -10309,6 +10383,16 @@ "long": "^4.0.0" }, "dependencies": { + "@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "requires": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + }, "cosmjs-types": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/cosmjs-types/-/cosmjs-types-0.4.1.tgz", @@ -10375,6 +10459,16 @@ "xstream": "^11.14.0" }, "dependencies": { + "@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "requires": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + }, "cosmjs-types": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/cosmjs-types/-/cosmjs-types-0.4.1.tgz", @@ -10434,6 +10528,18 @@ "axios": "^0.21.2", "readonly-date": "^1.0.0", "xstream": "^11.14.0" + }, + "dependencies": { + "@cosmjs/encoding": { + "version": "0.28.13", + "resolved": "https://registry.npmjs.org/@cosmjs/encoding/-/encoding-0.28.13.tgz", + "integrity": "sha512-jtXbAYtV77rLHxoIrjGFsvgGjeTKttuHRv6cvuy3toCZzY7JzTclKH5O2g36IIE4lXwD9xwuhGJ2aa6A3dhNkA==", + "requires": { + "base64-js": "^1.3.0", + "bech32": "^1.1.4", + "readonly-date": "^1.0.0" + } + } } }, "@cosmjs/utils": { diff --git a/package.json b/package.json index e1a9aec2..6e43a728 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "@cheqd/ts-proto": "^1.0.13", "@cosmjs/amino": "^0.28.11", - "@cosmjs/encoding": "^0.28.11", + "@cosmjs/encoding": "^0.29.2", "@cosmjs/math": "^0.28.11", "@cosmjs/proto-signing": "^0.28.10", "@cosmjs/stargate": "^0.28.13",