Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 046c375

Browse files
committed
build(deps): update dependency chalk to v5
1 parent 7e9e615 commit 046c375

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"@types/node": "18.0.0",
290290
"@types/q": "1.5.5",
291291
"@types/yargs": "17.0.10",
292-
"chalk": "4.1.2",
292+
"chalk": "5.2.0",
293293
"codelyzer": "6.0.2",
294294
"jasmine-core": "4.2.0",
295295
"jasmine-spec-reporter": "7.0.0",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8029,13 +8029,10 @@ chalk@4.1.0:
80298029
ansi-styles "^4.1.0"
80308030
supports-color "^7.1.0"
80318031

8032-
chalk@4.1.2, chalk@^4.0.2:
8033-
version "4.1.2"
8034-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
8035-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
8036-
dependencies:
8037-
ansi-styles "^4.1.0"
8038-
supports-color "^7.1.0"
8032+
chalk@5.2.0:
8033+
version "5.2.0"
8034+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
8035+
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
80398036

80408037
chalk@^1.1.1, chalk@^1.1.3:
80418038
version "1.1.3"
@@ -8065,6 +8062,14 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
80658062
ansi-styles "^4.1.0"
80668063
supports-color "^7.1.0"
80678064

8065+
chalk@^4.0.2:
8066+
version "4.1.2"
8067+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
8068+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
8069+
dependencies:
8070+
ansi-styles "^4.1.0"
8071+
supports-color "^7.1.0"
8072+
80688073
char-regex@^1.0.2:
80698074
version "1.0.2"
80708075
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)