From 7cba9d20946a15f922a129b1f6bc3c9e3d3f9cef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Mar 2021 14:29:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfecee7..f3a48a4 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.13", "web3": "^0.19.0", "yamljs": "^0.2.8" }