Skip to content

Commit 7705d6a

Browse files
fix(deps): update dependency chalk to v5.4.0 (#1232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97fe2cf commit 7705d6a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/listr-smart-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"jest-extended": "4.0.2"
3131
},
3232
"dependencies": {
33-
"chalk": "5.3.0",
33+
"chalk": "5.4.0",
3434
"cli-truncate": "4.0.0",
3535
"elegant-spinner": "3.0.0",
3636
"indent-string": "5.0.0",

packages/mg-stripe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@tryghost/debug": "0.1.33",
4545
"@tryghost/errors": "1.3.6",
4646
"@tryghost/pretty-cli": "1.2.45",
47-
"chalk": "5.3.0",
47+
"chalk": "5.4.0",
4848
"child_process": "1.0.2",
4949
"inquirer": "10.2.2",
5050
"ora": "8.1.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4713,10 +4713,10 @@ celia@^8.0.2:
47134713
resolved "https://registry.yarnpkg.com/celia/-/celia-8.0.4.tgz#501b4d9f91147979ebfff81fab16acbcf2823d4d"
47144714
integrity sha512-XwPKQgxQ5Dr+lIbsFSBzf9U/u9vnh5pPLbbEEeFPPS7Jgw0bMXmuKUs2sJvAlr/noLeaDIYVLnGi8fsjATP7gg==
47154715

4716-
chalk@5.3.0, chalk@^5.3.0:
4717-
version "5.3.0"
4718-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
4719-
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
4716+
chalk@5.4.0, chalk@^5.3.0:
4717+
version "5.4.0"
4718+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.0.tgz#846fdb5d5d939d6fa3d565cd5545697b6f8b6923"
4719+
integrity sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==
47204720

47214721
chalk@^1.0.0, chalk@^1.1.3:
47224722
version "1.1.3"

0 commit comments

Comments
 (0)