Description: Skip gzip js
Forwarded: not-needed
Reviewed-By: Yadd <yadd@debian.org>
Last-Update: 2023-11-11

--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -14,7 +14,7 @@
 
 	const fs = require( "fs" );
 	const { spawn } = require( "child_process" );
-	const gzip = require( "gzip-js" );
+	const zlib = require( "zlib" );
 	const nodeV16OrNewer = !/^v1[0-5]\./.test( process.version );
 	const nodeV17OrNewer = !/^v1[0-6]\./.test( process.version );
 	const customBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );
