Skip to content

Commit 23cf05d

Browse files
renovate-botFeiyang1
authored andcommitted
Update dependency chalk to v3 (#2360)
1 parent 8da5ed0 commit 23cf05d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"integration/*"
4747
],
4848
"devDependencies": {
49-
"chalk": "2.4.2",
49+
"chalk": "3.0.0",
5050
"child-process-promise": "2.2.1",
5151
"clone": "2.1.2",
5252
"coveralls": "3.0.7",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,11 @@
17691769
resolved "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
17701770
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
17711771

1772+
"@types/color-name@^1.1.1":
1773+
version "1.1.1"
1774+
resolved "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
1775+
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
1776+
17721777
"@types/connect@*":
17731778
version "3.4.32"
17741779
resolved "https://registry.npmjs.org/@types/connect/-/connect-3.4.32.tgz#aa0e9616b9435ccad02bc52b5b454ffc2c70ba28"
@@ -3568,6 +3573,14 @@ [email protected], [email protected], "chalk@^1.1.3 || 2.x", chalk@^2.0.0, chalk@^2.0.1, chalk
35683573
escape-string-regexp "^1.0.5"
35693574
supports-color "^5.3.0"
35703575

3576+
3577+
version "3.0.0"
3578+
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3579+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3580+
dependencies:
3581+
ansi-styles "^4.1.0"
3582+
supports-color "^7.1.0"
3583+
35713584
chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
35723585
version "1.1.3"
35733586
resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"

0 commit comments

Comments
 (0)