diff --git a/packages/artifactor/package.json b/packages/artifactor/package.json index eb145ab2916..48317fb785f 100644 --- a/packages/artifactor/package.json +++ b/packages/artifactor/package.json @@ -33,7 +33,7 @@ "@types/node": "12.12.21", "chai": "^4.2.0", "debug": "^4.3.1", - "ganache": "7.0.1", + "ganache": "^7.0.2", "mocha": "8.1.2", "require-nocache": "^1.0.0", "sinon": "^9.0.2", diff --git a/packages/contract-tests/package.json b/packages/contract-tests/package.json index e6afa94b7bc..ba866134af0 100644 --- a/packages/contract-tests/package.json +++ b/packages/contract-tests/package.json @@ -27,7 +27,7 @@ "bignumber.js": "^7.2.1", "chai": "^4.2.0", "debug": "^4.3.1", - "ganache": "7.0.1", + "ganache": "^7.0.2", "mocha": "8.0.1", "sinon": "^9.0.2", "web3": "1.5.3", diff --git a/packages/core/package.json b/packages/core/package.json index 0b3e2a8ccd0..81f6829e24d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -64,7 +64,7 @@ "ethpm": "0.0.19", "ethpm-registry": "0.1.0-next.3", "fs-extra": "^9.1.0", - "ganache": "7.0.1", + "ganache": "^7.0.2", "get-port": "^5.1.1", "get-random-values": "^1.2.2", "glob": "^7.1.6", diff --git a/packages/db/package.json b/packages/db/package.json index 591fbd7c143..8e83d2418ba 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -75,7 +75,7 @@ "@types/web3": "^1.0.20", "change-case": "3.0.2", "fast-check": "^2.12.1", - "ganache": "7.0.1", + "ganache": "^7.0.2", "hkts": "^0.3.1", "jest": "^26.5.2", "jest-fast-check": "^1.0.1", diff --git a/packages/debugger/package.json b/packages/debugger/package.json index 5596624c045..e2dc6b87cd2 100644 --- a/packages/debugger/package.json +++ b/packages/debugger/package.json @@ -57,7 +57,7 @@ "esdoc-standard-plugin": "^1.0.0", "faker": "^5.3.1", "fs-extra": "^9.1.0", - "ganache": "7.0.1", + "ganache": "^7.0.2", "mocha": "8.4.0", "mochapack": "^2.1.2", "nyc": "^13.0.1", diff --git a/packages/decoder/package.json b/packages/decoder/package.json index 33ae0640392..5b75d828ddd 100644 --- a/packages/decoder/package.json +++ b/packages/decoder/package.json @@ -44,8 +44,8 @@ "@types/debug": "^4.1.5", "@types/web3": "^1.0.20", "chai": "^4.2.0", - "ganache": "7.0.1", "lodash": "^4.17.21", + "ganache": "^7.0.2", "mocha": "8.1.2", "tmp": "^0.2.1", "typescript": "^4.1.4", diff --git a/packages/deployer/package.json b/packages/deployer/package.json index ec63cf55ddd..2ecc3f6262b 100644 --- a/packages/deployer/package.json +++ b/packages/deployer/package.json @@ -29,7 +29,7 @@ "@truffle/config": "^1.3.21", "@truffle/environment": "^0.2.96", "@truffle/workflow-compile": "^4.0.6", - "ganache": "7.0.1", + "ganache": "^7.0.2", "mocha": "8.1.2", "sinon": "^9.0.2", "web3": "1.5.3" diff --git a/packages/environment/package.json b/packages/environment/package.json index 398395516f1..fcb3f5d9e24 100644 --- a/packages/environment/package.json +++ b/packages/environment/package.json @@ -25,7 +25,7 @@ "@truffle/expect": "^0.1.0", "@truffle/interface-adapter": "^0.5.11", "@truffle/resolver": "^8.0.10", - "ganache": "7.0.1", + "ganache": "^7.0.2", "node-ipc": "^9.1.1", "source-map-support": "^0.5.19", "web3": "1.5.3" diff --git a/packages/hdwallet-provider/package.json b/packages/hdwallet-provider/package.json index f755e578a92..0206e5ee27d 100644 --- a/packages/hdwallet-provider/package.json +++ b/packages/hdwallet-provider/package.json @@ -36,7 +36,7 @@ "@types/ethereumjs-util": "^5.2.0", "@types/mocha": "^5.2.7", "@types/web3-provider-engine": "^14.0.0", - "ganache": "7.0.1", + "ganache": "^7.0.2", "mocha": "8.1.2", "ts-node": "^9.0.0", "typescript": "^4.1.4", diff --git a/packages/interface-adapter/package.json b/packages/interface-adapter/package.json index f906c84e2d3..43dc3a5117f 100644 --- a/packages/interface-adapter/package.json +++ b/packages/interface-adapter/package.json @@ -34,7 +34,7 @@ "@types/mocha": "^5.2.7", "@types/web3": "^1.0.20", "chai": "^4.2.0", - "ganache": "7.0.1", + "ganache": "^7.0.2", "mocha": "8.1.2", "ts-node": "^9.0.0", "typescript": "^4.1.4" diff --git a/packages/provider/package.json b/packages/provider/package.json index 989d57b36f3..918fe4ab441 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -25,7 +25,7 @@ "web3": "1.5.3" }, "devDependencies": { - "ganache": "7.0.1", + "ganache": "^7.0.2", "mocha": "8.1.2" }, "keywords": [ diff --git a/packages/truffle/package.json b/packages/truffle/package.json index 04f2a272a00..cec70f052cd 100644 --- a/packages/truffle/package.json +++ b/packages/truffle/package.json @@ -41,7 +41,7 @@ "@truffle/db-loader": "^0.1.5", "@truffle/debugger": "^9.2.19", "app-module-path": "^2.2.0", - "ganache": "7.0.1", + "ganache": "^7.0.2", "mocha": "8.1.2", "original-require": "^1.0.1" }, diff --git a/yarn.lock b/yarn.lock index 84e217938a9..5c1d0ec3951 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15983,10 +15983,10 @@ ganache-core@^2.13.2: ethereumjs-wallet "0.6.5" web3 "1.2.11" -ganache@7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.0.1.tgz#a79470c03f992dd64077c9ab602a053f26c10d5d" - integrity sha512-P3mw+O23fD7BuWTdhr0WweOrTJCBRBFX22nMpmQDZgb1vmcYEv7PzNiKIfsI6PGOLh7PO8GuoRiMYBF+SlFikg== +ganache@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.0.2.tgz#c6b43061dd37d722dbf02db992cc38600389b757" + integrity sha512-cywtnBJQY/olx87mb6IT0NiBr8aTk58WccRF8fHtVQLQXxyEUbQfozqAZmpTA25Vdme+i+kFrGr9TrEA0GGq7g== dependencies: "@trufflesuite/bigint-buffer" "1.1.9" emittery "0.10.0"