From 10effed5f9fdba7574aa5d19a3afa59edc3f3000 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 01:32:00 +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 e2e3c98a..2cbb0f5f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "bluebird": "^3.5.0", "eth-ens-namehash": "^1.0.2", "ethereumjs-testrpc": "^3.0.0", - "solc": "^0.4.9" + "solc": "^0.5.11" }, "devDependencies": { "mocha": "^3.2.0"