diff --git a/hedera-mirror-rest/check-state-proof/package-lock.json b/hedera-mirror-rest/check-state-proof/package-lock.json index baee7058862..382f36a7664 100644 --- a/hedera-mirror-rest/check-state-proof/package-lock.json +++ b/hedera-mirror-rest/check-state-proof/package-lock.json @@ -397,38 +397,11 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@hashgraph/proto": { - "version": "1.0.25", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-1.0.25.tgz", - "integrity": "sha512-ZJkUMLK2MZbX3CgzTnyADOEMtelgI/GlcoVggtvGpWbtFOG0XJVZYEGe/YH+Rg1XDnYA7SjvrACR0mdkhzIF8A==", - "requires": { - "@hashgraph/protobufjs": "^6.10.1-hashgraph.2" - } - }, - "@hashgraph/protobufjs": { - "version": "6.10.1-hashgraph.2", - "resolved": "https://registry.npmjs.org/@hashgraph/protobufjs/-/protobufjs-6.10.1-hashgraph.2.tgz", - "integrity": "sha512-WqxBUgAn2to2R8s95pUhrCH2tezkEVguDqJWPj+riH/J0BhqA5pd6VJ07jXj8woC9jKsOWoSxY5Rxezbr2swsw==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-1.1.4.tgz", + "integrity": "sha512-2ANm0Jo4YpGCNdkMfpPk5NgISyYNIUEUCUSIiIO9JksseSrS1syWhB9dL606yMC30YT4fWEXzW3J31XRHqKs3g==", "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": "^13.7.0", - "long": "^4.0.0" - }, - "dependencies": { - "@types/node": { - "version": "13.13.51", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.51.tgz", - "integrity": "sha512-66/xg5I5Te4oGi5Jws11PtNmKkZbOPZWyBZZ/l5AOrWj1Dyw+6Ge/JhYTq/2/Yvdqyhrue8RL+DGI298OJ0xcg==" - } + "protobufjs": "^6.11.2" } }, "@istanbuljs/load-nyc-config": { @@ -2564,6 +2537,26 @@ "sisteransi": "^1.0.5" } }, + "protobufjs": { + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.2.tgz", + "integrity": "sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw==", + "requires": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/long": "^4.0.1", + "@types/node": ">=13.7.0", + "long": "^4.0.0" + } + }, "psl": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", diff --git a/hedera-mirror-rest/check-state-proof/package.json b/hedera-mirror-rest/check-state-proof/package.json index 522fc9fce8f..391a25479c5 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.0.25", + "@hashgraph/proto": "^1.1.4", "abort-controller": "^3.0.0", "boxen": "^5.0.1", "chalk": "^4.1.1",