From ec63bf15d70c00c4539d4044f0becfffaad941a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Aug 2024 20:49:41 +0000 Subject: [PATCH] fix: upgrade @hashgraph/hedera-local from 2.28.1 to 2.29.0 Snyk has created this PR to upgrade @hashgraph/hedera-local from 2.28.1 to 2.29.0. See this package in npm: @hashgraph/hedera-local See this project in Snyk: https://app.snyk.io/org/hedera-services/project/87f735be-5dfe-436f-9190-c78058d7d3e8?utm_source=github&utm_medium=referral&page=upgrade-pr Signed-off-by: ebadiere --- tools/hardhat-viem-example/package-lock.json | 10 +++++----- tools/hardhat-viem-example/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/hardhat-viem-example/package-lock.json b/tools/hardhat-viem-example/package-lock.json index d7d2b1d8ec..8efab7df7a 100644 --- a/tools/hardhat-viem-example/package-lock.json +++ b/tools/hardhat-viem-example/package-lock.json @@ -8,7 +8,7 @@ "name": "hedera-example-hardhat--viem-project", "version": "1.0.0", "dependencies": { - "@hashgraph/hedera-local": "^2.28.1", + "@hashgraph/hedera-local": "^2.29.0", "@nomicfoundation/hardhat-toolbox-viem": "^3.0.0", "dotenv": "^16.0.3" }, @@ -931,12 +931,12 @@ } }, "node_modules/@hashgraph/hedera-local": { - "version": "2.28.1", - "resolved": "https://registry.npmjs.org/@hashgraph/hedera-local/-/hedera-local-2.28.1.tgz", - "integrity": "sha512-WNp2VKQZiom8ijhGPqRtZdcFEJgI4txCStaumyKB8jPCF/vlOe1JvDOZfFuFLovlGPAntHuxPq+OFR0JBdRU9w==", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/@hashgraph/hedera-local/-/hedera-local-2.29.0.tgz", + "integrity": "sha512-sZPysvAHh0ubLFcVQHQsLo66VFp2h0ZbSP0rtF7WdV+ky9aPkHqE1cTJ+Sl8MtvG+rmusUBA5lZ94WAewru3Sw==", "license": "Apache-2.0", "dependencies": { - "@hashgraph/sdk": "^2.48.1", + "@hashgraph/sdk": "^2.49.2", "blessed": "^0.1.81", "blessed-terminal": "^0.1.22", "csv-parser": "^3.0.0", diff --git a/tools/hardhat-viem-example/package.json b/tools/hardhat-viem-example/package.json index 1ad93f3cbe..f350ea7011 100644 --- a/tools/hardhat-viem-example/package.json +++ b/tools/hardhat-viem-example/package.json @@ -8,7 +8,7 @@ "local-node": "npx @hashgraph/hedera-local restart -d" }, "dependencies": { - "@hashgraph/hedera-local": "^2.28.1", + "@hashgraph/hedera-local": "^2.29.0", "@nomicfoundation/hardhat-toolbox-viem": "^3.0.0", "dotenv": "^16.0.3" },