From 6713ded0d4593a267c3fcb87e6447cc8090643c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 20:58:28 +0000 Subject: [PATCH] Bump @hashgraph/proto in /hedera-mirror-rest/check-state-proof 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] --- .../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 4656c035ff7..a4f4ac92413 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", @@ -540,9 +540,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" }, @@ -4323,9 +4323,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 260c1f7b761..1adfd8d3fe7 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",