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

Commit 324ca1f

Browse files
Update dependency chalk to v5
1 parent b3ed451 commit 324ca1f

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
@@ -5099,6 +5099,11 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.2:
50995099
escape-string-regexp "^1.0.5"
51005100
supports-color "^5.3.0"
51015101

5102+
chalk@^5.0.0:
5103+
version "5.0.1"
5104+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
5105+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
5106+
51025107
char-regex@^1.0.2:
51035108
version "1.0.2"
51045109
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)