From ed265e55d14ecefea876c62c9408ba688849545f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 08:42:31 +0200 Subject: [PATCH] fix(deps): update dependency chalk to v5 (#4343) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 23 ++++++++++++++++------- packages/core/package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 628ba3d8bc..2ba8e76233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5479,7 +5479,8 @@ }, "node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5493,7 +5494,8 @@ }, "node_modules/chalk/node_modules/supports-color": { "version": "7.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { "has-flag": "^4.0.0" }, @@ -22261,7 +22263,7 @@ "@stryker-mutator/instrumenter": "7.1.0", "@stryker-mutator/util": "7.1.0", "ajv": "~8.12.0", - "chalk": "~5.2.0", + "chalk": "~5.3.0", "commander": "~11.0.0", "diff-match-patch": "1.0.5", "emoji-regex": "~10.2.1", @@ -22320,8 +22322,9 @@ } }, "packages/core/node_modules/chalk": { - "version": "5.2.0", - "license": "MIT", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -24858,7 +24861,7 @@ "@types/progress": "2.0.5", "@types/semver": "7.5.0", "ajv": "~8.12.0", - "chalk": "~5.2.0", + "chalk": "~5.3.0", "commander": "~11.0.0", "diff-match-patch": "1.0.5", "emoji-regex": "~10.2.1", @@ -24896,7 +24899,9 @@ } }, "chalk": { - "version": "5.2.0" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" }, "cli-width": { "version": "4.0.0" @@ -26783,6 +26788,8 @@ }, "chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26790,6 +26797,8 @@ "dependencies": { "supports-color": { "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "requires": { "has-flag": "^4.0.0" } diff --git a/packages/core/package.json b/packages/core/package.json index 846ea91001..4254241f9e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -66,7 +66,7 @@ "@stryker-mutator/instrumenter": "7.1.0", "@stryker-mutator/util": "7.1.0", "ajv": "~8.12.0", - "chalk": "~5.2.0", + "chalk": "~5.3.0", "commander": "~11.0.0", "diff-match-patch": "1.0.5", "emoji-regex": "~10.2.1",