upgrade to tar v7

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-01-22 12:18:07 +01:00
parent 181f2fefa7
commit 4fc7bf037a
15 changed files with 45 additions and 47 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import tar from 'tar';
import * as tar from 'tar';
import concatStream from 'concat-stream';
import { promisify } from 'util';
import { pipeline as pipelineCb, Readable } from 'stream';