@@ -992,6 +992,14 @@ array-unique@^0.2.1:
992992 version "0.2.1"
993993 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
994994
995+ array.prototype.flat@^1.2.1 :
996+ version "1.2.1"
997+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
998+ dependencies :
999+ define-properties "^1.1.2"
1000+ es-abstract "^1.10.0"
1001+ function-bind "^1.1.1"
1002+
9951003arrify@^1.0.0, arrify@^1.0.1 :
9961004 version "1.0.1"
9971005 resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -3024,17 +3032,24 @@ enzyme-to-json@3.3.0:
30243032 dependencies :
30253033 lodash "^4.17.4"
30263034
3027- enzyme@3.2 .0 :
3028- version "3.2 .0"
3029- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.2 .0.tgz#998bdcda0fc71b8764a0017f7cc692c943f54a7a "
3035+ enzyme@3.5 .0 :
3036+ version "3.5 .0"
3037+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5 .0.tgz#fd452a698fd1352c737b641dd3a64e079f42d9d5 "
30303038 dependencies :
3039+ array.prototype.flat "^1.2.1"
30313040 cheerio "^1.0.0-rc.2"
3032- function.prototype.name "^1.0.3"
3033- has "^1.0.1"
3041+ function.prototype.name "^1.1.0"
3042+ has "^1.0.3"
3043+ is-boolean-object "^1.0.0"
3044+ is-callable "^1.1.4"
3045+ is-number-object "^1.0.3"
3046+ is-string "^1.0.4"
30343047 is-subset "^0.1.1"
3035- lodash "^4.17.4"
3048+ lodash.escape "^4.0.1"
3049+ lodash.isequal "^4.5.0"
3050+ object-inspect "^1.6.0"
30363051 object-is "^1.0.1"
3037- object.assign "^4.0.4 "
3052+ object.assign "^4.1.0 "
30383053 object.entries "^1.0.4"
30393054 object.values "^1.0.4"
30403055 raf "^3.4.0"
@@ -3064,6 +3079,16 @@ error-stack-parser@^2.0.0:
30643079 dependencies :
30653080 stackframe "^1.0.3"
30663081
3082+ es-abstract@^1.10.0 :
3083+ version "1.12.0"
3084+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
3085+ dependencies :
3086+ es-to-primitive "^1.1.1"
3087+ function-bind "^1.1.1"
3088+ has "^1.0.1"
3089+ is-callable "^1.1.3"
3090+ is-regex "^1.0.4"
3091+
30673092es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0 :
30683093 version "1.10.0"
30693094 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3830,12 +3855,12 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
38303855 version "1.1.1"
38313856 resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
38323857
3833- function.prototype.name@^1.0.3 :
3834- version "1.0.3 "
3835- resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.0.3. tgz#0099ae5572e9dd6f03c97d023fd92bcc5e639eac "
3858+ function.prototype.name@^1.1.0 :
3859+ version "1.1.0 "
3860+ resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0. tgz#8bd763cc0af860a859cc5d49384d74b932cd2327 "
38363861 dependencies :
38373862 define-properties "^1.1.2"
3838- function-bind "^1.1.0 "
3863+ function-bind "^1.1.1 "
38393864 is-callable "^1.1.3"
38403865
38413866functional-red-black-tree@^1.0.1 :
@@ -4372,6 +4397,12 @@ has@^1.0.1:
43724397 dependencies :
43734398 function-bind "^1.0.2"
43744399
4400+ has@^1.0.3 :
4401+ version "1.0.3"
4402+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
4403+ dependencies :
4404+ function-bind "^1.1.1"
4405+
43754406hash-base@^2.0.0 :
43764407 version "2.0.2"
43774408 resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4683,6 +4714,10 @@ is-binary-path@^1.0.0:
46834714 dependencies :
46844715 binary-extensions "^1.0.0"
46854716
4717+ is-boolean-object@^1.0.0 :
4718+ version "1.0.0"
4719+ resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
4720+
46864721is-buffer@^1.1.5 :
46874722 version "1.1.6"
46884723 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -4697,6 +4732,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
46974732 version "1.1.3"
46984733 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
46994734
4735+ is-callable@^1.1.4 :
4736+ version "1.1.4"
4737+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4738+
47004739is-ci@^1.0.10 :
47014740 version "1.0.10"
47024741 resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -4777,6 +4816,10 @@ is-npm@^1.0.0:
47774816 version "1.0.0"
47784817 resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
47794818
4819+ is-number-object@^1.0.3 :
4820+ version "1.0.3"
4821+ resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
4822+
47804823is-number@^2.1.0 :
47814824 version "2.1.0"
47824825 resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
@@ -4871,6 +4914,10 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
48714914 version "1.1.0"
48724915 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
48734916
4917+ is-string@^1.0.4 :
4918+ version "1.0.4"
4919+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
4920+
48744921is-subset@^0.1.1 :
48754922 version "0.1.1"
48764923 resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -5675,6 +5722,10 @@ lodash.cond@^4.3.0:
56755722 version "4.5.2"
56765723 resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
56775724
5725+ lodash.escape@^4.0.1 :
5726+ version "4.0.1"
5727+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5728+
56785729lodash.flattendeep@^4.4.0 :
56795730 version "4.4.0"
56805731 resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5699,6 +5750,10 @@ lodash.isboolean@^3.0.3:
56995750 version "3.0.3"
57005751 resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
57015752
5753+ lodash.isequal@^4.5.0 :
5754+ version "4.5.0"
5755+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5756+
57025757lodash.isinteger@^4.0.4 :
57035758 version "4.0.4"
57045759 resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
@@ -6360,6 +6415,10 @@ object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1
63606415 version "4.1.1"
63616416 resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
63626417
6418+ object-inspect@^1.6.0 :
6419+ version "1.6.0"
6420+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
6421+
63636422object-is@^1.0.1 :
63646423 version "1.0.1"
63656424 resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -6380,7 +6439,7 @@ object-path@^0.11.4:
63806439 version "0.11.4"
63816440 resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949"
63826441
6383- object.assign@^4.0.4 :
6442+ object.assign@^4.0.4, object.assign@^4.1.0 :
63846443 version "4.1.0"
63856444 resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
63866445 dependencies :
0 commit comments