From fc9ff556ac9609bd41b04f05a4cc271d62c984bc Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 6 Jul 2018 01:54:20 +0000 Subject: [PATCH] chore(package): update ganache-cli to version 6.1.5 --- .circleci/config.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7c5bf531f..69123fde3b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,7 +66,7 @@ jobs: command: cd packages/colony-js-contract-loader-network && yarn run test - run: name: "Greenkeeper uploading lockfile" - command: $(yarn global bin)/greenkeeper-lockfile-upload + command: $(yarn global bin)/greenkeeper-lockfile-upload --ignore-workspace-root-check # Save test results - store_test_results: path: test-results.xml diff --git a/package.json b/package.json index 8dfeb1bcf6..f77da064cd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-prettier": "^2.6.0", "eth-gas-reporter": "^0.1.2", "ethereumjs-util": "^5.2.0", - "ganache-cli": "6.1.4", + "ganache-cli": "6.1.5", "ganache-core": "^2.0.2", "istanbul": "^0.4.5", "jsonfile": "^4.0.0",