From 1ab5e2e6fb5e5695a34b6478ae0e7eddfc0efe02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 10:25:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- 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" }