@@ -75,10 +75,24 @@ ansi-escapes@^1.1.0:
75
75
ansi-regex@^2.0.0 :
76
76
version "2.1.1"
77
77
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
78
+ integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==
79
+
80
+ ansi-regex@^3.0.0 :
81
+ version "3.0.1"
82
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1"
83
+ integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==
78
84
79
85
ansi-styles@^2.2.1 :
80
86
version "2.2.1"
81
87
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
88
+ integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==
89
+
90
+ ansi-styles@^3.2.1 :
91
+ version "3.2.1"
92
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
93
+ integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
94
+ dependencies :
95
+ color-convert "^1.9.0"
82
96
83
97
ansi-styles@~1.0.0 :
84
98
version "1.0.0"
@@ -1160,7 +1174,7 @@ center-align@^0.1.1:
1160
1174
align-text "^0.1.3"
1161
1175
lazy-cache "^1.0.3"
1162
1176
1163
- chalk@1.1.3, chalk@ ^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3 :
1177
+ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3 :
1164
1178
version "1.1.3"
1165
1179
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
1166
1180
dependencies :
@@ -1170,6 +1184,15 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
1170
1184
strip-ansi "^3.0.0"
1171
1185
supports-color "^2.0.0"
1172
1186
1187
+ chalk@^2.0.1, chalk@^2.1.0 :
1188
+ version "2.4.2"
1189
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1190
+ integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1191
+ dependencies :
1192
+ ansi-styles "^3.2.1"
1193
+ escape-string-regexp "^1.0.5"
1194
+ supports-color "^5.3.0"
1195
+
1173
1196
chalk@~0.4.0 :
1174
1197
version "0.4.0"
1175
1198
resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
@@ -1237,6 +1260,18 @@ code-point-at@^1.0.0:
1237
1260
version "1.1.0"
1238
1261
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
1239
1262
1263
+ color-convert@^1.9.0 :
1264
+ version "1.9.3"
1265
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
1266
+ integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
1267
+ dependencies :
1268
+ color-name "1.1.3"
1269
+
1270
+ color-name@1.1.3 :
1271
+ version "1.1.3"
1272
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
1273
+ integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
1274
+
1240
1275
color-space@^1.14.3 :
1241
1276
version "1.14.7"
1242
1277
resolved "https://registry.yarnpkg.com/color-space/-/color-space-1.14.7.tgz#b7f5a31779427bb25f9927a69410d80c2eaaa71b"
@@ -1713,6 +1748,7 @@ escape-html@~1.0.3:
1713
1748
escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5 :
1714
1749
version "1.0.5"
1715
1750
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
1751
+ integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
1716
1752
1717
1753
escodegen@1.8.x, escodegen@^1.6.1 :
1718
1754
version "1.8.1"
@@ -2219,6 +2255,7 @@ har-validator@~2.0.6:
2219
2255
has-ansi@^2.0.0 :
2220
2256
version "2.0.0"
2221
2257
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
2258
+ integrity sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==
2222
2259
dependencies :
2223
2260
ansi-regex "^2.0.0"
2224
2261
@@ -2240,6 +2277,11 @@ has-flag@^1.0.0:
2240
2277
version "1.0.0"
2241
2278
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
2242
2279
2280
+ has-flag@^3.0.0 :
2281
+ version "3.0.0"
2282
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
2283
+ integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
2284
+
2243
2285
has-unicode@^2.0.0 :
2244
2286
version "2.0.1"
2245
2287
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2744,10 +2786,13 @@ karma-firefox-launcher@^1.0.0:
2744
2786
resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-1.0.0.tgz#e08af3ce42e39860c2952ea7b7eaa64d63508bdc"
2745
2787
2746
2788
karma-mocha-reporter@^2.2.2 :
2747
- version "2.2.2"
2748
- resolved "https://registry.yarnpkg.com/karma-mocha-reporter/-/karma-mocha-reporter-2.2.2.tgz#876de9a287244e54a608591732a98e66611f6abe"
2789
+ version "2.2.5"
2790
+ resolved "https://registry.yarnpkg.com/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz#15120095e8ed819186e47a0b012f3cd741895560"
2791
+ integrity sha512-Hr6nhkIp0GIJJrvzY8JFeHpQZNseuIakGac4bpw8K1+5F0tLb6l7uvXRa8mt2Z+NVwYgCct4QAfp2R2QP6o00w==
2749
2792
dependencies :
2750
- chalk "1.1.3"
2793
+ chalk "^2.1.0"
2794
+ log-symbols "^2.1.0"
2795
+ strip-ansi "^4.0.0"
2751
2796
2752
2797
karma-mocha@^1.3.0 :
2753
2798
version "1.3.0"
@@ -2934,6 +2979,13 @@ lodash@^4.0.0, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.2.0, lodash@^4.2.1, lod
2934
2979
version "4.17.4"
2935
2980
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
2936
2981
2982
+ log-symbols@^2.1.0 :
2983
+ version "2.2.0"
2984
+ resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
2985
+ integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==
2986
+ dependencies :
2987
+ chalk "^2.0.1"
2988
+
2937
2989
log4js@^0.6.31 :
2938
2990
version "0.6.38"
2939
2991
resolved "https://registry.yarnpkg.com/log4js/-/log4js-0.6.38.tgz#2c494116695d6fb25480943d3fc872e662a522fd"
@@ -4092,6 +4144,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
4092
4144
dependencies :
4093
4145
ansi-regex "^2.0.0"
4094
4146
4147
+ strip-ansi@^4.0.0 :
4148
+ version "4.0.0"
4149
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
4150
+ integrity sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==
4151
+ dependencies :
4152
+ ansi-regex "^3.0.0"
4153
+
4095
4154
strip-ansi@~0.1.0 :
4096
4155
version "0.1.1"
4097
4156
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
@@ -4129,6 +4188,14 @@ supports-color@3.1.2, supports-color@^3.1.0:
4129
4188
supports-color@^2.0.0 :
4130
4189
version "2.0.0"
4131
4190
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
4191
+ integrity sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==
4192
+
4193
+ supports-color@^5.3.0 :
4194
+ version "5.5.0"
4195
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
4196
+ integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
4197
+ dependencies :
4198
+ has-flag "^3.0.0"
4132
4199
4133
4200
symbol-observable@^1.0.2 :
4134
4201
version "1.0.4"
0 commit comments