From 56eaa153283be3b1e7d7793d3266fc51801fad8e Mon Sep 17 00:00:00 2001 From: James Henry Date: Fri, 10 Jun 2022 15:53:57 +0400 Subject: [PATCH] fix: update all transitive inclusions of ansi-regex (#3166) --- commands/bootstrap/package.json | 2 +- commands/diff/package.json | 2 +- commands/publish/package.json | 2 +- commands/version/package.json | 2 +- core/cli/package.json | 2 +- core/command/package.json | 2 +- core/conventional-commits/package.json | 2 +- core/filter-options/package.json | 2 +- core/lerna/package.json | 2 +- core/package-graph/package.json | 2 +- core/project/package.json | 2 +- core/prompt/package.json | 2 +- core/validation-error/package.json | 2 +- helpers/logging-output/package.json | 2 +- helpers/silence-logging/package.json | 2 +- package-lock.json | 610 ++++++++----------------- package.json | 4 +- utils/collect-uncommitted/package.json | 2 +- utils/collect-updates/package.json | 2 +- utils/create-symlink/package.json | 2 +- utils/describe-ref/package.json | 2 +- utils/filter-packages/package.json | 2 +- utils/get-npm-exec-opts/package.json | 2 +- utils/github-client/package.json | 2 +- utils/gitlab-client/package.json | 2 +- utils/listable/package.json | 2 +- utils/log-packed/package.json | 4 +- utils/map-to-registry/package.json | 2 +- utils/npm-dist-tag/package.json | 2 +- utils/npm-install/package.json | 2 +- utils/npm-publish/package.json | 2 +- utils/npm-run-script/package.json | 2 +- utils/output/package.json | 2 +- utils/pack-directory/package.json | 2 +- utils/profiler/package.json | 2 +- utils/pulse-till-done/package.json | 2 +- utils/resolve-symlink/package.json | 2 +- utils/rimraf-dir/package.json | 2 +- utils/run-lifecycle/package.json | 2 +- utils/write-log-file/package.json | 2 +- 40 files changed, 229 insertions(+), 463 deletions(-) diff --git a/commands/bootstrap/package.json b/commands/bootstrap/package.json index 51a1db9da4..184cfa8af0 100644 --- a/commands/bootstrap/package.json +++ b/commands/bootstrap/package.json @@ -50,7 +50,7 @@ "get-port": "^5.1.1", "multimatch": "^5.0.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.1", diff --git a/commands/diff/package.json b/commands/diff/package.json index 1be87d9fd4..e8dbe91f94 100644 --- a/commands/diff/package.json +++ b/commands/diff/package.json @@ -36,6 +36,6 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/command": "file:../../core/command", "@lerna/validation-error": "file:../../core/validation-error", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/commands/publish/package.json b/commands/publish/package.json index b8c2c1eb34..90b4a44d5e 100644 --- a/commands/publish/package.json +++ b/commands/publish/package.json @@ -58,7 +58,7 @@ "libnpmaccess": "^4.0.1", "npm-package-arg": "^8.1.0", "npm-registry-fetch": "^9.0.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-pipe": "^3.1.0", "pacote": "^13.4.1", diff --git a/commands/version/package.json b/commands/version/package.json index d6ad0bcc1e..50177951d2 100644 --- a/commands/version/package.json +++ b/commands/version/package.json @@ -52,7 +52,7 @@ "dedent": "^0.7.0", "load-json-file": "^6.2.0", "minimatch": "^3.0.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-pipe": "^3.1.0", "p-reduce": "^2.1.0", diff --git a/core/cli/package.json b/core/cli/package.json index a6383b8bb8..a164d51871 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -33,7 +33,7 @@ "dependencies": { "@lerna/global-options": "file:../global-options", "dedent": "^0.7.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "yargs": "^16.2.0" } } diff --git a/core/command/package.json b/core/command/package.json index 19907c2ddf..a8b5d98c8b 100644 --- a/core/command/package.json +++ b/core/command/package.json @@ -41,6 +41,6 @@ "dedent": "^0.7.0", "execa": "^5.0.0", "is-ci": "^2.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/core/conventional-commits/package.json b/core/conventional-commits/package.json index 27e5fe8340..80e56682fd 100644 --- a/core/conventional-commits/package.json +++ b/core/conventional-commits/package.json @@ -40,7 +40,7 @@ "get-stream": "^6.0.0", "lodash.template": "^4.5.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "pify": "^5.0.0", "semver": "^7.3.4" } diff --git a/core/filter-options/package.json b/core/filter-options/package.json index 5cdaaf47d9..18337ad1c8 100644 --- a/core/filter-options/package.json +++ b/core/filter-options/package.json @@ -35,6 +35,6 @@ "@lerna/collect-updates": "file:../../utils/collect-updates", "@lerna/filter-packages": "file:../../utils/filter-packages", "dedent": "^0.7.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/core/lerna/package.json b/core/lerna/package.json index 6e09be1cd1..b515c2dda8 100644 --- a/core/lerna/package.json +++ b/core/lerna/package.json @@ -52,6 +52,6 @@ "@lerna/run": "file:../../commands/run", "@lerna/version": "file:../../commands/version", "import-local": "^3.0.2", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/core/package-graph/package.json b/core/package-graph/package.json index 73e09b1077..083461653c 100644 --- a/core/package-graph/package.json +++ b/core/package-graph/package.json @@ -35,7 +35,7 @@ "@lerna/prerelease-id-from-version": "file:../../utils/prerelease-id-from-version", "@lerna/validation-error": "file:../validation-error", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "semver": "^7.3.4" } } diff --git a/core/project/package.json b/core/project/package.json index d449f94c4f..ecc327742b 100644 --- a/core/project/package.json +++ b/core/project/package.json @@ -40,7 +40,7 @@ "glob-parent": "^5.1.1", "globby": "^11.0.2", "load-json-file": "^6.2.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "resolve-from": "^5.0.0", "write-json-file": "^4.3.0" diff --git a/core/prompt/package.json b/core/prompt/package.json index 4c97c1b68e..fe0fbba51a 100644 --- a/core/prompt/package.json +++ b/core/prompt/package.json @@ -32,6 +32,6 @@ }, "dependencies": { "inquirer": "^7.3.3", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/core/validation-error/package.json b/core/validation-error/package.json index 461c55dacc..9489f1f780 100644 --- a/core/validation-error/package.json +++ b/core/validation-error/package.json @@ -31,6 +31,6 @@ "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/helpers/logging-output/package.json b/helpers/logging-output/package.json index 01f13edf7c..857803a567 100644 --- a/helpers/logging-output/package.json +++ b/helpers/logging-output/package.json @@ -7,6 +7,6 @@ "license": "MIT", "dependencies": { "@lerna-test/multi-line-trim-right": "file:../multi-line-trim-right", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/helpers/silence-logging/package.json b/helpers/silence-logging/package.json index 11c1b73658..b8ce91c051 100644 --- a/helpers/silence-logging/package.json +++ b/helpers/silence-logging/package.json @@ -6,6 +6,6 @@ "private": true, "license": "MIT", "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/package-lock.json b/package-lock.json index 4894116c7d..b08127c3f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "chalk": "^4.1.0", "clone-deep": "^4.0.1", "cmd-shim": "^4.1.0", - "columnify": "^1.5.4", + "columnify": "^1.6.0", "config-chain": "^1.1.12", "conventional-changelog-angular": "^5.0.12", "conventional-changelog-core": "^4.2.2", @@ -53,7 +53,7 @@ "npm-package-arg": "^8.1.0", "npm-packlist": "^2.1.4", "npm-registry-fetch": "^9.0.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-pipe": "^3.1.0", @@ -197,7 +197,7 @@ "get-port": "^5.1.1", "multimatch": "^5.0.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.1", @@ -275,7 +275,7 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/command": "file:../../core/command", "@lerna/validation-error": "file:../../core/validation-error", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -401,7 +401,7 @@ "libnpmaccess": "^4.0.1", "npm-package-arg": "^8.1.0", "npm-registry-fetch": "^9.0.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-pipe": "^3.1.0", "pacote": "^13.4.1", @@ -453,7 +453,7 @@ "dedent": "^0.7.0", "load-json-file": "^6.2.0", "minimatch": "^3.0.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-pipe": "^3.1.0", "p-reduce": "^2.1.0", @@ -486,7 +486,7 @@ "dependencies": { "@lerna/global-options": "file:../global-options", "dedent": "^0.7.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "yargs": "^16.2.0" }, "engines": { @@ -507,7 +507,7 @@ "dedent": "^0.7.0", "execa": "^5.0.0", "is-ci": "^2.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -526,7 +526,7 @@ "get-stream": "^6.0.0", "lodash.template": "^4.5.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "pify": "^5.0.0", "semver": "^7.3.4" }, @@ -542,7 +542,7 @@ "@lerna/collect-updates": "file:../../utils/collect-updates", "@lerna/filter-packages": "file:../../utils/filter-packages", "dedent": "^0.7.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -577,7 +577,7 @@ "@lerna/run": "file:../../commands/run", "@lerna/version": "file:../../commands/version", "import-local": "^3.0.2", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "bin": { "lerna": "cli.js" @@ -618,7 +618,7 @@ "@lerna/prerelease-id-from-version": "file:../../utils/prerelease-id-from-version", "@lerna/validation-error": "file:../validation-error", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "semver": "^7.3.4" }, "engines": { @@ -638,7 +638,7 @@ "glob-parent": "^5.1.1", "globby": "^11.0.2", "load-json-file": "^6.2.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "resolve-from": "^5.0.0", "write-json-file": "^4.3.0" @@ -653,7 +653,7 @@ "license": "MIT", "dependencies": { "inquirer": "^7.3.3", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -664,7 +664,7 @@ "version": "5.1.1", "license": "MIT", "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -857,7 +857,7 @@ "license": "MIT", "dependencies": { "@lerna-test/multi-line-trim-right": "file:../multi-line-trim-right", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "helpers/multi-line-trim-right": { @@ -955,7 +955,7 @@ "dev": true, "license": "MIT", "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "helpers/update-lerna-config": { @@ -2349,18 +2349,6 @@ "node": ">= 10" } }, - "node_modules/@npmcli/arborist/node_modules/are-we-there-yet": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz", - "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" - } - }, "node_modules/@npmcli/arborist/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -2418,24 +2406,6 @@ "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" }, - "node_modules/@npmcli/arborist/node_modules/gauge": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/@npmcli/arborist/node_modules/glob": { "version": "8.0.3", "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", @@ -2591,20 +2561,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@npmcli/arborist/node_modules/npmlog": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/@npmcli/arborist/node_modules/promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", @@ -2663,17 +2619,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@npmcli/arborist/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@npmcli/arborist/node_modules/validate-npm-package-name": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-4.0.0.tgz", @@ -3064,18 +3009,6 @@ "node": ">= 10" } }, - "node_modules/@npmcli/run-script/node_modules/are-we-there-yet": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz", - "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" - } - }, "node_modules/@npmcli/run-script/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -3143,24 +3076,6 @@ "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" }, - "node_modules/@npmcli/run-script/node_modules/gauge": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/@npmcli/run-script/node_modules/http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", @@ -3272,20 +3187,6 @@ "node": ">=6" } }, - "node_modules/@npmcli/run-script/node_modules/npmlog": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/@npmcli/run-script/node_modules/promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", @@ -3344,17 +3245,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@npmcli/run-script/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@nrwl/cli": { "version": "14.2.0", "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-14.2.0.tgz", @@ -4757,34 +4647,15 @@ "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" }, "node_modules/are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", - "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz", + "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==", "dependencies": { "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "node_modules/are-we-there-yet/node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/are-we-there-yet/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" + "readable-stream": "^3.6.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16" } }, "node_modules/arg": { @@ -5833,6 +5704,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -5889,12 +5761,26 @@ "peer": true }, "node_modules/columnify": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz", - "integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", + "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", "dependencies": { - "strip-ansi": "^3.0.0", + "strip-ansi": "^6.0.1", "wcwidth": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/columnify/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, "node_modules/combined-stream": { @@ -6592,7 +6478,7 @@ "node_modules/delegates": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" }, "node_modules/depd": { "version": "1.1.2", @@ -8439,47 +8325,32 @@ "dev": true }, "node_modules/gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "node_modules/gauge/node_modules/aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "node_modules/gauge/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", + "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", "dependencies": { - "number-is-nan": "^1.0.0" + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/gauge/node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "node_modules/gauge/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/gensync": { @@ -12577,20 +12448,24 @@ } }, "node_modules/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", + "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/number-is-nan": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -16007,6 +15882,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, "dependencies": { "ansi-regex": "^2.0.0" }, @@ -16018,6 +15894,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -18069,7 +17946,7 @@ "dependencies": { "@lerna/child-process": "file:../../core/child-process", "chalk": "^4.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18083,7 +17960,7 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/describe-ref": "file:../describe-ref", "minimatch": "^3.0.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "slash": "^3.0.0" }, "engines": { @@ -18097,7 +17974,7 @@ "dependencies": { "cmd-shim": "^4.1.0", "fs-extra": "^9.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18109,7 +17986,7 @@ "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18122,7 +17999,7 @@ "dependencies": { "@lerna/validation-error": "file:../../core/validation-error", "multimatch": "^5.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18133,7 +18010,7 @@ "version": "5.1.1", "license": "MIT", "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18161,7 +18038,7 @@ "@octokit/plugin-enterprise-rest": "^6.0.1", "@octokit/rest": "^18.1.0", "git-url-parse": "^11.4.4", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18173,7 +18050,7 @@ "license": "MIT", "dependencies": { "node-fetch": "^2.6.1", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "whatwg-url": "^8.4.0" }, "engines": { @@ -18199,7 +18076,7 @@ "dependencies": { "@lerna/query-graph": "file:../query-graph", "chalk": "^4.1.0", - "columnify": "^1.5.4" + "columnify": "^1.6.0" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18211,9 +18088,9 @@ "license": "MIT", "dependencies": { "byte-size": "^7.0.0", - "columnify": "^1.5.4", + "columnify": "^1.6.0", "has-unicode": "^2.0.1", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18225,7 +18102,7 @@ "license": "MIT", "dependencies": { "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18251,7 +18128,7 @@ "@lerna/otplease": "file:../../core/otplease", "npm-package-arg": "^8.1.0", "npm-registry-fetch": "^9.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18266,7 +18143,7 @@ "@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts", "fs-extra": "^9.1.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "signal-exit": "^3.0.3", "write-pkg": "^4.0.0" }, @@ -18284,7 +18161,7 @@ "fs-extra": "^9.1.0", "libnpmpublish": "^4.0.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "pify": "^5.0.0", "read-package-json": "^3.0.0" }, @@ -18299,7 +18176,7 @@ "dependencies": { "@lerna/child-process": "file:../../core/child-process", "@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18310,7 +18187,7 @@ "version": "5.1.1", "license": "MIT", "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18326,7 +18203,7 @@ "@lerna/run-lifecycle": "file:../run-lifecycle", "@lerna/temp-write": "file:../../utils/temp-write", "npm-packlist": "^2.1.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "tar": "^6.1.0" }, "engines": { @@ -18350,7 +18227,7 @@ "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "upath": "^2.0.1" }, "engines": { @@ -18362,7 +18239,7 @@ "version": "5.1.1", "license": "MIT", "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18385,7 +18262,7 @@ "license": "MIT", "dependencies": { "fs-extra": "^9.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "read-cmd-shim": "^2.0.0" }, "engines": { @@ -18398,7 +18275,7 @@ "license": "MIT", "dependencies": { "@lerna/child-process": "file:../../core/child-process", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "path-exists": "^4.0.0", "rimraf": "^3.0.2" }, @@ -18413,7 +18290,7 @@ "dependencies": { "@lerna/npm-conf": "file:../npm-conf", "@npmcli/run-script": "^3.0.2", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" }, "engines": { "node": "^14.15.0 || >=16.0.0" @@ -18486,7 +18363,7 @@ "version": "5.1.1", "license": "MIT", "dependencies": { - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "write-file-atomic": "^3.0.3" }, "engines": { @@ -19397,7 +19274,7 @@ "version": "file:helpers/logging-output", "requires": { "@lerna-test/multi-line-trim-right": "file:../multi-line-trim-right", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna-test/multi-line-trim-right": { @@ -19462,7 +19339,7 @@ "@lerna-test/silence-logging": { "version": "file:helpers/silence-logging", "requires": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna-test/update-lerna-config": { @@ -19506,7 +19383,7 @@ "get-port": "^5.1.1", "multimatch": "^5.0.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.1", @@ -19556,7 +19433,7 @@ "requires": { "@lerna/global-options": "file:../global-options", "dedent": "^0.7.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "yargs": "^16.2.0" } }, @@ -19565,7 +19442,7 @@ "requires": { "@lerna/child-process": "file:../../core/child-process", "chalk": "^4.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/collect-updates": { @@ -19574,7 +19451,7 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/describe-ref": "file:../describe-ref", "minimatch": "^3.0.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "slash": "^3.0.0" } }, @@ -19590,7 +19467,7 @@ "dedent": "^0.7.0", "execa": "^5.0.0", "is-ci": "^2.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/conventional-commits": { @@ -19604,7 +19481,7 @@ "get-stream": "^6.0.0", "lodash.template": "^4.5.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "pify": "^5.0.0", "semver": "^7.3.4" } @@ -19637,14 +19514,14 @@ "requires": { "cmd-shim": "^4.1.0", "fs-extra": "^9.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/describe-ref": { "version": "file:utils/describe-ref", "requires": { "@lerna/child-process": "file:../../core/child-process", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/diff": { @@ -19653,7 +19530,7 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/command": "file:../../core/command", "@lerna/validation-error": "file:../../core/validation-error", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/e2e": { @@ -19677,7 +19554,7 @@ "@lerna/collect-updates": "file:../../utils/collect-updates", "@lerna/filter-packages": "file:../../utils/filter-packages", "dedent": "^0.7.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/filter-packages": { @@ -19685,13 +19562,13 @@ "requires": { "@lerna/validation-error": "file:../../core/validation-error", "multimatch": "^5.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/get-npm-exec-opts": { "version": "file:utils/get-npm-exec-opts", "requires": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/get-packed": { @@ -19709,14 +19586,14 @@ "@octokit/plugin-enterprise-rest": "^6.0.1", "@octokit/rest": "^18.1.0", "git-url-parse": "^11.4.4", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/gitlab-client": { "version": "file:utils/gitlab-client", "requires": { "node-fetch": "^2.6.1", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "whatwg-url": "^8.4.0" } }, @@ -19785,23 +19662,23 @@ "requires": { "@lerna/query-graph": "file:../query-graph", "chalk": "^4.1.0", - "columnify": "^1.5.4" + "columnify": "^1.6.0" } }, "@lerna/log-packed": { "version": "file:utils/log-packed", "requires": { "byte-size": "^7.0.0", - "columnify": "^1.5.4", + "columnify": "^1.6.0", "has-unicode": "^2.0.1", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/map-to-registry": { "version": "file:utils/map-to-registry", "requires": { "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/npm-conf": { @@ -19817,7 +19694,7 @@ "@lerna/otplease": "file:../../core/otplease", "npm-package-arg": "^8.1.0", "npm-registry-fetch": "^9.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/npm-install": { @@ -19827,7 +19704,7 @@ "@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts", "fs-extra": "^9.1.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "signal-exit": "^3.0.3", "write-pkg": "^4.0.0" } @@ -19840,7 +19717,7 @@ "fs-extra": "^9.1.0", "libnpmpublish": "^4.0.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "pify": "^5.0.0", "read-package-json": "^3.0.0" } @@ -19850,7 +19727,7 @@ "requires": { "@lerna/child-process": "file:../../core/child-process", "@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/otplease": { @@ -19862,7 +19739,7 @@ "@lerna/output": { "version": "file:utils/output", "requires": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/pack-directory": { @@ -19873,7 +19750,7 @@ "@lerna/run-lifecycle": "file:../run-lifecycle", "@lerna/temp-write": "file:../temp-write", "npm-packlist": "^2.1.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "tar": "^6.1.0" } }, @@ -19891,7 +19768,7 @@ "@lerna/prerelease-id-from-version": "file:../../utils/prerelease-id-from-version", "@lerna/validation-error": "file:../validation-error", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "semver": "^7.3.4" } }, @@ -19905,7 +19782,7 @@ "version": "file:utils/profiler", "requires": { "fs-extra": "^9.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "upath": "^2.0.1" } }, @@ -19920,7 +19797,7 @@ "glob-parent": "^5.1.1", "globby": "^11.0.2", "load-json-file": "^6.2.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "resolve-from": "^5.0.0", "write-json-file": "^4.3.0" @@ -19930,7 +19807,7 @@ "version": "file:core/prompt", "requires": { "inquirer": "^7.3.3", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/publish": { @@ -19959,7 +19836,7 @@ "libnpmaccess": "^4.0.1", "npm-package-arg": "^8.1.0", "npm-registry-fetch": "^9.0.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-pipe": "^3.1.0", "pacote": "^13.4.1", @@ -19969,7 +19846,7 @@ "@lerna/pulse-till-done": { "version": "file:utils/pulse-till-done", "requires": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/query-graph": { @@ -19982,7 +19859,7 @@ "version": "file:utils/resolve-symlink", "requires": { "fs-extra": "^9.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "read-cmd-shim": "^2.0.0" } }, @@ -19990,7 +19867,7 @@ "version": "file:utils/rimraf-dir", "requires": { "@lerna/child-process": "file:../../core/child-process", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "path-exists": "^4.0.0", "rimraf": "^3.0.2" } @@ -20014,7 +19891,7 @@ "requires": { "@lerna/npm-conf": "file:../npm-conf", "@npmcli/run-script": "^3.0.2", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/run-topologically": { @@ -20060,7 +19937,7 @@ "@lerna/validation-error": { "version": "file:core/validation-error", "requires": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "@lerna/version": { @@ -20084,7 +19961,7 @@ "dedent": "^0.7.0", "load-json-file": "^6.2.0", "minimatch": "^3.0.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-pipe": "^3.1.0", "p-reduce": "^2.1.0", @@ -20097,7 +19974,7 @@ "@lerna/write-log-file": { "version": "file:utils/write-log-file", "requires": { - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "write-file-atomic": "^3.0.3" } }, @@ -20179,15 +20056,6 @@ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" }, - "are-we-there-yet": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz", - "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - } - }, "brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -20241,21 +20109,6 @@ "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" }, - "gauge": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "requires": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - } - }, "glob": { "version": "8.0.3", "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", @@ -20374,17 +20227,6 @@ "proc-log": "^2.0.0" } }, - "npmlog": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "requires": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - } - }, "promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", @@ -20425,14 +20267,6 @@ "minipass": "^3.1.1" } }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "requires": { - "ansi-regex": "^5.0.1" - } - }, "validate-npm-package-name": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-4.0.0.tgz", @@ -20735,15 +20569,6 @@ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" }, - "are-we-there-yet": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz", - "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - } - }, "brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -20801,21 +20626,6 @@ "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" }, - "gauge": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "requires": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - } - }, "http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", @@ -20900,17 +20710,6 @@ "abbrev": "1" } }, - "npmlog": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "requires": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - } - }, "promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", @@ -20950,14 +20749,6 @@ "requires": { "minipass": "^3.1.1" } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "requires": { - "ansi-regex": "^5.0.1" - } } } }, @@ -21990,36 +21781,12 @@ "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" }, "are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", - "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz", + "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==", "requires": { "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - } + "readable-stream": "^3.6.0" } }, "arg": { @@ -22820,7 +22587,8 @@ "code-point-at": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true }, "collect-v8-coverage": { "version": "1.0.1", @@ -22865,12 +22633,22 @@ "peer": true }, "columnify": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz", - "integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", + "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", "requires": { - "strip-ansi": "^3.0.0", + "strip-ansi": "^6.0.1", "wcwidth": "^1.0.0" + }, + "dependencies": { + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "combined-stream": { @@ -23419,7 +23197,7 @@ "delegates": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" }, "depd": { "version": "1.1.2", @@ -24868,41 +24646,26 @@ "dev": true }, "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", + "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", + "requires": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" }, "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "ansi-regex": "^5.0.1" } } } @@ -27118,7 +26881,7 @@ "@lerna/run": "file:../../commands/run", "@lerna/version": "file:../../commands/version", "import-local": "^3.0.2", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } }, "leven": { @@ -28099,20 +27862,21 @@ } }, "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", + "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" } }, "number-is-nan": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true }, "nwsapi": { "version": "2.2.0", @@ -30720,6 +30484,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, "requires": { "ansi-regex": "^2.0.0" }, @@ -30727,7 +30492,8 @@ "ansi-regex": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true } } }, diff --git a/package.json b/package.json index b5ed925049..814bd3a229 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "chalk": "^4.1.0", "clone-deep": "^4.0.1", "cmd-shim": "^4.1.0", - "columnify": "^1.5.4", + "columnify": "^1.6.0", "config-chain": "^1.1.12", "conventional-changelog-angular": "^5.0.12", "conventional-changelog-core": "^4.2.2", @@ -78,7 +78,7 @@ "npm-package-arg": "^8.1.0", "npm-packlist": "^2.1.4", "npm-registry-fetch": "^9.0.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-pipe": "^3.1.0", diff --git a/utils/collect-uncommitted/package.json b/utils/collect-uncommitted/package.json index 3cd25810f7..559f68149c 100644 --- a/utils/collect-uncommitted/package.json +++ b/utils/collect-uncommitted/package.json @@ -35,6 +35,6 @@ "dependencies": { "@lerna/child-process": "file:../../core/child-process", "chalk": "^4.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/collect-updates/package.json b/utils/collect-updates/package.json index cd1c96e2bf..ad620f25da 100644 --- a/utils/collect-updates/package.json +++ b/utils/collect-updates/package.json @@ -35,7 +35,7 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/describe-ref": "file:../describe-ref", "minimatch": "^3.0.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "slash": "^3.0.0" } } diff --git a/utils/create-symlink/package.json b/utils/create-symlink/package.json index 54acae7c0f..de184fa056 100644 --- a/utils/create-symlink/package.json +++ b/utils/create-symlink/package.json @@ -33,6 +33,6 @@ "dependencies": { "cmd-shim": "^4.1.0", "fs-extra": "^9.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/describe-ref/package.json b/utils/describe-ref/package.json index 80bf6d3ca1..99de25d14e 100644 --- a/utils/describe-ref/package.json +++ b/utils/describe-ref/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@lerna/child-process": "file:../../core/child-process", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/filter-packages/package.json b/utils/filter-packages/package.json index df30a1cccc..098c761bbf 100644 --- a/utils/filter-packages/package.json +++ b/utils/filter-packages/package.json @@ -33,6 +33,6 @@ "dependencies": { "@lerna/validation-error": "file:../../core/validation-error", "multimatch": "^5.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/get-npm-exec-opts/package.json b/utils/get-npm-exec-opts/package.json index ba33c91968..1ee945f210 100644 --- a/utils/get-npm-exec-opts/package.json +++ b/utils/get-npm-exec-opts/package.json @@ -31,6 +31,6 @@ "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/github-client/package.json b/utils/github-client/package.json index 67af9cc513..51b23fd1b8 100644 --- a/utils/github-client/package.json +++ b/utils/github-client/package.json @@ -35,6 +35,6 @@ "@octokit/plugin-enterprise-rest": "^6.0.1", "@octokit/rest": "^18.1.0", "git-url-parse": "^11.4.4", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/gitlab-client/package.json b/utils/gitlab-client/package.json index c893ccae79..05595f5665 100644 --- a/utils/gitlab-client/package.json +++ b/utils/gitlab-client/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "node-fetch": "^2.6.1", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "whatwg-url": "^8.4.0" } } diff --git a/utils/listable/package.json b/utils/listable/package.json index 1ddc95051f..2b8a52a866 100644 --- a/utils/listable/package.json +++ b/utils/listable/package.json @@ -31,6 +31,6 @@ "dependencies": { "@lerna/query-graph": "file:../query-graph", "chalk": "^4.1.0", - "columnify": "^1.5.4" + "columnify": "^1.6.0" } } diff --git a/utils/log-packed/package.json b/utils/log-packed/package.json index c39f92fe4b..054004c9d6 100644 --- a/utils/log-packed/package.json +++ b/utils/log-packed/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "byte-size": "^7.0.0", - "columnify": "^1.5.4", + "columnify": "^1.6.0", "has-unicode": "^2.0.1", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/map-to-registry/package.json b/utils/map-to-registry/package.json index 663388ee62..e23eba2aa9 100644 --- a/utils/map-to-registry/package.json +++ b/utils/map-to-registry/package.json @@ -38,6 +38,6 @@ }, "dependencies": { "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/npm-dist-tag/package.json b/utils/npm-dist-tag/package.json index 6880c70f56..0cfa260b10 100644 --- a/utils/npm-dist-tag/package.json +++ b/utils/npm-dist-tag/package.json @@ -35,6 +35,6 @@ "@lerna/otplease": "file:../../core/otplease", "npm-package-arg": "^8.1.0", "npm-registry-fetch": "^9.0.0", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/npm-install/package.json b/utils/npm-install/package.json index 82fd2b3d01..c634dbd334 100644 --- a/utils/npm-install/package.json +++ b/utils/npm-install/package.json @@ -35,7 +35,7 @@ "@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts", "fs-extra": "^9.1.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "signal-exit": "^3.0.3", "write-pkg": "^4.0.0" } diff --git a/utils/npm-publish/package.json b/utils/npm-publish/package.json index 3ef20a25db..3ff9a4cc05 100644 --- a/utils/npm-publish/package.json +++ b/utils/npm-publish/package.json @@ -36,7 +36,7 @@ "fs-extra": "^9.1.0", "libnpmpublish": "^4.0.0", "npm-package-arg": "^8.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "pify": "^5.0.0", "read-package-json": "^3.0.0" } diff --git a/utils/npm-run-script/package.json b/utils/npm-run-script/package.json index f02a9cfc02..6ed251eb86 100644 --- a/utils/npm-run-script/package.json +++ b/utils/npm-run-script/package.json @@ -33,6 +33,6 @@ "dependencies": { "@lerna/child-process": "file:../../core/child-process", "@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/output/package.json b/utils/output/package.json index bba22e2aad..96bdef76de 100644 --- a/utils/output/package.json +++ b/utils/output/package.json @@ -31,6 +31,6 @@ "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/pack-directory/package.json b/utils/pack-directory/package.json index 518295f5bf..826589bc02 100644 --- a/utils/pack-directory/package.json +++ b/utils/pack-directory/package.json @@ -32,7 +32,7 @@ "@lerna/run-lifecycle": "file:../run-lifecycle", "@lerna/temp-write": "file:../../utils/temp-write", "npm-packlist": "^2.1.4", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "tar": "^6.1.0" }, "engines": { diff --git a/utils/profiler/package.json b/utils/profiler/package.json index 736199524f..7377d5f395 100644 --- a/utils/profiler/package.json +++ b/utils/profiler/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "fs-extra": "^9.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "upath": "^2.0.1" } } diff --git a/utils/pulse-till-done/package.json b/utils/pulse-till-done/package.json index e7c7a70ec8..bc60b95d7a 100644 --- a/utils/pulse-till-done/package.json +++ b/utils/pulse-till-done/package.json @@ -31,6 +31,6 @@ "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/resolve-symlink/package.json b/utils/resolve-symlink/package.json index 705db62372..704314b663 100644 --- a/utils/resolve-symlink/package.json +++ b/utils/resolve-symlink/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "fs-extra": "^9.1.0", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "read-cmd-shim": "^2.0.0" } } diff --git a/utils/rimraf-dir/package.json b/utils/rimraf-dir/package.json index ba3cc9f889..5e128676bb 100644 --- a/utils/rimraf-dir/package.json +++ b/utils/rimraf-dir/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@lerna/child-process": "file:../../core/child-process", - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "path-exists": "^4.0.0", "rimraf": "^3.0.2" } diff --git a/utils/run-lifecycle/package.json b/utils/run-lifecycle/package.json index 39b03d7cb6..28726ed7fc 100644 --- a/utils/run-lifecycle/package.json +++ b/utils/run-lifecycle/package.json @@ -33,6 +33,6 @@ "dependencies": { "@lerna/npm-conf": "file:../npm-conf", "@npmcli/run-script": "^3.0.2", - "npmlog": "^4.1.2" + "npmlog": "^6.0.2" } } diff --git a/utils/write-log-file/package.json b/utils/write-log-file/package.json index 39a49ff863..0e09f9adc5 100644 --- a/utils/write-log-file/package.json +++ b/utils/write-log-file/package.json @@ -31,7 +31,7 @@ "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { - "npmlog": "^4.1.2", + "npmlog": "^6.0.2", "write-file-atomic": "^3.0.3" } }