@@ -482,6 +482,10 @@ array-equal@^1.0.0:
482
482
version "1.0.0"
483
483
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
484
484
485
+ array-filter@^1.0.0 :
486
+ version "1.0.0"
487
+ resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
488
+
485
489
array-find@^1.0.0 :
486
490
version "1.0.0"
487
491
resolved "https://registry.yarnpkg.com/array-find/-/array-find-1.0.0.tgz#6c8e286d11ed768327f8e62ecee87353ca3e78b8"
@@ -511,6 +515,14 @@ array-unique@^0.2.1:
511
515
version "0.2.1"
512
516
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
513
517
518
+ array.prototype.flat@^1.2.1 :
519
+ version "1.2.1"
520
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
521
+ dependencies :
522
+ define-properties "^1.1.2"
523
+ es-abstract "^1.10.0"
524
+ function-bind "^1.1.1"
525
+
514
526
array.prototype.flatmap@^1.2.0 :
515
527
version "1.2.0"
516
528
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.0.tgz#279f7ed4eeb1cedfe5515e92e63cfb40ca15b74b"
@@ -2840,26 +2852,31 @@ enzyme-to-json@3.3.1:
2840
2852
dependencies :
2841
2853
lodash "^4.17.4"
2842
2854
2843
- enzyme@3.3 .0 :
2844
- version "3.3 .0"
2845
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3 .0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479 "
2855
+ enzyme@3.10 .0 :
2856
+ version "3.10 .0"
2857
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10 .0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6 "
2846
2858
dependencies :
2859
+ array.prototype.flat "^1.2.1"
2847
2860
cheerio "^1.0.0-rc.2"
2848
- function.prototype.name "^1.0.3"
2849
- has "^1.0.1"
2861
+ function.prototype.name "^1.1.0"
2862
+ has "^1.0.3"
2863
+ html-element-map "^1.0.0"
2850
2864
is-boolean-object "^1.0.0"
2851
- is-callable "^1.1.3 "
2865
+ is-callable "^1.1.4 "
2852
2866
is-number-object "^1.0.3"
2867
+ is-regex "^1.0.4"
2853
2868
is-string "^1.0.4"
2854
2869
is-subset "^0.1.1"
2855
- lodash "^4.17.4"
2856
- object-inspect "^1.5.0"
2870
+ lodash.escape "^4.0.1"
2871
+ lodash.isequal "^4.5.0"
2872
+ object-inspect "^1.6.0"
2857
2873
object-is "^1.0.1"
2858
2874
object.assign "^4.1.0"
2859
2875
object.entries "^1.0.4"
2860
2876
object.values "^1.0.4"
2861
2877
raf "^3.4.0"
2862
2878
rst-selector-parser "^2.2.3"
2879
+ string.prototype.trim "^1.1.2"
2863
2880
2864
2881
errno@^0.1.3, errno@^0.1.4 :
2865
2882
version "0.1.6"
@@ -2883,6 +2900,17 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
2883
2900
is-callable "^1.1.3"
2884
2901
is-regex "^1.0.4"
2885
2902
2903
+ es-abstract@^1.5.0 :
2904
+ version "1.13.0"
2905
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2906
+ dependencies :
2907
+ es-to-primitive "^1.2.0"
2908
+ function-bind "^1.1.1"
2909
+ has "^1.0.3"
2910
+ is-callable "^1.1.4"
2911
+ is-regex "^1.0.4"
2912
+ object-keys "^1.0.12"
2913
+
2886
2914
es-to-primitive@^1.1.1 :
2887
2915
version "1.1.1"
2888
2916
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -2891,6 +2919,14 @@ es-to-primitive@^1.1.1:
2891
2919
is-date-object "^1.0.1"
2892
2920
is-symbol "^1.0.1"
2893
2921
2922
+ es-to-primitive@^1.2.0 :
2923
+ version "1.2.0"
2924
+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2925
+ dependencies :
2926
+ is-callable "^1.1.4"
2927
+ is-date-object "^1.0.1"
2928
+ is-symbol "^1.0.2"
2929
+
2894
2930
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14 :
2895
2931
version "0.10.38"
2896
2932
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.38.tgz#fa7d40d65bbc9bb8a67e1d3f9cc656a00530eed3"
@@ -3569,7 +3605,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
3569
3605
version "1.1.1"
3570
3606
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3571
3607
3572
- function.prototype.name@^1.0.3, function.prototype.name@^1. 1.0 :
3608
+ function.prototype.name@^1.1.0 :
3573
3609
version "1.1.0"
3574
3610
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
3575
3611
dependencies :
@@ -3798,6 +3834,12 @@ has@^1.0.1:
3798
3834
dependencies :
3799
3835
function-bind "^1.0.2"
3800
3836
3837
+ has@^1.0.3 :
3838
+ version "1.0.3"
3839
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3840
+ dependencies :
3841
+ function-bind "^1.1.1"
3842
+
3801
3843
hash-base@^2.0.0 :
3802
3844
version "2.0.2"
3803
3845
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3896,6 +3938,12 @@ html-element-attributes@^1.0.0:
3896
3938
version "1.3.0"
3897
3939
resolved "https://registry.yarnpkg.com/html-element-attributes/-/html-element-attributes-1.3.0.tgz#f06ebdfce22de979db82020265cac541fb17d4fc"
3898
3940
3941
+ html-element-map@^1.0.0 :
3942
+ version "1.0.1"
3943
+ resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.1.tgz#3c4fcb4874ebddfe4283b51c8994e7713782b592"
3944
+ dependencies :
3945
+ array-filter "^1.0.0"
3946
+
3899
3947
html-encoding-sniffer@^1.0.2 :
3900
3948
version "1.0.2"
3901
3949
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -4181,6 +4229,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
4181
4229
version "1.1.3"
4182
4230
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
4183
4231
4232
+ is-callable@^1.1.4 :
4233
+ version "1.1.4"
4234
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4235
+
4184
4236
is-ci@^1.0.10 :
4185
4237
version "1.1.0"
4186
4238
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4361,6 +4413,12 @@ is-symbol@^1.0.1:
4361
4413
version "1.0.1"
4362
4414
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
4363
4415
4416
+ is-symbol@^1.0.2 :
4417
+ version "1.0.2"
4418
+ resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
4419
+ dependencies :
4420
+ has-symbols "^1.0.0"
4421
+
4364
4422
is-typedarray@~1.0.0 :
4365
4423
version "1.0.0"
4366
4424
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -5054,6 +5112,10 @@ lodash.debounce@^4.0.8:
5054
5112
version "4.0.8"
5055
5113
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
5056
5114
5115
+ lodash.escape@^4.0.1 :
5116
+ version "4.0.1"
5117
+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5118
+
5057
5119
lodash.flattendeep@^4.4.0 :
5058
5120
version "4.4.0"
5059
5121
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5066,6 +5128,10 @@ lodash.isarray@^3.0.0:
5066
5128
version "3.0.4"
5067
5129
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
5068
5130
5131
+ lodash.isequal@^4.5.0 :
5132
+ version "4.5.0"
5133
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5134
+
5069
5135
lodash.isplainobject@^4.0.6 :
5070
5136
version "4.0.6"
5071
5137
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -5587,9 +5653,9 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
5587
5653
version "4.1.1"
5588
5654
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
5589
5655
5590
- object-inspect@^1.5 .0 :
5591
- version "1.5 .0"
5592
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5 .0.tgz#9d876c11e40f485c79215670281b767488f9bfe3 "
5656
+ object-inspect@^1.6 .0 :
5657
+ version "1.6 .0"
5658
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6 .0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b "
5593
5659
5594
5660
object-is@^1.0.1 :
5595
5661
version "1.0.1"
@@ -5599,6 +5665,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
5599
5665
version "1.0.11"
5600
5666
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
5601
5667
5668
+ object-keys@^1.0.12 :
5669
+ version "1.1.1"
5670
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
5671
+
5602
5672
object-keys@~0.2.0 :
5603
5673
version "0.2.0"
5604
5674
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -7377,6 +7447,14 @@ string.prototype.padstart@^3.0.0:
7377
7447
es-abstract "^1.4.3"
7378
7448
function-bind "^1.0.2"
7379
7449
7450
+ string.prototype.trim@^1.1.2 :
7451
+ version "1.1.2"
7452
+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
7453
+ dependencies :
7454
+ define-properties "^1.1.2"
7455
+ es-abstract "^1.5.0"
7456
+ function-bind "^1.0.2"
7457
+
7380
7458
string_decoder@^1.0.0, string_decoder@~1.0.3 :
7381
7459
version "1.0.3"
7382
7460
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
0 commit comments