@@ -258,6 +258,10 @@ array-equal@^1.0.0:
258258 version "1.0.0"
259259 resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
260260
261+ array-filter@^1.0.0 :
262+ version "1.0.0"
263+ resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
264+
261265array-filter@~0.0.0 :
262266 version "0.0.1"
263267 resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
@@ -303,6 +307,14 @@ array-unique@^0.2.1:
303307 version "0.2.1"
304308 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
305309
310+ array.prototype.flat@^1.2.1 :
311+ version "1.2.1"
312+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
313+ dependencies :
314+ define-properties "^1.1.2"
315+ es-abstract "^1.10.0"
316+ function-bind "^1.1.1"
317+
306318arrify@^1.0.0, arrify@^1.0.1 :
307319 version "1.0.1"
308320 resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
23472359 dependencies :
23482360 lodash "^4.17.4"
23492361
2350- enzyme@3.3 .0 :
2351- version "3.3 .0"
2352- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3 .0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479 "
2362+ enzyme@3.10 .0 :
2363+ version "3.10 .0"
2364+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10 .0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6 "
23532365 dependencies :
2366+ array.prototype.flat "^1.2.1"
23542367 cheerio "^1.0.0-rc.2"
2355- function.prototype.name "^1.0.3"
2356- has "^1.0.1"
2368+ function.prototype.name "^1.1.0"
2369+ has "^1.0.3"
2370+ html-element-map "^1.0.0"
23572371 is-boolean-object "^1.0.0"
2358- is-callable "^1.1.3 "
2372+ is-callable "^1.1.4 "
23592373 is-number-object "^1.0.3"
2374+ is-regex "^1.0.4"
23602375 is-string "^1.0.4"
23612376 is-subset "^0.1.1"
2362- lodash "^4.17.4"
2363- object-inspect "^1.5.0"
2377+ lodash.escape "^4.0.1"
2378+ lodash.isequal "^4.5.0"
2379+ object-inspect "^1.6.0"
23642380 object-is "^1.0.1"
23652381 object.assign "^4.1.0"
23662382 object.entries "^1.0.4"
23672383 object.values "^1.0.4"
23682384 raf "^3.4.0"
23692385 rst-selector-parser "^2.2.3"
2386+ string.prototype.trim "^1.1.2"
23702387
23712388errno@^0.1.3, errno@^0.1.4 :
23722389 version "0.1.6"
@@ -2380,6 +2397,17 @@ error-ex@^1.2.0, error-ex@^1.3.1:
23802397 dependencies :
23812398 is-arrayish "^0.2.1"
23822399
2400+ es-abstract@^1.10.0, es-abstract@^1.5.0 :
2401+ version "1.13.0"
2402+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2403+ dependencies :
2404+ es-to-primitive "^1.2.0"
2405+ function-bind "^1.1.1"
2406+ has "^1.0.3"
2407+ is-callable "^1.1.4"
2408+ is-regex "^1.0.4"
2409+ object-keys "^1.0.12"
2410+
23832411es-abstract@^1.6.1, es-abstract@^1.7.0 :
23842412 version "1.10.0"
23852413 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -2398,6 +2426,14 @@ es-to-primitive@^1.1.1:
23982426 is-date-object "^1.0.1"
23992427 is-symbol "^1.0.1"
24002428
2429+ es-to-primitive@^1.2.0 :
2430+ version "1.2.0"
2431+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2432+ dependencies :
2433+ is-callable "^1.1.4"
2434+ is-date-object "^1.0.1"
2435+ is-symbol "^1.0.2"
2436+
24012437es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14 :
24022438 version "0.10.37"
24032439 resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.37.tgz#0ee741d148b80069ba27d020393756af257defc3"
@@ -3182,7 +3218,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
31823218 version "1.1.1"
31833219 resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
31843220
3185- function.prototype.name@^1.0.3 :
3221+ function.prototype.name@^1.1.0 :
31863222 version "1.1.0"
31873223 resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
31883224 dependencies :
@@ -3444,6 +3480,12 @@ has@^1.0.1:
34443480 dependencies :
34453481 function-bind "^1.0.2"
34463482
3483+ has@^1.0.3 :
3484+ version "1.0.3"
3485+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3486+ dependencies :
3487+ function-bind "^1.1.1"
3488+
34473489hash-base@^2.0.0 :
34483490 version "2.0.2"
34493491 resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3557,6 +3599,12 @@ html-comment-regex@^1.1.0:
35573599 version "1.1.1"
35583600 resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.1.tgz#668b93776eaae55ebde8f3ad464b307a4963625e"
35593601
3602+ html-element-map@^1.0.0 :
3603+ version "1.0.1"
3604+ resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.1.tgz#3c4fcb4874ebddfe4283b51c8994e7713782b592"
3605+ dependencies :
3606+ array-filter "^1.0.0"
3607+
35603608html-encoding-sniffer@^1.0.1 :
35613609 version "1.0.2"
35623610 resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -3836,6 +3884,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
38363884 version "1.1.3"
38373885 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
38383886
3887+ is-callable@^1.1.4 :
3888+ version "1.1.4"
3889+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3890+
38393891is-ci@^1.0.10 :
38403892 version "1.1.0"
38413893 resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4026,6 +4078,12 @@ is-symbol@^1.0.1:
40264078 version "1.0.1"
40274079 resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
40284080
4081+ is-symbol@^1.0.2 :
4082+ version "1.0.2"
4083+ resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
4084+ dependencies :
4085+ has-symbols "^1.0.0"
4086+
40294087is-typedarray@~1.0.0 :
40304088 version "1.0.0"
40314089 resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -4709,10 +4767,18 @@ lodash.defaults@^4.2.0:
47094767 version "4.2.0"
47104768 resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
47114769
4770+ lodash.escape@^4.0.1 :
4771+ version "4.0.1"
4772+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4773+
47124774lodash.flattendeep@^4.4.0 :
47134775 version "4.4.0"
47144776 resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
47154777
4778+ lodash.isequal@^4.5.0 :
4779+ version "4.5.0"
4780+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4781+
47164782lodash.memoize@^4.1.2 :
47174783 version "4.1.2"
47184784 resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5211,9 +5277,9 @@ object-hash@^1.1.4:
52115277 version "1.2.0"
52125278 resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.2.0.tgz#e96af0e96981996a1d47f88ead8f74f1ebc4422b"
52135279
5214- object-inspect@^1.5 .0 :
5215- version "1.5 .0"
5216- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5 .0.tgz#9d876c11e40f485c79215670281b767488f9bfe3 "
5280+ object-inspect@^1.6 .0 :
5281+ version "1.6 .0"
5282+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6 .0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b "
52175283
52185284object-is@^1.0.1 :
52195285 version "1.0.1"
@@ -5223,6 +5289,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
52235289 version "1.0.11"
52245290 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
52255291
5292+ object-keys@^1.0.12 :
5293+ version "1.1.1"
5294+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
5295+
52265296object-keys@~0.2.0 :
52275297 version "0.2.0"
52285298 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -7004,6 +7074,14 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
70047074 is-fullwidth-code-point "^2.0.0"
70057075 strip-ansi "^4.0.0"
70067076
7077+ string.prototype.trim@^1.1.2 :
7078+ version "1.1.2"
7079+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
7080+ dependencies :
7081+ define-properties "^1.1.2"
7082+ es-abstract "^1.5.0"
7083+ function-bind "^1.0.2"
7084+
70077085string_decoder@^1.0.0, string_decoder@~1.0.3 :
70087086 version "1.0.3"
70097087 resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
0 commit comments