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

Commit 035f460

Browse files
Update dependency chalk to v5
1 parent e77c5a3 commit 035f460

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

create-keystone-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"dependencies": {
1414
"@babel/runtime": "^7.18.9",
15-
"chalk": "^4.1.2",
15+
"chalk": "^5.0.0",
1616
"enquirer": "^2.3.6",
1717
"execa": "^5.1.1",
1818
"fs-extra": "^10.1.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5011,6 +5011,11 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.2:
50115011
escape-string-regexp "^1.0.5"
50125012
supports-color "^5.3.0"
50135013

5014+
chalk@^5.0.0:
5015+
version "5.1.2"
5016+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45"
5017+
integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==
5018+
50145019
char-regex@^1.0.2:
50155020
version "1.0.2"
50165021
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)