From be4deb12d569a064033e66f370fc22dff23afd81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 17:06:20 +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/caro-sec/project/34e65139-86a9-497c-97e9-16455cbc33c6?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 c72537a6c33..4d4ec858b18 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,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.3", "web3": "^4.0.3", "winston": "^3.3.3", "yaml-schema-validator": "^1.2.2",