From 7969dc2ff66103f20cb98da442485cb61bf94627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:00:37 +0000 Subject: [PATCH] chore(deps): Bump @cheqd/sdk from 3.5.4 to 3.5.6 Bumps [@cheqd/sdk](https://github.com/cheqd/sdk) from 3.5.4 to 3.5.6. - [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.4...3.5.6) --- updated-dependencies: - dependency-name: "@cheqd/sdk" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a97b5b..e71403f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -152,9 +152,9 @@ } }, "node_modules/@cheqd/sdk": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/@cheqd/sdk/-/sdk-3.5.4.tgz", - "integrity": "sha512-q7aBL3TYilmPyVoCyc1b/iVls5Hi8Uy4sbyTetu2/7Gul1kxv6gbnUqZuANZ8nwNW6Q3uI2dbC6WuTz6aIsWJw==", + "version": "3.5.6", + "resolved": "https://registry.npmjs.org/@cheqd/sdk/-/sdk-3.5.6.tgz", + "integrity": "sha512-YN0aReAFp3JJrOlCl08osF9IsFIVCo+gDX4RHC0g6X5auEe1Z70GDv+twhAr4XjxA1DbjlVYaFfGb4HOV64jtw==", "dependencies": { "@cheqd/ts-proto": "^3.2.0", "@cosmjs/amino": "^0.30.1", @@ -169,14 +169,23 @@ "cosmjs-types": "^0.8.0", "did-jwt": "^7.2.0", "did-resolver": "^4.1.0", - "file-type": "^18.4.0", - "multiformats": "^11.0.2", + "file-type": "^18.5.0", + "multiformats": "^12.0.1", "uuid": "^9.0.0" }, "engines": { "node": ">=18.0.0" } }, + "node_modules/@cheqd/sdk/node_modules/multiformats": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.0.1.tgz", + "integrity": "sha512-s01wijBJoDUqESWSzePY0lvTw7J3PVO9x2Cc6ASI5AMZM2Gnhh7BC17+nlFhHKU7dDzaCaRfb+NiqNzOsgPUoQ==", + "engines": { + "node": ">=16.0.0", + "npm": ">=7.0.0" + } + }, "node_modules/@cheqd/ts-proto": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/@cheqd/ts-proto/-/ts-proto-3.2.0.tgz",