Skip to content

Commit 0a6d5b8

Browse files
author
Anand Thakker
committed
Update yarn.lock
Specifically for zaach/jsonlint#103 (comment)
1 parent 26f63b2 commit 0a6d5b8

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

yarn.lock

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@ ansi-styles@^3.2.0:
426426
dependencies:
427427
color-convert "^1.9.0"
428428

429+
ansi-styles@~1.0.0:
430+
version "1.0.0"
431+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178"
432+
429433
anymatch@^1.3.0:
430434
version "1.3.2"
431435
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a"
@@ -2125,6 +2129,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1:
21252129
escape-string-regexp "^1.0.5"
21262130
supports-color "^5.2.0"
21272131

2132+
chalk@~0.4.0:
2133+
version "0.4.0"
2134+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
2135+
dependencies:
2136+
ansi-styles "~1.0.0"
2137+
has-color "~0.1.0"
2138+
strip-ansi "~0.1.0"
2139+
21282140
character-entities-html4@^1.0.0:
21292141
version "1.1.1"
21302142
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.1.tgz#359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50"
@@ -4729,6 +4741,10 @@ has-binary2@~1.0.2:
47294741
dependencies:
47304742
isarray "2.0.1"
47314743

4744+
has-color@~0.1.0:
4745+
version "0.1.7"
4746+
resolved "https://registry.yarnpkg.com/has-color/-/has-color-0.1.7.tgz#67144a5260c34fc3cca677d041daf52fe7b78b2f"
4747+
47324748
47334749
version "1.1.0"
47344750
resolved "https://registry.yarnpkg.com/has-cors/-/has-cors-1.1.0.tgz#5e474793f7ea9843d1bb99c23eef49ff126fff39"
@@ -6954,8 +6970,11 @@ node-pre-gyp@^0.6.39:
69546970
tar-pack "^3.4.0"
69556971

69566972
"nomnom@>= 1.5.x":
6957-
version "2.0.0"
6958-
resolved "https://registry.yarnpkg.com/nomnom/-/nomnom-2.0.0.tgz#5ca9db7ec8e7c0911a63dec172c491165414629a"
6973+
version "1.8.1"
6974+
resolved "https://registry.yarnpkg.com/nomnom/-/nomnom-1.8.1.tgz#2151f722472ba79e50a76fc125bb8c8f2e4dc2a7"
6975+
dependencies:
6976+
chalk "~0.4.0"
6977+
underscore "~1.6.0"
69596978

69606979
noop-logger@^0.1.1:
69616980
version "0.1.1"
@@ -9517,6 +9536,10 @@ strip-ansi@^4.0.0:
95179536
dependencies:
95189537
ansi-regex "^3.0.0"
95199538

9539+
strip-ansi@~0.1.0:
9540+
version "0.1.1"
9541+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
9542+
95209543
strip-bom-stream@^1.0.0:
95219544
version "1.0.0"
95229545
resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz#e7144398577d51a6bed0fa1994fa05f43fd988ee"
@@ -10168,6 +10191,10 @@ unc-path-regex@^0.1.2:
1016810191
version "0.1.2"
1016910192
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1017010193

10194+
underscore@~1.6.0:
10195+
version "1.6.0"
10196+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8"
10197+
1017110198
unflowify@^1.0.0:
1017210199
version "1.0.1"
1017310200
resolved "https://registry.yarnpkg.com/unflowify/-/unflowify-1.0.1.tgz#a2ea0d25c0affcc46955e6473575f7c5a1f4a696"

0 commit comments

Comments
 (0)