Skip to content

Commit 6a8091c

Browse files
author
Aurélien Ooms
authored
Merge pull request #83 from aureooms/renovate/pin-dependencies
Pin dependency chalk to 4.1.0
2 parents ca075c2 + 41f8481 commit 6a8091c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"babel-plugin-transform-remove-console": "6.9.4",
8888
"babel-plugin-unassert": "3.0.1",
8989
"babel-preset-power-assert": "3.0.0",
90-
"chalk": "^4.1.0",
90+
"chalk": "4.1.0",
9191
"coveralls": "3.1.0",
9292
"esdoc": "1.1.0",
9393
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,6 +1713,14 @@ caseless@~0.12.0:
17131713
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
17141714
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
17151715

1716+
chalk@4.1.0, chalk@^4.0.0, chalk@^4.1.0:
1717+
version "4.1.0"
1718+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
1719+
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
1720+
dependencies:
1721+
ansi-styles "^4.1.0"
1722+
supports-color "^7.1.0"
1723+
17161724
chalk@^1.0.0, chalk@^1.1.3:
17171725
version "1.1.3"
17181726
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -1741,14 +1749,6 @@ chalk@^3.0.0:
17411749
ansi-styles "^4.1.0"
17421750
supports-color "^7.1.0"
17431751

1744-
chalk@^4.0.0, chalk@^4.1.0:
1745-
version "4.1.0"
1746-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
1747-
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
1748-
dependencies:
1749-
ansi-styles "^4.1.0"
1750-
supports-color "^7.1.0"
1751-
17521752
chardet@^0.7.0:
17531753
version "0.7.0"
17541754
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)