From efabda53c1c0b276f2dd8ed557e8756c71dea1bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Jun 2024 17:39:44 +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 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80bd9c4..c078c43 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "ts-node": "^7.0.1", "tsconfig-paths": "^3.7.0", "typescript": "^3.2.1", - "unzipper": "^0.9.4", + "unzipper": "^0.12.1", "vanity-eth": "^1.2.0", "yargs": "^12.0.5" }