Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 802d18a

Browse files
committed
fix(deps): update dependency chalk to v4
1 parent c489298 commit 802d18a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "mocha --recursive node-tests"
2020
},
2121
"dependencies": {
22-
"chalk": "^3.0.0",
22+
"chalk": "^4.0.0",
2323
"ember-cli-babel": "^7.0.0",
2424
"ember-cli-get-component-path-option": "^1.0.0",
2525
"ember-cli-normalize-entity-name": "^1.0.0",

yarn.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3486,14 +3486,6 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4
34863486
escape-string-regexp "^1.0.5"
34873487
supports-color "^5.3.0"
34883488

3489-
chalk@^3.0.0:
3490-
version "3.0.0"
3491-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3492-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3493-
dependencies:
3494-
ansi-styles "^4.1.0"
3495-
supports-color "^7.1.0"
3496-
34973489
chalk@^4.0.0:
34983490
version "4.1.0"
34993491
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"

0 commit comments

Comments
 (0)