Update dependency tar to v7 (#1964)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2024-10-30 10:12:30 +00:00
committed by GitHub
parent e2949d0433
commit 540674d1cb
4 changed files with 4 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
import * as path from "path";
import { createWriteStream, promises as fs } from "fs";
import * as childProcess from "child_process";
import tar from "tar";
import * as tar from "tar";
import * as asar from "@electron/asar";
import fetch from "node-fetch";
import { promises as stream } from "stream";