From e8542af6389225fee8f2f0c7b8ec56736cb806b6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 10 Jun 2020 16:54:20 +0200 Subject: [PATCH] Update dependency chalk to v4.1.0 (#831) --- package-lock.json | 42 +++--------------------------------- packages/linter/package.json | 2 +- 2 files changed, 4 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index 160fdc13f..1e30e3fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,10 +66,7 @@ } }, "@ampproject/toolbox-cache-list": { - "version": "file:packages/cache-list", - "requires": { - "@ampproject/toolbox-core": "^2.5.0" - } + "version": "file:packages/cache-list" }, "@ampproject/toolbox-cache-url": { "version": "file:packages/cache-url", @@ -81,14 +78,7 @@ "@ampproject/toolbox-cli": { "version": "file:packages/cli", "requires": { - "@ampproject/toolbox-cache-list": "^2.5.0", - "@ampproject/toolbox-cache-url": "^2.3.0", - "@ampproject/toolbox-core": "^2.5.0", - "@ampproject/toolbox-linter": "^2.5.0", "@ampproject/toolbox-optimizer": "^2.5.0", - "@ampproject/toolbox-runtime-fetch": "^2.5.0", - "@ampproject/toolbox-runtime-version": "^2.5.0", - "@ampproject/toolbox-update-cache": "^2.5.0", "minimist": "1.2.5", "minimist-options": "4.1.0", "node-fetch": "2.6.0" @@ -99,10 +89,6 @@ "resolved": "https://registry.npmjs.org/@ampproject/toolbox-optimizer/-/toolbox-optimizer-2.5.0.tgz", "integrity": "sha512-aMUx4pyxx2j+HA1qT3RuzGj9unjMO7HEt5FBsV5hqc4g+6MkKlLi/GOktvhHArVWKWOy0qNOzCIHhPzIP5xQTA==", "requires": { - "@ampproject/toolbox-core": "^2.5.0", - "@ampproject/toolbox-runtime-version": "^2.5.0", - "@ampproject/toolbox-script-csp": "^2.3.0", - "@ampproject/toolbox-validator-rules": "^2.3.0", "cross-fetch": "3.0.4", "cssnano": "4.1.10", "dom-serializer": "1.0.1", @@ -231,18 +217,11 @@ } }, "@ampproject/toolbox-cors": { - "version": "file:packages/cors", - "requires": { - "@ampproject/toolbox-cache-list": "^2.5.0", - "@ampproject/toolbox-cache-url": "^2.3.0", - "@ampproject/toolbox-core": "^2.5.0" - } + "version": "file:packages/cors" }, "@ampproject/toolbox-linter": { "version": "file:packages/linter", "requires": { - "@ampproject/toolbox-cache-list": "^2.5.0", - "@ampproject/toolbox-cache-url": "^2.3.0", "amphtml-validator": "1.0.31", "chalk": "4.0.0", "cheerio": "1.0.0-rc.3", @@ -382,10 +361,6 @@ "@ampproject/toolbox-optimizer": { "version": "file:packages/optimizer", "requires": { - "@ampproject/toolbox-core": "^2.5.0", - "@ampproject/toolbox-runtime-version": "^2.5.0", - "@ampproject/toolbox-script-csp": "^2.3.0", - "@ampproject/toolbox-validator-rules": "^2.3.0", "cross-fetch": "3.0.4", "cssnano": "4.1.10", "dom-serializer": "1.0.1", @@ -492,9 +467,7 @@ "@ampproject/toolbox-optimizer-express": { "version": "file:packages/optimizer-express", "requires": { - "@ampproject/toolbox-core": "^2.5.0", "@ampproject/toolbox-optimizer": "^2.5.0", - "@ampproject/toolbox-runtime-version": "^2.5.0", "mime-types": "2.1.27", "whatwg-url": "8.1.0" }, @@ -504,10 +477,6 @@ "resolved": "https://registry.npmjs.org/@ampproject/toolbox-optimizer/-/toolbox-optimizer-2.5.0.tgz", "integrity": "sha512-aMUx4pyxx2j+HA1qT3RuzGj9unjMO7HEt5FBsV5hqc4g+6MkKlLi/GOktvhHArVWKWOy0qNOzCIHhPzIP5xQTA==", "requires": { - "@ampproject/toolbox-core": "^2.5.0", - "@ampproject/toolbox-runtime-version": "^2.5.0", - "@ampproject/toolbox-script-csp": "^2.3.0", - "@ampproject/toolbox-validator-rules": "^2.3.0", "cross-fetch": "3.0.4", "cssnano": "4.1.10", "dom-serializer": "1.0.1", @@ -713,10 +682,7 @@ } }, "@ampproject/toolbox-runtime-version": { - "version": "file:packages/runtime-version", - "requires": { - "@ampproject/toolbox-core": "^2.5.0" - } + "version": "file:packages/runtime-version" }, "@ampproject/toolbox-script-csp": { "version": "file:packages/script-csp" @@ -724,8 +690,6 @@ "@ampproject/toolbox-update-cache": { "version": "file:packages/update-cache", "requires": { - "@ampproject/toolbox-cache-list": "^2.5.0", - "@ampproject/toolbox-cache-url": "^2.3.0", "jsrsasign": "8.0.16" } }, diff --git a/packages/linter/package.json b/packages/linter/package.json index a1fbb6bed..cbe3321ab 100644 --- a/packages/linter/package.json +++ b/packages/linter/package.json @@ -14,7 +14,7 @@ "@ampproject/toolbox-cache-list": "^2.5.1", "@ampproject/toolbox-cache-url": "^2.3.0", "amphtml-validator": "1.0.31", - "chalk": "4.0.0", + "chalk": "4.1.0", "cheerio": "1.0.0-rc.3", "commander": "5.1.0", "debug": "4.1.1",