From 4c26a68494127d2eb5ee531386e389632acca71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 02:04:46 +0000 Subject: [PATCH] Bump @hashgraph/proto in /hedera-mirror-rest/check-state-proof Bumps [@hashgraph/proto](https://github.com/hashgraph/hedera-sdk-js) from 1.1.7 to 1.1.8. - [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases) - [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashgraph/hedera-sdk-js/compare/v1.1.7...v1.1.8) --- updated-dependencies: - dependency-name: "@hashgraph/proto" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hedera-mirror-rest/check-state-proof/package-lock.json | 6 +++--- hedera-mirror-rest/check-state-proof/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hedera-mirror-rest/check-state-proof/package-lock.json b/hedera-mirror-rest/check-state-proof/package-lock.json index d605ab9315c..7958ea28510 100644 --- a/hedera-mirror-rest/check-state-proof/package-lock.json +++ b/hedera-mirror-rest/check-state-proof/package-lock.json @@ -397,9 +397,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@hashgraph/proto": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-1.1.7.tgz", - "integrity": "sha512-jxq8BuBcO7v+SjPB4s5Ghsm1TlXUumQG2Dz0w4amQAd62/a4MLQPLA78oa76MJjJcSjxVaz+tKZNfsbQPRBdKw==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-1.1.8.tgz", + "integrity": "sha512-SCKw45a7rX99o6szdB2orJzVSRfTMHNNiTb7FPxOGXyEnXilIjng7S33aMxS9Q34xQLU/fDBrkWiSpn1boZybg==", "requires": { "protobufjs": "^6.11.2" } diff --git a/hedera-mirror-rest/check-state-proof/package.json b/hedera-mirror-rest/check-state-proof/package.json index 5553cf82696..1f3438caa92 100644 --- a/hedera-mirror-rest/check-state-proof/package.json +++ b/hedera-mirror-rest/check-state-proof/package.json @@ -26,7 +26,7 @@ "check-state-proof": "./index.js" }, "dependencies": { - "@hashgraph/proto": "^1.1.7", + "@hashgraph/proto": "^1.1.8", "abort-controller": "^3.0.0", "boxen": "^5.0.1", "chalk": "^4.1.2",