diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index 104b706763a..4e03fe9971a 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -483,9 +483,9 @@ } }, "@hashgraph/proto": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-1.1.8.tgz", - "integrity": "sha512-SCKw45a7rX99o6szdB2orJzVSRfTMHNNiTb7FPxOGXyEnXilIjng7S33aMxS9Q34xQLU/fDBrkWiSpn1boZybg==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-1.1.9.tgz", + "integrity": "sha512-BOY5LD8NCjFot0EFXla2ZX8Q7UE94ZDQoSKXK/XVwlLgcMNSArdIPfK4zy4EBvLZnWV9ACdo/4szDuVyCqvkrA==", "requires": { "protobufjs": "^6.11.2" } diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 613859c73ca..e23e728b8b2 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -19,7 +19,7 @@ "dependencies": { "@awaitjs/express": "^0.8.0", "@godaddy/terminus": "^4.9.0", - "@hashgraph/proto": "^1.1.8", + "@hashgraph/proto": "^1.1.9", "asn1js": "^2.1.1", "aws-sdk": "^2.968.0", "body-parser": "^1.19.0",