From df7a00a6e0f4eedda6ca9ca1e86c2fde4a07faf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:51:13 +0000 Subject: [PATCH] chore(deps-dev): bump ganache from 7.8.0 to 7.9.0 Bumps [ganache](https://github.com/trufflesuite/ganache/tree/HEAD/src/packages/ganache) from 7.8.0 to 7.9.0. - [Release notes](https://github.com/trufflesuite/ganache/releases) - [Commits](https://github.com/trufflesuite/ganache/commits/ganache@7.9.0/src/packages/ganache) --- updated-dependencies: - dependency-name: ganache dependency-type: direct:development update-type: version-update:semver-minor ... 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 b5be42a..a42928b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@well-known-components/test-helpers": "^1.5.2", "bignumber.js": "^9.1.1", "fp-future": "^1.0.1", - "ganache": "^7.8.0", + "ganache": "^7.9.0", "isomorphic-fetch": "^3.0.0", "js-sha3": "^0.8.0", "rollup": "^3.25.3", diff --git a/yarn.lock b/yarn.lock index 70aabaa..aef13fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2385,10 +2385,10 @@ functions-have-names@^1.2.2, functions-have-names@^1.2.3: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== -ganache@^7.8.0: - version "7.8.0" - resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.8.0.tgz#02154384f246b66e98974cbcbb18e8372df3c2e0" - integrity sha512-IrUYvsaE/m2/NaVIZ7D/gCnsmyU/buechnH6MhUipzG1qJcZIwIp/DoP/LZUcHyhy0Bv0NKZD2pGOjpRhn7l7A== +ganache@^7.9.0: + version "7.9.0" + resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.9.0.tgz#561deceb376b1c4e8998ac8e5a842574507d3295" + integrity sha512-KdsTZaAKqDXTNDMKnLzg0ngX8wnZKyVGm7HD03GIyUMVRuXI83s0CUEaGIDWRUWTQP7BE8sDh7QtbW+NoX4zrQ== dependencies: "@trufflesuite/bigint-buffer" "1.1.10" "@trufflesuite/uws-js-unofficial" "20.10.0-unofficial.2"