From a268c2ad50e2a81785df67975ae60c772f588eb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Jun 2024 00:40:36 +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 18d6d57e6e7..3dfce8f1183 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "svg-captcha": "^1.4.0", "swagger-ui-express": "^5.0.0", "ts-node-dev": "^1.1.6", - "unzipper": "0.9.15", + "unzipper": "0.12.1", "web3": "^4.0.3", "winston": "^3.3.3", "yaml-schema-validator": "^1.2.2",