@@ -1174,6 +1174,10 @@ array-equal@^1.0.0:
1174
1174
version "1.0.0"
1175
1175
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
1176
1176
1177
+ array-filter@^1.0.0 :
1178
+ version "1.0.0"
1179
+ resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
1180
+
1177
1181
array-flatten@1.1.1 :
1178
1182
version "1.1.1"
1179
1183
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
@@ -1196,6 +1200,14 @@ array-unique@^0.3.2:
1196
1200
version "0.3.2"
1197
1201
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
1198
1202
1203
+ array.prototype.flat@^1.2.1 :
1204
+ version "1.2.1"
1205
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
1206
+ dependencies :
1207
+ define-properties "^1.1.2"
1208
+ es-abstract "^1.10.0"
1209
+ function-bind "^1.1.1"
1210
+
1199
1211
arrify@^1.0.0, arrify@^1.0.1 :
1200
1212
version "1.0.1"
1201
1213
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2524,26 +2536,31 @@ enzyme-to-json@3.3.4:
2524
2536
dependencies :
2525
2537
lodash "^4.17.4"
2526
2538
2527
- enzyme@3.3 .0 :
2528
- version "3.3 .0"
2529
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3 .0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479 "
2539
+ enzyme@3.9 .0 :
2540
+ version "3.9 .0"
2541
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.9 .0.tgz#2b491f06ca966eb56b6510068c7894a7e0be3909 "
2530
2542
dependencies :
2543
+ array.prototype.flat "^1.2.1"
2531
2544
cheerio "^1.0.0-rc.2"
2532
- function.prototype.name "^1.0.3"
2533
- has "^1.0.1"
2545
+ function.prototype.name "^1.1.0"
2546
+ has "^1.0.3"
2547
+ html-element-map "^1.0.0"
2534
2548
is-boolean-object "^1.0.0"
2535
- is-callable "^1.1.3 "
2549
+ is-callable "^1.1.4 "
2536
2550
is-number-object "^1.0.3"
2551
+ is-regex "^1.0.4"
2537
2552
is-string "^1.0.4"
2538
2553
is-subset "^0.1.1"
2539
- lodash "^4.17.4"
2540
- object-inspect "^1.5.0"
2554
+ lodash.escape "^4.0.1"
2555
+ lodash.isequal "^4.5.0"
2556
+ object-inspect "^1.6.0"
2541
2557
object-is "^1.0.1"
2542
2558
object.assign "^4.1.0"
2543
2559
object.entries "^1.0.4"
2544
2560
object.values "^1.0.4"
2545
2561
raf "^3.4.0"
2546
2562
rst-selector-parser "^2.2.3"
2563
+ string.prototype.trim "^1.1.2"
2547
2564
2548
2565
errno@^0.1.2, errno@^0.1.3, errno@~0.1.7 :
2549
2566
version "0.1.7"
@@ -2563,6 +2580,17 @@ error-stack-parser@^2.0.0:
2563
2580
dependencies :
2564
2581
stackframe "^1.0.4"
2565
2582
2583
+ es-abstract@^1.10.0, es-abstract@^1.5.0 :
2584
+ version "1.13.0"
2585
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2586
+ dependencies :
2587
+ es-to-primitive "^1.2.0"
2588
+ function-bind "^1.1.1"
2589
+ has "^1.0.3"
2590
+ is-callable "^1.1.4"
2591
+ is-regex "^1.0.4"
2592
+ object-keys "^1.0.12"
2593
+
2566
2594
es-abstract@^1.5.1, es-abstract@^1.6.1 :
2567
2595
version "1.12.0"
2568
2596
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -2581,6 +2609,14 @@ es-to-primitive@^1.1.1:
2581
2609
is-date-object "^1.0.1"
2582
2610
is-symbol "^1.0.1"
2583
2611
2612
+ es-to-primitive@^1.2.0 :
2613
+ version "1.2.0"
2614
+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2615
+ dependencies :
2616
+ is-callable "^1.1.4"
2617
+ is-date-object "^1.0.1"
2618
+ is-symbol "^1.0.2"
2619
+
2584
2620
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14 :
2585
2621
version "0.10.45"
2586
2622
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.45.tgz#0bfdf7b473da5919d5adf3bd25ceb754fccc3653"
@@ -3099,7 +3135,7 @@ fsevents@^1.2.2, fsevents@^1.2.3:
3099
3135
nan "^2.9.2"
3100
3136
node-pre-gyp "^0.10.0"
3101
3137
3102
- function-bind@^1.1.0, function-bind@^1.1.1 :
3138
+ function-bind@^1.0.2, function-bind@^1. 1.0, function-bind@^1.1.1 :
3103
3139
version "1.1.1"
3104
3140
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3105
3141
@@ -3335,7 +3371,7 @@ has-values@^1.0.0:
3335
3371
is-number "^3.0.0"
3336
3372
kind-of "^4.0.0"
3337
3373
3338
- has@^1.0.1 :
3374
+ has@^1.0.1, has@^1.0.3 :
3339
3375
version "1.0.3"
3340
3376
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3341
3377
dependencies :
@@ -3438,6 +3474,12 @@ hsts@2.1.0:
3438
3474
version "2.1.0"
3439
3475
resolved "https://registry.yarnpkg.com/hsts/-/hsts-2.1.0.tgz#cbd6c918a2385fee1dd5680bfb2b3a194c0121cc"
3440
3476
3477
+ html-element-map@^1.0.0 :
3478
+ version "1.0.0"
3479
+ resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.0.tgz#19a41940225153ecdfead74f8509154ff1cdc18b"
3480
+ dependencies :
3481
+ array-filter "^1.0.0"
3482
+
3441
3483
html-encoding-sniffer@^1.0.2 :
3442
3484
version "1.0.2"
3443
3485
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -3638,7 +3680,7 @@ is-builtin-module@^1.0.0:
3638
3680
dependencies :
3639
3681
builtin-modules "^1.0.0"
3640
3682
3641
- is-callable@^1.1.1, is-callable@^1.1.3 :
3683
+ is-callable@^1.1.1, is-callable@^1.1.3, is-callable@^1.1.4 :
3642
3684
version "1.1.4"
3643
3685
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3644
3686
@@ -3830,6 +3872,12 @@ is-symbol@^1.0.1:
3830
3872
version "1.0.1"
3831
3873
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
3832
3874
3875
+ is-symbol@^1.0.2 :
3876
+ version "1.0.2"
3877
+ resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3878
+ dependencies :
3879
+ has-symbols "^1.0.0"
3880
+
3833
3881
is-typedarray@~1.0.0 :
3834
3882
version "1.0.0"
3835
3883
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -4532,10 +4580,18 @@ lodash.debounce@^4.0.8:
4532
4580
version "4.0.8"
4533
4581
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
4534
4582
4583
+ lodash.escape@^4.0.1 :
4584
+ version "4.0.1"
4585
+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4586
+
4535
4587
lodash.flattendeep@^4.4.0 :
4536
4588
version "4.4.0"
4537
4589
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
4538
4590
4591
+ lodash.isequal@^4.5.0 :
4592
+ version "4.5.0"
4593
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4594
+
4539
4595
lodash.sortby@^4.7.0 :
4540
4596
version "4.7.0"
4541
4597
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -5109,7 +5165,7 @@ object-copy@^0.1.0:
5109
5165
define-property "^0.2.5"
5110
5166
kind-of "^3.0.3"
5111
5167
5112
- object-inspect@^1.5.0 :
5168
+ object-inspect@^1.5.0, object-inspect@^1.6.0 :
5113
5169
version "1.6.0"
5114
5170
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
5115
5171
@@ -5121,6 +5177,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
5121
5177
version "1.0.12"
5122
5178
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
5123
5179
5180
+ object-keys@^1.0.12 :
5181
+ version "1.1.0"
5182
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032"
5183
+
5124
5184
object-visit@^1.0.0 :
5125
5185
version "1.0.1"
5126
5186
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -6523,6 +6583,14 @@ string-width@^1.0.1:
6523
6583
is-fullwidth-code-point "^2.0.0"
6524
6584
strip-ansi "^4.0.0"
6525
6585
6586
+ string.prototype.trim@^1.1.2 :
6587
+ version "1.1.2"
6588
+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
6589
+ dependencies :
6590
+ define-properties "^1.1.2"
6591
+ es-abstract "^1.5.0"
6592
+ function-bind "^1.0.2"
6593
+
6526
6594
string_decoder@^1.0.0, string_decoder@~1.1.1 :
6527
6595
version "1.1.1"
6528
6596
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
0 commit comments