Skip to content

Commit f5ed4c5

Browse files
Merge pull request #293 from emberjs/dependabot/npm_and_yarn/chalk-4.1.1
2 parents 0e4b7af + 5775f05 commit f5ed4c5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "qunit tests/**/*-test.js"
2525
},
2626
"dependencies": {
27-
"chalk": "^4.1.0",
27+
"chalk": "^4.1.1",
2828
"ember-cli-version-checker": "^5.1.2",
2929
"glob": "^7.1.6",
3030
"inquirer": "^7.3.3",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ cardinal@^1.0.0:
16801680
ansicolors "~0.2.1"
16811681
redeyed "~1.0.0"
16821682

1683-
[email protected], chalk@^4.0.0, chalk@^4.1.0:
1683+
16841684
version "4.1.0"
16851685
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
16861686
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
@@ -1716,6 +1716,14 @@ chalk@^3.0.0:
17161716
ansi-styles "^4.1.0"
17171717
supports-color "^7.1.0"
17181718

1719+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
1720+
version "4.1.1"
1721+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
1722+
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
1723+
dependencies:
1724+
ansi-styles "^4.1.0"
1725+
supports-color "^7.1.0"
1726+
17191727
changelog-filename-regex@^1.1.0:
17201728
version "1.1.2"
17211729
resolved "https://registry.yarnpkg.com/changelog-filename-regex/-/changelog-filename-regex-1.1.2.tgz#19e98e38248cff0c1cf3ae3bf51bfb22c48592d6"

0 commit comments

Comments
 (0)