From ff0251a7a3aa2d3f51677d8498d5bc0d38207f15 Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Tue, 17 May 2022 00:17:29 +0800 Subject: [PATCH] use correct adm-zip version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1a97dbf..c79b2acb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@sentry/electron": "^3.0.7", "@sentry/integrations": "^6.19.6", - "adm-zip": "0.5.9", + "adm-zip": "0.4.10", "airtunes2": "git+https://github.com/vapormusic/node_airtunes2.git#hap", "castv2-client": "^1.2.0", "chokidar": "^3.5.3",