diff --git a/lib/common/helpers.ts b/lib/common/helpers.ts index 36d9341fe4..02bd371a13 100644 --- a/lib/common/helpers.ts +++ b/lib/common/helpers.ts @@ -15,7 +15,7 @@ import { } from "./declarations"; import { IAndroidSigningData } from "../definitions/build"; -import * as Table from "cli-table"; +import * as Table from "cli-table3"; const STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm; export function stripComments(content: string): string { diff --git a/package-lock.json b/package-lock.json index 630cb906ac..3aea39c81f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "byline": "5.0.0", "chalk": "4.1.2", "chokidar": "3.5.3", - "cli-table": "npm:cli-table3@0.6.3", + "cli-table3": "0.6.3", "color": "4.2.3", "convert-source-map": "2.0.0", "detect-newline": "3.1.0", @@ -2881,21 +2881,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cli-table": { - "name": "cli-table3", - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", - "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", - "dependencies": { - "string-width": "^4.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - }, - "optionalDependencies": { - "@colors/colors": "1.5.0" - } - }, "node_modules/cli-table3": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", diff --git a/package.json b/package.json index 38b85d930b..156851df5e 100644 --- a/package.json +++ b/package.json @@ -60,13 +60,13 @@ "@npmcli/move-file": "^2.0.0", "@rigor789/resolve-package-path": "1.0.7", "@rigor789/trapezedev-project": "7.1.1", - "ansi-colors": "^4.1.3", + "ansi-colors": "^4.1.3", "archiver": "^5.3.1", "axios": "1.3.5", "byline": "5.0.0", "chalk": "4.1.2", "chokidar": "3.5.3", - "cli-table": "npm:cli-table3@0.6.3", + "cli-table3": "0.6.3", "color": "4.2.3", "convert-source-map": "2.0.0", "detect-newline": "3.1.0",