From 41fedc5cfa0acb060ab6489b5d709bebe9d64643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:52:42 +0000 Subject: [PATCH] chore(deps): Bump @cheqd/sdk from 3.5.7 to 3.5.8 Bumps [@cheqd/sdk](https://github.com/cheqd/sdk) from 3.5.7 to 3.5.8. - [Release notes](https://github.com/cheqd/sdk/releases) - [Changelog](https://github.com/cheqd/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/cheqd/sdk/compare/3.5.7...3.5.8) --- updated-dependencies: - dependency-name: "@cheqd/sdk" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b471be..82aaeae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cheqd/did-registrar", - "version": "2.0.6-develop.1", + "version": "2.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cheqd/did-registrar", - "version": "2.0.6-develop.1", + "version": "2.0.6", "license": "Apache-2.0", "dependencies": { "@cheqd/sdk": "^3.5.7", @@ -161,11 +161,11 @@ } }, "node_modules/@cheqd/sdk": { - "version": "3.5.7", - "resolved": "https://registry.npmjs.org/@cheqd/sdk/-/sdk-3.5.7.tgz", - "integrity": "sha512-Ac3c+pfb1R1OcTqzoKhE5SI5dGDhd6UlGBHet3I3HyZTPq40IGL8HMt4hPqcOiRVufFpF83jhkfaKDZRvksFSw==", + "version": "3.5.8", + "resolved": "https://registry.npmjs.org/@cheqd/sdk/-/sdk-3.5.8.tgz", + "integrity": "sha512-MZx+2XfHlGW5i1NMJ4X9RvfsSZ33fdrFaHypO45o6sfd/42vGlQN9bN/aaS+gUPw6VvwI+OV5XMjcq3ZpciOtg==", "dependencies": { - "@cheqd/ts-proto": "^3.2.2", + "@cheqd/ts-proto": "^3.3.0", "@cosmjs/amino": "^0.31.0", "@cosmjs/crypto": "^0.31.0", "@cosmjs/encoding": "^0.31.0", @@ -187,9 +187,9 @@ } }, "node_modules/@cheqd/ts-proto": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@cheqd/ts-proto/-/ts-proto-3.2.2.tgz", - "integrity": "sha512-Nlt1pDIYy/UBQZ684zRSPUHGAkiORxdXKwIsMZTbPPVGPMShk9eI1ZmNv8cA+2jTc7cKXZM+oUdv+c6ahNl1aQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@cheqd/ts-proto/-/ts-proto-3.3.0.tgz", + "integrity": "sha512-CgPY7tNZQzQCqlUqElVVW7llYEyXhXtvP+pXjdUXEhlWbrs5MLAVHD4j+S1gjOtTGOto+e5jmS8/ziAka5HEbQ==", "dependencies": { "long": "^5.2.3", "protobufjs": "^7.2.4"