Skip to content

Commit

Permalink
downgrade chalk version
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano committed Nov 22, 2022
1 parent c1f977c commit 6be1254
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"test:coverage": "c8 ava"
},
"dependencies": {
"chalk": "^5.1.2",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"graphql": "^15.8.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,14 @@ chalk@*:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@4:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^2.4.1:
version "2.4.2"
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
Expand Down

0 comments on commit 6be1254

Please sign in to comment.