Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 22c86ad

Browse files
dependabot[bot]tomusdrw
authored andcommitted
Bump chalk from 2.4.1 to 2.4.2 (#82)
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v2.4.1...v2.4.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 276ffaa commit 22c86ad

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"babel-plugin-transform-react-remove-prop-types": "0.4.21",
3030
"babel-preset-env": "1.7.0",
3131
"babel-preset-react": "6.24.1",
32-
"chalk": "2.4.1",
32+
"chalk": "2.4.2",
3333
"circular-dependency-plugin": "4.4.0",
3434
"ejs-loader": "0.3.1",
3535
"eslint": "4.16.0",

yarn.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -474,14 +474,7 @@ ansi-styles@^2.2.1:
474474
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
475475
integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
476476

477-
ansi-styles@^3.0.0:
478-
version "3.2.0"
479-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88"
480-
integrity sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==
481-
dependencies:
482-
color-convert "^1.9.0"
483-
484-
ansi-styles@^3.2.1:
477+
ansi-styles@^3.0.0, ansi-styles@^3.2.1:
485478
version "3.2.1"
486479
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
487480
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -2239,7 +2232,7 @@ [email protected], chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
22392232
strip-ansi "^3.0.0"
22402233
supports-color "^2.0.0"
22412234

2242-
[email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1:
2235+
22432236
version "2.4.1"
22442237
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
22452238
integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==
@@ -2248,6 +2241,15 @@ [email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.
22482241
escape-string-regexp "^1.0.5"
22492242
supports-color "^5.3.0"
22502243

2244+
[email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1:
2245+
version "2.4.2"
2246+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2247+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2248+
dependencies:
2249+
ansi-styles "^3.2.1"
2250+
escape-string-regexp "^1.0.5"
2251+
supports-color "^5.3.0"
2252+
22512253
character-entities-html4@^1.0.0:
22522254
version "1.1.1"
22532255
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.1.tgz#359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50"
@@ -10364,14 +10366,7 @@ supports-color@^4.2.1:
1036410366
dependencies:
1036510367
has-flag "^2.0.0"
1036610368

10367-
supports-color@^5.1.0:
10368-
version "5.1.0"
10369-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.1.0.tgz#058a021d1b619f7ddf3980d712ea3590ce7de3d5"
10370-
integrity sha512-Ry0AwkoKjDpVKK4sV4h6o3UJmNRbjYm2uXhwfj3J56lMVdvnUNqzQVRztOOMGQ++w1K/TjNDFvpJk0F/LoeBCQ==
10371-
dependencies:
10372-
has-flag "^2.0.0"
10373-
10374-
supports-color@^5.3.0, supports-color@^5.5.0:
10369+
supports-color@^5.1.0, supports-color@^5.3.0, supports-color@^5.5.0:
1037510370
version "5.5.0"
1037610371
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
1037710372
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==

0 commit comments

Comments
 (0)