Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 3a21351

Browse files
build(deps): bump chalk from 2.4.2 to 3.0.0
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 3.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v2.4.2...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6820205 commit 3a21351

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@glimmer/validator": "^0.44.0",
3131
"@simple-dom/interface": "^1.4.0",
3232
"capitalize": "^2.0.1",
33-
"chalk": "^2.4.2",
33+
"chalk": "^3.0.0",
3434
"cli-table3": "^0.5.1",
3535
"columnify": "^1.5.4",
3636
"ember-template-recast": "^3.3.1",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,14 +2223,13 @@ cardinal@^1.0.0:
22232223
ansicolors "~0.2.1"
22242224
redeyed "~1.0.0"
22252225

2226-
chalk@*, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
2227-
version "2.4.2"
2228-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2229-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2226+
chalk@*, chalk@^3.0.0:
2227+
version "3.0.0"
2228+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2229+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
22302230
dependencies:
2231-
ansi-styles "^3.2.1"
2232-
escape-string-regexp "^1.0.5"
2233-
supports-color "^5.3.0"
2231+
ansi-styles "^4.1.0"
2232+
supports-color "^7.1.0"
22342233

22352234
chalk@^1.0.0, chalk@^1.1.3:
22362235
version "1.1.3"
@@ -2243,13 +2242,14 @@ chalk@^1.0.0, chalk@^1.1.3:
22432242
strip-ansi "^3.0.0"
22442243
supports-color "^2.0.0"
22452244

2246-
chalk@^3.0.0:
2247-
version "3.0.0"
2248-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2249-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2245+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
2246+
version "2.4.2"
2247+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2248+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
22502249
dependencies:
2251-
ansi-styles "^4.1.0"
2252-
supports-color "^7.1.0"
2250+
ansi-styles "^3.2.1"
2251+
escape-string-regexp "^1.0.5"
2252+
supports-color "^5.3.0"
22532253

22542254
chardet@^0.4.0:
22552255
version "0.4.2"

0 commit comments

Comments
 (0)