Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit f757b6b

Browse files
fix(deps): update dependency chalk to v5
1 parent 91e7006 commit f757b6b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@apollo/server": "4.9.5",
4141
"aws-sdk": "2.1206.0",
4242
"bcryptjs": "2.4.3",
43-
"chalk": "4.1.2",
43+
"chalk": "5.3.0",
4444
"class-transformer": "0.5.1",
4545
"class-validator": "0.14.0",
4646
"dayjs": "1.11.10",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7709,14 +7709,6 @@ [email protected]:
77097709
ansi-styles "^4.1.0"
77107710
supports-color "^7.1.0"
77117711

7712-
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
7713-
version "4.1.2"
7714-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
7715-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
7716-
dependencies:
7717-
ansi-styles "^4.1.0"
7718-
supports-color "^7.1.0"
7719-
77207712
77217713
version "5.3.0"
77227714
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
@@ -7731,6 +7723,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2:
77317723
escape-string-regexp "^1.0.5"
77327724
supports-color "^5.3.0"
77337725

7726+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
7727+
version "4.1.2"
7728+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
7729+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
7730+
dependencies:
7731+
ansi-styles "^4.1.0"
7732+
supports-color "^7.1.0"
7733+
77347734
77357735
version "1.0.14"
77367736
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1"

0 commit comments

Comments
 (0)