From 988af34102fbd8adb3031d6daa1b12a564d10830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:32:29 +0000 Subject: [PATCH] Bump ganache from 7.9.1 to 7.9.2 Bumps [ganache](https://github.com/trufflesuite/ganache/tree/HEAD/packages/ganache) from 7.9.1 to 7.9.2. - [Release notes](https://github.com/trufflesuite/ganache/releases) - [Commits](https://github.com/trufflesuite/ganache/commits/ganache@7.9.2/packages/ganache) --- updated-dependencies: - dependency-name: ganache dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c60599b..66609b1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "cspell": "^7.3.8", "eslint": "^8.56.0", "ethers": "^5.7.2", - "ganache": "^7.9.1", + "ganache": "^7.9.2", "hardhat": "^2.16.1", "kill-port": "^2.0.1", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 943bef4..edb0e07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3331,10 +3331,10 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== -ganache@^7.9.1: - version "7.9.1" - resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.9.1.tgz#94f8518215c7989ff5fd542db80bd47d7c7da786" - integrity sha512-Tqhd4J3cpiLeYTD6ek/zlchSB107IVPMIm4ypyg+xz1sdkeALUnYYZnmY4Bdjqj3i6QwtlZPCu7U4qKy7HlWTA== +ganache@^7.9.2: + version "7.9.2" + resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.9.2.tgz#77f506ad2735dd9109696ffa1834a9dd2f806449" + integrity sha512-7gsVVDpO9AhrFyDMWWl7SpMsPpqGcnAzjxz3k32LheIPNd64p2XsY9GYRdhWmKuryb60W1iaWPZWDkFKlbRWHA== dependencies: "@trufflesuite/bigint-buffer" "1.1.10" "@trufflesuite/uws-js-unofficial" "20.30.0-unofficial.0"