From b0d1476eae873f51d5a58216f522a9a4a28644da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:10:41 -0600 Subject: [PATCH] Bump @hashgraph/proto in /hedera-mirror-rest/check-state-proof (#3270) Bumps [@hashgraph/proto](https://github.com/hashgraph/hedera-sdk-js) from 2.1.2 to 2.1.3. - [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/commits) --- updated-dependencies: - dependency-name: "@hashgraph/proto" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Matheus DallRosa --- .../check-state-proof/package-lock.json | 14 +++++++------- hedera-mirror-rest/check-state-proof/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hedera-mirror-rest/check-state-proof/package-lock.json b/hedera-mirror-rest/check-state-proof/package-lock.json index 70981a322aa..37c9a6cb80c 100644 --- a/hedera-mirror-rest/check-state-proof/package-lock.json +++ b/hedera-mirror-rest/check-state-proof/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@hashgraph/proto": "^2.1.2", + "@hashgraph/proto": "^2.1.3", "abort-controller": "^3.0.0", "boxen": "^5.1.2", "chalk": "^4.1.2", @@ -543,9 +543,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "node_modules/@hashgraph/proto": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.1.2.tgz", - "integrity": "sha512-kuSZrKL6rvrqHltj+ZNr0zLsXqBJpVkchTBU7Wa++2Vzr7iuaH4kTKOozOcNKVgVDP8tEImOOP0DcyOb1t7VPQ==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.1.3.tgz", + "integrity": "sha512-0XYRQPdOAz92g6mwdsDRYNohDNqxAnDF1hT4HkvV6859iBxmMVZi8QqkqETmZ2k1HIByQ1XAz5WVraIgM6zYJw==", "dependencies": { "protobufjs": "^6.11.2" }, @@ -4401,9 +4401,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@hashgraph/proto": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.1.2.tgz", - "integrity": "sha512-kuSZrKL6rvrqHltj+ZNr0zLsXqBJpVkchTBU7Wa++2Vzr7iuaH4kTKOozOcNKVgVDP8tEImOOP0DcyOb1t7VPQ==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.1.3.tgz", + "integrity": "sha512-0XYRQPdOAz92g6mwdsDRYNohDNqxAnDF1hT4HkvV6859iBxmMVZi8QqkqETmZ2k1HIByQ1XAz5WVraIgM6zYJw==", "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 a3d6a88f32c..266ca74c234 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": "^2.1.2", + "@hashgraph/proto": "^2.1.3", "abort-controller": "^3.0.0", "boxen": "^5.1.2", "chalk": "^4.1.2",