From 852721a64188762d9fa5af2350117466dbb7bbb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 03:57:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfecee7..8fa6de5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ethereumjs-util": "^5.1.2", "express": "^4.15.2", "readline-sync": "^1.4.7", - "solc": "^0.4.11", + "solc": "^0.5.11", "web3": "^0.19.0", "yamljs": "^0.2.8" }