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

Commit f479cf6

Browse files
Update dependency chalk to v5
1 parent 9ba1818 commit f479cf6

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
@@ -5002,6 +5002,11 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.2:
50025002
escape-string-regexp "^1.0.5"
50035003
supports-color "^5.3.0"
50045004

5005+
chalk@^5.0.0:
5006+
version "5.1.0"
5007+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.0.tgz#c4b4a62bfb6df0eeeb5dbc52e6a9ecaff14b9976"
5008+
integrity sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==
5009+
50055010
char-regex@^1.0.2:
50065011
version "1.0.2"
50075012
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)