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",