From a09f4804c211882a20398e98e7cdf394df6a484a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 05:22:07 +0000 Subject: [PATCH] fix: upgrade unzipper from 0.9.15 to 0.12.3 Snyk has created this PR to upgrade unzipper from 0.9.15 to 0.12.3. See this package in npm: unzipper See this project in Snyk: https://app.snyk.io/org/harshdev-test-group-default/project/d462f305-327d-42a4-a5ae-a32da2f85cc0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2a52911cb5..e508fd6bce7 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "svg-captcha": "^1.4.0", "swagger-ui-express": "^5.0.1", "ts-node-dev": "^1.1.8", - "unzipper": "0.9.15", + "unzipper": "0.12.3", "web3": "^4.13.0", "winston": "^3.16.0", "yaml-schema-validator": "^1.2.3",