Skip to content

Commit eebb1d6

Browse files
Merge pull request #319 from emberjs/dependabot/npm_and_yarn/chalk-4.1.2
2 parents 076cc0a + 967d63e commit eebb1d6

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.1",
27+
"chalk": "^4.1.2",
2828
"ember-cli-version-checker": "^5.1.2",
2929
"glob": "^7.1.7",
3030
"inquirer": "^7.3.3",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ [email protected]:
17451745
ansi-styles "^4.1.0"
17461746
supports-color "^7.1.0"
17471747

1748-
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
1748+
17491749
version "4.1.1"
17501750
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
17511751
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
@@ -1781,6 +1781,14 @@ chalk@^3.0.0:
17811781
ansi-styles "^4.1.0"
17821782
supports-color "^7.1.0"
17831783

1784+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
1785+
version "4.1.2"
1786+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1787+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1788+
dependencies:
1789+
ansi-styles "^4.1.0"
1790+
supports-color "^7.1.0"
1791+
17841792
changelog-filename-regex@^1.1.0:
17851793
version "1.1.2"
17861794
resolved "https://registry.yarnpkg.com/changelog-filename-regex/-/changelog-filename-regex-1.1.2.tgz#19e98e38248cff0c1cf3ae3bf51bfb22c48592d6"

0 commit comments

Comments
 (0)