Skip to content

Commit 088e442

Browse files
fix(deps): update dependency chalk to v5
1 parent 6aa8ade commit 088e442

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
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"dependencies": {
51-
"chalk": "^3.0.0",
51+
"chalk": "^5.1.2",
5252
"delay": "^4.3.0",
5353
"execa": "^4.0.2",
5454
"got": "^10.7.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@~4.1.0:
15241524
ansi-styles "^4.1.0"
15251525
supports-color "^7.1.0"
15261526

1527+
chalk@^5.1.2:
1528+
version "5.1.2"
1529+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45"
1530+
integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==
1531+
15271532
chardet@^0.7.0:
15281533
version "0.7.0"
15291534
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)