@@ -1512,6 +1512,10 @@ array-equal@^1.0.0:
1512
1512
version "1.0.0"
1513
1513
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
1514
1514
1515
+ array-filter@^1.0.0 :
1516
+ version "1.0.0"
1517
+ resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
1518
+
1515
1519
array-find@^1.0.0 :
1516
1520
version "1.0.0"
1517
1521
resolved "https://registry.yarnpkg.com/array-find/-/array-find-1.0.0.tgz#6c8e286d11ed768327f8e62ecee87353ca3e78b8"
@@ -1545,6 +1549,14 @@ array-unique@^0.3.2:
1545
1549
version "0.3.2"
1546
1550
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
1547
1551
1552
+ array.prototype.flat@^1.2.1 :
1553
+ version "1.2.1"
1554
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
1555
+ dependencies :
1556
+ define-properties "^1.1.2"
1557
+ es-abstract "^1.10.0"
1558
+ function-bind "^1.1.1"
1559
+
1548
1560
array.prototype.flatmap@^1.2.0 :
1549
1561
version "1.2.1"
1550
1562
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.1.tgz#3103cd4826ef90019c9b0a4839b2535fa6faf4e9"
@@ -3722,6 +3734,12 @@ define-properties@^1.1.2:
3722
3734
foreach "^2.0.5"
3723
3735
object-keys "^1.0.8"
3724
3736
3737
+ define-properties@^1.1.3 :
3738
+ version "1.1.3"
3739
+ resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
3740
+ dependencies :
3741
+ object-keys "^1.0.12"
3742
+
3725
3743
define-property@^0.2.5 :
3726
3744
version "0.2.5"
3727
3745
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
@@ -4026,26 +4044,31 @@ enzyme-to-json@3.3.3:
4026
4044
dependencies :
4027
4045
lodash "^4.17.4"
4028
4046
4029
- enzyme@3.3 .0 :
4030
- version "3.3 .0"
4031
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3 .0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479 "
4047
+ enzyme@3.10 .0 :
4048
+ version "3.10 .0"
4049
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10 .0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6 "
4032
4050
dependencies :
4051
+ array.prototype.flat "^1.2.1"
4033
4052
cheerio "^1.0.0-rc.2"
4034
- function.prototype.name "^1.0.3"
4035
- has "^1.0.1"
4053
+ function.prototype.name "^1.1.0"
4054
+ has "^1.0.3"
4055
+ html-element-map "^1.0.0"
4036
4056
is-boolean-object "^1.0.0"
4037
- is-callable "^1.1.3 "
4057
+ is-callable "^1.1.4 "
4038
4058
is-number-object "^1.0.3"
4059
+ is-regex "^1.0.4"
4039
4060
is-string "^1.0.4"
4040
4061
is-subset "^0.1.1"
4041
- lodash "^4.17.4"
4042
- object-inspect "^1.5.0"
4062
+ lodash.escape "^4.0.1"
4063
+ lodash.isequal "^4.5.0"
4064
+ object-inspect "^1.6.0"
4043
4065
object-is "^1.0.1"
4044
4066
object.assign "^4.1.0"
4045
4067
object.entries "^1.0.4"
4046
4068
object.values "^1.0.4"
4047
4069
raf "^3.4.0"
4048
4070
rst-selector-parser "^2.2.3"
4071
+ string.prototype.trim "^1.1.2"
4049
4072
4050
4073
errno@^0.1.3, errno@~0.1.7 :
4051
4074
version "0.1.7"
@@ -4069,6 +4092,17 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
4069
4092
is-callable "^1.1.3"
4070
4093
is-regex "^1.0.4"
4071
4094
4095
+ es-abstract@^1.13.0 :
4096
+ version "1.13.0"
4097
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
4098
+ dependencies :
4099
+ es-to-primitive "^1.2.0"
4100
+ function-bind "^1.1.1"
4101
+ has "^1.0.3"
4102
+ is-callable "^1.1.4"
4103
+ is-regex "^1.0.4"
4104
+ object-keys "^1.0.12"
4105
+
4072
4106
es-to-primitive@^1.1.1 :
4073
4107
version "1.1.1"
4074
4108
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -4077,6 +4111,14 @@ es-to-primitive@^1.1.1:
4077
4111
is-date-object "^1.0.1"
4078
4112
is-symbol "^1.0.1"
4079
4113
4114
+ es-to-primitive@^1.2.0 :
4115
+ version "1.2.0"
4116
+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
4117
+ dependencies :
4118
+ is-callable "^1.1.4"
4119
+ is-date-object "^1.0.1"
4120
+ is-symbol "^1.0.2"
4121
+
4080
4122
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14 :
4081
4123
version "0.10.41"
4082
4124
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.41.tgz#bab3e982d750f0112f0cb9e6abed72c59eb33eb2"
@@ -4813,7 +4855,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
4813
4855
version "1.1.1"
4814
4856
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
4815
4857
4816
- function.prototype.name@^1.0.3, function.prototype.name@^1. 1.0 :
4858
+ function.prototype.name@^1.1.0 :
4817
4859
version "1.1.0"
4818
4860
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
4819
4861
dependencies :
@@ -5084,6 +5126,12 @@ has@^1.0.1:
5084
5126
dependencies :
5085
5127
function-bind "^1.0.2"
5086
5128
5129
+ has@^1.0.3 :
5130
+ version "1.0.3"
5131
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
5132
+ dependencies :
5133
+ function-bind "^1.1.1"
5134
+
5087
5135
hash-base@^2.0.0 :
5088
5136
version "2.0.2"
5089
5137
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -5192,6 +5240,12 @@ html-element-attributes@^1.0.0:
5192
5240
version "1.3.0"
5193
5241
resolved "https://registry.yarnpkg.com/html-element-attributes/-/html-element-attributes-1.3.0.tgz#f06ebdfce22de979db82020265cac541fb17d4fc"
5194
5242
5243
+ html-element-map@^1.0.0 :
5244
+ version "1.1.0"
5245
+ resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.1.0.tgz#e5aab9a834caf883b421f8bd9eaedcaac887d63c"
5246
+ dependencies :
5247
+ array-filter "^1.0.0"
5248
+
5195
5249
html-encoding-sniffer@^1.0.2 :
5196
5250
version "1.0.2"
5197
5251
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -5489,6 +5543,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
5489
5543
version "1.1.3"
5490
5544
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
5491
5545
5546
+ is-callable@^1.1.4 :
5547
+ version "1.1.4"
5548
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
5549
+
5492
5550
is-ci@^1.0.10 :
5493
5551
version "1.1.0"
5494
5552
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -5719,6 +5777,12 @@ is-symbol@^1.0.1:
5719
5777
version "1.0.1"
5720
5778
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
5721
5779
5780
+ is-symbol@^1.0.2 :
5781
+ version "1.0.2"
5782
+ resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
5783
+ dependencies :
5784
+ has-symbols "^1.0.0"
5785
+
5722
5786
is-typedarray@~1.0.0 :
5723
5787
version "1.0.0"
5724
5788
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -6432,6 +6496,10 @@ lodash.debounce@^4.0.8:
6432
6496
version "4.0.8"
6433
6497
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
6434
6498
6499
+ lodash.escape@^4.0.1 :
6500
+ version "4.0.1"
6501
+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
6502
+
6435
6503
lodash.flattendeep@^4.4.0 :
6436
6504
version "4.4.0"
6437
6505
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -6444,6 +6512,10 @@ lodash.isarray@^3.0.0:
6444
6512
version "3.0.4"
6445
6513
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
6446
6514
6515
+ lodash.isequal@^4.5.0 :
6516
+ version "4.5.0"
6517
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
6518
+
6447
6519
lodash.isplainobject@^4.0.6 :
6448
6520
version "4.0.6"
6449
6521
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -7034,9 +7106,9 @@ object-copy@^0.1.0:
7034
7106
define-property "^0.2.5"
7035
7107
kind-of "^3.0.3"
7036
7108
7037
- object-inspect@^1.5 .0 :
7038
- version "1.5 .0"
7039
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5 .0.tgz#9d876c11e40f485c79215670281b767488f9bfe3 "
7109
+ object-inspect@^1.6 .0 :
7110
+ version "1.6 .0"
7111
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6 .0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b "
7040
7112
7041
7113
object-is@^1.0.1 :
7042
7114
version "1.0.1"
@@ -7046,6 +7118,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
7046
7118
version "1.0.11"
7047
7119
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
7048
7120
7121
+ object-keys@^1.0.12 :
7122
+ version "1.1.1"
7123
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
7124
+
7049
7125
object-keys@~0.2.0 :
7050
7126
version "0.2.0"
7051
7127
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -8978,6 +9054,14 @@ string.prototype.padstart@^3.0.0:
8978
9054
es-abstract "^1.4.3"
8979
9055
function-bind "^1.0.2"
8980
9056
9057
+ string.prototype.trim@^1.1.2 :
9058
+ version "1.2.0"
9059
+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.0.tgz#75a729b10cfc1be439543dae442129459ce61e3d"
9060
+ dependencies :
9061
+ define-properties "^1.1.3"
9062
+ es-abstract "^1.13.0"
9063
+ function-bind "^1.1.1"
9064
+
8981
9065
string_decoder@^1.0.0 :
8982
9066
version "1.1.0"
8983
9067
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.0.tgz#384f322ee8a848e500effde99901bba849c5d403"
0 commit comments