From b45ac6ae0f6f85cbbbfc3b3cf25173d0ff6e5220 Mon Sep 17 00:00:00 2001 From: Logan Nguyen Date: Mon, 17 Jun 2024 13:29:13 -0400 Subject: [PATCH] dep: upgraded local-node to 2.26.2 Signed-off-by: Logan Nguyen --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d29fdc620..02f8ad220 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "elliptic": "^6.5.5" }, "devDependencies": { - "@hashgraph/hedera-local": "^2.26.1", + "@hashgraph/hedera-local": "^2.26.2", "@hashgraph/sdk": "^2.45.0", "@nomicfoundation/hardhat-chai-matchers": "^2.0.7", "@nomicfoundation/hardhat-foundry": "^1.1.2", @@ -921,9 +921,9 @@ } }, "node_modules/@hashgraph/hedera-local": { - "version": "2.26.1", - "resolved": "https://registry.npmjs.org/@hashgraph/hedera-local/-/hedera-local-2.26.1.tgz", - "integrity": "sha512-jAJNsk1eC8+LBW2StWsaWS0dhx9BXlszj1fVOOI9xch1a1Jnxnej36Cg6gbHHO7rPQ6o5/KCml0NAaMuMPUxwA==", + "version": "2.26.2", + "resolved": "https://registry.npmjs.org/@hashgraph/hedera-local/-/hedera-local-2.26.2.tgz", + "integrity": "sha512-bLp8bQ/VnR3hjzqMZvg850NzGmyTQRAmilZMqB34lww+GkVB9QkcoddvmcrnD8Ctyzxu/u/RIIaWB0G2vjtATA==", "dev": true, "dependencies": { "@hashgraph/sdk": "2.43.0", @@ -8542,9 +8542,9 @@ } }, "@hashgraph/hedera-local": { - "version": "2.26.1", - "resolved": "https://registry.npmjs.org/@hashgraph/hedera-local/-/hedera-local-2.26.1.tgz", - "integrity": "sha512-jAJNsk1eC8+LBW2StWsaWS0dhx9BXlszj1fVOOI9xch1a1Jnxnej36Cg6gbHHO7rPQ6o5/KCml0NAaMuMPUxwA==", + "version": "2.26.2", + "resolved": "https://registry.npmjs.org/@hashgraph/hedera-local/-/hedera-local-2.26.2.tgz", + "integrity": "sha512-bLp8bQ/VnR3hjzqMZvg850NzGmyTQRAmilZMqB34lww+GkVB9QkcoddvmcrnD8Ctyzxu/u/RIIaWB0G2vjtATA==", "dev": true, "requires": { "@hashgraph/sdk": "2.43.0", diff --git a/package.json b/package.json index eb39cf051..bff265764 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prepare": "husky install" }, "devDependencies": { - "@hashgraph/hedera-local": "^2.26.1", + "@hashgraph/hedera-local": "^2.26.2", "@hashgraph/sdk": "^2.45.0", "@nomicfoundation/hardhat-chai-matchers": "^2.0.7", "@nomicfoundation/hardhat-foundry": "^1.1.2",