Skip to content

Commit 43207d4

Browse files
committed
chore(deps): update devdependency chalk to v5
1 parent 34f27b1 commit 43207d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"babel-jest": "^24.9.0",
5555
"babel-loader": "^8.0.6",
5656
"babel-register": "^6.22.0",
57-
"chalk": "^2.4.2",
57+
"chalk": "^5.0.1",
5858
"codecov": "^3.5.0",
5959
"cross-spawn": "^6.0.5",
6060
"eslint": "^6.2.0",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -1727,6 +1727,11 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
17271727
escape-string-regexp "^1.0.5"
17281728
supports-color "^5.3.0"
17291729

1730+
chalk@^5.0.1:
1731+
version "5.0.1"
1732+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
1733+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
1734+
17301735
chardet@^0.7.0:
17311736
version "0.7.0"
17321737
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)