From 25dc5519b41a93463ec138ee7115c3b8dba4e3a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:33:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfecee7..2021ce1 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.8.12", "web3": "^0.19.0", "yamljs": "^0.2.8" }