From 28c0e3a482d24def938bc397674ea748b0b0a83f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:27:11 +0000 Subject: [PATCH] Update dependency console-log-colors to ^0.4.0 --- package-lock.json | 31 ++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a9d748..903556e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.1", "license": "MIT", "dependencies": { - "console-log-colors": "^0.2.3", + "console-log-colors": "^0.4.0", "console-table-printer": "^2.11.0", "listr": "^0.14.3", "yargs": "^17.5.1" @@ -994,6 +994,15 @@ "hook-cli": "dist/index.js" } }, + "node_modules/@beuluis/hook-cli/node_modules/console-log-colors": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/console-log-colors/-/console-log-colors-0.2.3.tgz", + "integrity": "sha512-KAGsePEunvs575RFAIThR7sUBVuqXU0Y2tckA99k25itVAOa0hPwf3HkNVyQ7XnbisKvTp/gLnByjG9NTYt3hw==", + "dev": true, + "engines": { + "node": ">= 4.1.0" + } + }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", @@ -3408,9 +3417,9 @@ "dev": true }, "node_modules/console-log-colors": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/console-log-colors/-/console-log-colors-0.2.3.tgz", - "integrity": "sha512-KAGsePEunvs575RFAIThR7sUBVuqXU0Y2tckA99k25itVAOa0hPwf3HkNVyQ7XnbisKvTp/gLnByjG9NTYt3hw==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/console-log-colors/-/console-log-colors-0.4.0.tgz", + "integrity": "sha512-XX0qO0MUzbREpPrutavmOLML8h8IokzKTzJqMwvykBcL9D7bMbj5P17+driOjy4RaA99aIAkMDo8holIxYbbpQ==", "engines": { "node": ">= 4.1.0" } @@ -11031,6 +11040,14 @@ "console-table-printer": "^2.11.0", "listr": "^0.14.3", "yargs": "^17.5.1" + }, + "dependencies": { + "console-log-colors": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/console-log-colors/-/console-log-colors-0.2.3.tgz", + "integrity": "sha512-KAGsePEunvs575RFAIThR7sUBVuqXU0Y2tckA99k25itVAOa0hPwf3HkNVyQ7XnbisKvTp/gLnByjG9NTYt3hw==", + "dev": true + } } }, "@cspotcode/source-map-support": { @@ -12738,9 +12755,9 @@ "dev": true }, "console-log-colors": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/console-log-colors/-/console-log-colors-0.2.3.tgz", - "integrity": "sha512-KAGsePEunvs575RFAIThR7sUBVuqXU0Y2tckA99k25itVAOa0hPwf3HkNVyQ7XnbisKvTp/gLnByjG9NTYt3hw==" + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/console-log-colors/-/console-log-colors-0.4.0.tgz", + "integrity": "sha512-XX0qO0MUzbREpPrutavmOLML8h8IokzKTzJqMwvykBcL9D7bMbj5P17+driOjy4RaA99aIAkMDo8holIxYbbpQ==" }, "console-table-printer": { "version": "2.11.1", diff --git a/package.json b/package.json index 756580f..e95469f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/Beuterei/hook-cli#readme", "dependencies": { - "console-log-colors": "^0.2.3", + "console-log-colors": "^0.4.0", "console-table-printer": "^2.11.0", "listr": "^0.14.3", "yargs": "^17.5.1"