Skip to content

Commit c173235

Browse files
committed
fix: update chalk
1 parent 43f7d15 commit c173235

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "netlify-labs",
2424
"license": "MIT",
2525
"dependencies": {
26-
"chalk": "^4.1.0",
26+
"chalk": "^5.6.2",
2727
"chrome-launcher": "^0.15.0",
2828
"compression": "^1.7.4",
2929
"dotenv": "^16.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,11 @@ chalk@^4.0.0, chalk@^4.1.0:
18001800
ansi-styles "^4.1.0"
18011801
supports-color "^7.1.0"
18021802

1803+
chalk@^5.6.2:
1804+
version "5.6.2"
1805+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
1806+
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
1807+
18031808
char-regex@^1.0.2:
18041809
version "1.0.2"
18051810
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)