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

Commit 1bb0e23

Browse files
renovate[bot]francoischalifour
authored andcommitted
fix(deps): update dependency chalk to v2.4.2 (#385)
1 parent 2b5f396 commit 1bb0e23

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
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"algoliasearch": "3.30.0",
40-
"chalk": "2.4.1",
40+
"chalk": "2.4.2",
4141
"commander": "2.19.0",
4242
"inquirer": "6.2.2",
4343
"jstransformer-handlebars": "1.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,14 @@ [email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1:
11761176
escape-string-regexp "^1.0.5"
11771177
supports-color "^5.3.0"
11781178

1179+
[email protected], chalk@^2.4.2:
1180+
version "2.4.2"
1181+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1182+
dependencies:
1183+
ansi-styles "^3.2.1"
1184+
escape-string-regexp "^1.0.5"
1185+
supports-color "^5.3.0"
1186+
11791187
chalk@^1.1.3:
11801188
version "1.1.3"
11811189
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -1186,14 +1194,6 @@ chalk@^1.1.3:
11861194
strip-ansi "^3.0.0"
11871195
supports-color "^2.0.0"
11881196

1189-
chalk@^2.4.2:
1190-
version "2.4.2"
1191-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1192-
dependencies:
1193-
ansi-styles "^3.2.1"
1194-
escape-string-regexp "^1.0.5"
1195-
supports-color "^5.3.0"
1196-
11971197
character-entities-legacy@^1.0.0:
11981198
version "1.1.2"
11991199
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.2.tgz#7c6defb81648498222c9855309953d05f4d63a9c"

0 commit comments

Comments
 (0)