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

Commit a9dd44b

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 d8eb449 commit a9dd44b

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.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,14 +2228,13 @@ cardinal@^1.0.0:
22282228
ansicolors "~0.2.1"
22292229
redeyed "~1.0.0"
22302230

2231-
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:
2232-
version "2.4.2"
2233-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2234-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2231+
chalk@*, chalk@^3.0.0:
2232+
version "3.0.0"
2233+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2234+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
22352235
dependencies:
2236-
ansi-styles "^3.2.1"
2237-
escape-string-regexp "^1.0.5"
2238-
supports-color "^5.3.0"
2236+
ansi-styles "^4.1.0"
2237+
supports-color "^7.1.0"
22392238

22402239
chalk@^1.0.0, chalk@^1.1.3:
22412240
version "1.1.3"
@@ -2248,13 +2247,14 @@ chalk@^1.0.0, chalk@^1.1.3:
22482247
strip-ansi "^3.0.0"
22492248
supports-color "^2.0.0"
22502249

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

22592259
chardet@^0.4.0:
22602260
version "0.4.2"

0 commit comments

Comments
 (0)