From 95ca4b88263ed56f3e578900ad57896e6ca9d845 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Jun 2024 01:03: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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf92ca70613..7ae3c987547 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",