@@ -263,6 +263,10 @@ array-equal@^1.0.0:
263
263
version "1.0.0"
264
264
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
265
265
266
+ array-filter@^1.0.0 :
267
+ version "1.0.0"
268
+ resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
269
+
266
270
array-filter@~0.0.0 :
267
271
version "0.0.1"
268
272
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
@@ -312,6 +316,14 @@ array-unique@^0.3.2:
312
316
version "0.3.2"
313
317
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
314
318
319
+ array.prototype.flat@^1.2.1 :
320
+ version "1.2.1"
321
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
322
+ dependencies :
323
+ define-properties "^1.1.2"
324
+ es-abstract "^1.10.0"
325
+ function-bind "^1.1.1"
326
+
315
327
arrify@^1.0.0, arrify@^1.0.1 :
316
328
version "1.0.1"
317
329
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2342,26 +2354,31 @@ enzyme-adapter-utils@^1.3.0:
2342
2354
object.assign "^4.0.4"
2343
2355
prop-types "^15.6.0"
2344
2356
2345
- enzyme@3.3 .0 :
2346
- version "3.3 .0"
2347
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3 .0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479 "
2357
+ enzyme@3.10 .0 :
2358
+ version "3.10 .0"
2359
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10 .0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6 "
2348
2360
dependencies :
2361
+ array.prototype.flat "^1.2.1"
2349
2362
cheerio "^1.0.0-rc.2"
2350
- function.prototype.name "^1.0.3"
2351
- has "^1.0.1"
2363
+ function.prototype.name "^1.1.0"
2364
+ has "^1.0.3"
2365
+ html-element-map "^1.0.0"
2352
2366
is-boolean-object "^1.0.0"
2353
- is-callable "^1.1.3 "
2367
+ is-callable "^1.1.4 "
2354
2368
is-number-object "^1.0.3"
2369
+ is-regex "^1.0.4"
2355
2370
is-string "^1.0.4"
2356
2371
is-subset "^0.1.1"
2357
- lodash "^4.17.4"
2358
- object-inspect "^1.5.0"
2372
+ lodash.escape "^4.0.1"
2373
+ lodash.isequal "^4.5.0"
2374
+ object-inspect "^1.6.0"
2359
2375
object-is "^1.0.1"
2360
2376
object.assign "^4.1.0"
2361
2377
object.entries "^1.0.4"
2362
2378
object.values "^1.0.4"
2363
2379
raf "^3.4.0"
2364
2380
rst-selector-parser "^2.2.3"
2381
+ string.prototype.trim "^1.1.2"
2365
2382
2366
2383
errno@^0.1.3, errno@~0.1.7 :
2367
2384
version "0.1.7"
@@ -2375,6 +2392,17 @@ error-ex@^1.2.0:
2375
2392
dependencies :
2376
2393
is-arrayish "^0.2.1"
2377
2394
2395
+ es-abstract@^1.10.0, es-abstract@^1.5.0 :
2396
+ version "1.13.0"
2397
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2398
+ dependencies :
2399
+ es-to-primitive "^1.2.0"
2400
+ function-bind "^1.1.1"
2401
+ has "^1.0.3"
2402
+ is-callable "^1.1.4"
2403
+ is-regex "^1.0.4"
2404
+ object-keys "^1.0.12"
2405
+
2378
2406
es-abstract@^1.6.1, es-abstract@^1.7.0 :
2379
2407
version "1.12.0"
2380
2408
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -2393,6 +2421,14 @@ es-to-primitive@^1.1.1:
2393
2421
is-date-object "^1.0.1"
2394
2422
is-symbol "^1.0.1"
2395
2423
2424
+ es-to-primitive@^1.2.0 :
2425
+ version "1.2.0"
2426
+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2427
+ dependencies :
2428
+ is-callable "^1.1.4"
2429
+ is-date-object "^1.0.1"
2430
+ is-symbol "^1.0.2"
2431
+
2396
2432
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14 :
2397
2433
version "0.10.45"
2398
2434
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.45.tgz#0bfdf7b473da5919d5adf3bd25ceb754fccc3653"
@@ -3057,11 +3093,11 @@ fsevents@^1.0.0, fsevents@^1.1.3, fsevents@^1.2.2:
3057
3093
nan "^2.9.2"
3058
3094
node-pre-gyp "^0.10.0"
3059
3095
3060
- function-bind@^1.1.0, function-bind@^1.1.1 :
3096
+ function-bind@^1.0.2, function-bind@^1. 1.0, function-bind@^1.1.1 :
3061
3097
version "1.1.1"
3062
3098
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3063
3099
3064
- function.prototype.name@^1.0.3 :
3100
+ function.prototype.name@^1.1.0 :
3065
3101
version "1.1.0"
3066
3102
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
3067
3103
dependencies :
@@ -3303,7 +3339,7 @@ has-values@^1.0.0:
3303
3339
is-number "^3.0.0"
3304
3340
kind-of "^4.0.0"
3305
3341
3306
- has@^1.0.1 :
3342
+ has@^1.0.1, has@^1.0.3 :
3307
3343
version "1.0.3"
3308
3344
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3309
3345
dependencies :
@@ -3369,6 +3405,12 @@ html-comment-regex@^1.1.0:
3369
3405
version "1.1.1"
3370
3406
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.1.tgz#668b93776eaae55ebde8f3ad464b307a4963625e"
3371
3407
3408
+ html-element-map@^1.0.0 :
3409
+ version "1.0.1"
3410
+ resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.1.tgz#3c4fcb4874ebddfe4283b51c8994e7713782b592"
3411
+ dependencies :
3412
+ array-filter "^1.0.0"
3413
+
3372
3414
html-encoding-sniffer@^1.0.1 :
3373
3415
version "1.0.2"
3374
3416
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -3660,6 +3702,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
3660
3702
version "1.1.3"
3661
3703
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
3662
3704
3705
+ is-callable@^1.1.4 :
3706
+ version "1.1.4"
3707
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3708
+
3663
3709
is-ci@^1.0.10 :
3664
3710
version "1.1.0"
3665
3711
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -3895,6 +3941,12 @@ is-symbol@^1.0.1:
3895
3941
version "1.0.1"
3896
3942
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
3897
3943
3944
+ is-symbol@^1.0.2 :
3945
+ version "1.0.2"
3946
+ resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3947
+ dependencies :
3948
+ has-symbols "^1.0.0"
3949
+
3898
3950
is-typedarray@~1.0.0 :
3899
3951
version "1.0.0"
3900
3952
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -4570,10 +4622,18 @@ lodash.defaults@^4.2.0:
4570
4622
version "4.2.0"
4571
4623
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
4572
4624
4625
+ lodash.escape@^4.0.1 :
4626
+ version "4.0.1"
4627
+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4628
+
4573
4629
lodash.flattendeep@^4.4.0 :
4574
4630
version "4.4.0"
4575
4631
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
4576
4632
4633
+ lodash.isequal@^4.5.0 :
4634
+ version "4.5.0"
4635
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4636
+
4577
4637
lodash.memoize@^4.1.2 :
4578
4638
version "4.1.2"
4579
4639
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5109,7 +5169,7 @@ object-hash@^1.1.4:
5109
5169
version "1.3.0"
5110
5170
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.0.tgz#76d9ba6ff113cf8efc0d996102851fe6723963e2"
5111
5171
5112
- object-inspect@^1.5 .0 :
5172
+ object-inspect@^1.6 .0 :
5113
5173
version "1.6.0"
5114
5174
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
5115
5175
@@ -5121,6 +5181,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
5121
5181
version "1.0.12"
5122
5182
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
5123
5183
5184
+ object-keys@^1.0.12 :
5185
+ version "1.1.1"
5186
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
5187
+
5124
5188
object-visit@^1.0.0 :
5125
5189
version "1.0.1"
5126
5190
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -6878,6 +6942,14 @@ string-width@^1.0.1, string-width@^1.0.2:
6878
6942
is-fullwidth-code-point "^2.0.0"
6879
6943
strip-ansi "^4.0.0"
6880
6944
6945
+ string.prototype.trim@^1.1.2 :
6946
+ version "1.1.2"
6947
+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
6948
+ dependencies :
6949
+ define-properties "^1.1.2"
6950
+ es-abstract "^1.5.0"
6951
+ function-bind "^1.0.2"
6952
+
6881
6953
string_decoder@^1.0.0, string_decoder@~1.1.1 :
6882
6954
version "1.1.1"
6883
6955
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
0 commit comments