From 440dd57b7427132faabba8ad442af0e75f2f9495 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 May 2020 06:16:49 +0200 Subject: [PATCH] fix: upgrade ganache-cli from 6.4.2 to 6.9.1 Snyk has created this PR to upgrade ganache-cli from 6.4.2 to 6.9.1. See this package in NPM: https://www.npmjs.com/package/ganache-cli See this project in Snyk: https://app.snyk.io/org/vraychev/project/43720b67-b921-4e1e-8222-5d4256451a7d?utm_source=github&utm_medium=upgrade-pr --- test-env-truffle/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-env-truffle/package.json b/test-env-truffle/package.json index e5ad0fb..494cbad 100644 --- a/test-env-truffle/package.json +++ b/test-env-truffle/package.json @@ -5,7 +5,7 @@ "author": "Nils Weller", "license": "Apache 2.0", "dependencies": { - "ganache-cli": "6.4.2", + "ganache-cli": "6.9.1", "truffle": "5.0.12" } }