@@ -689,6 +689,15 @@ array-unique@^0.3.2:
689
689
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
690
690
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
691
691
692
+ array.prototype.flat@^1.2.1 :
693
+ version "1.2.1"
694
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
695
+ integrity sha512-rVqIs330nLJvfC7JqYvEWwqVr5QjYF1ib02i3YJtR/fICO6527Tjpc/e4Mvmxh3GIePPreRXMdaGyC99YphWEw==
696
+ dependencies :
697
+ define-properties "^1.1.2"
698
+ es-abstract "^1.10.0"
699
+ function-bind "^1.1.1"
700
+
692
701
arrify@^1.0.0, arrify@^1.0.1 :
693
702
version "1.0.1"
694
703
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2584,48 +2593,53 @@ entities@^1.1.1, entities@~1.1.1:
2584
2593
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
2585
2594
integrity sha1-blwtClYhtdra7O+AuQ7ftc13cvA=
2586
2595
2587
- enzyme-adapter-react-16@^1.0.1 :
2588
- version "1.1.1 "
2589
- resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.1.1 .tgz#a8f4278b47e082fbca14f5bfb1ee50ee650717b4 "
2590
- integrity sha512-kC8pAtU2Jk3OJ0EG8Y2813dg9Ol0TXi7UNxHzHiWs30Jo/hj7alc//G1YpKUsPP1oKl9X+Lkx+WlGJpPYA+nvw ==
2596
+ enzyme-adapter-react-16@^1.7.0 :
2597
+ version "1.7.0 "
2598
+ resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.7.0 .tgz#90344395a89624edbe7f0e443bc19fef62bf1f9f "
2599
+ integrity sha512-rDr0xlnnFPffAPYrvG97QYJaRl9unVDslKee33wTStsBEwZTkESX1H7VHGT5eUc6ifNzPgOJGvSh2zpHT4gXjA ==
2591
2600
dependencies :
2592
- enzyme-adapter-utils "^1.3 .0"
2593
- lodash "^4.17.4 "
2594
- object.assign "^4.0.4 "
2601
+ enzyme-adapter-utils "^1.9 .0"
2602
+ function.prototype.name "^1.1.0 "
2603
+ object.assign "^4.1.0 "
2595
2604
object.values "^1.0.4"
2596
- prop-types "^15.6.0 "
2597
- react-reconciler "^0.7.0 "
2605
+ prop-types "^15.6.2 "
2606
+ react-is "^16.6.1 "
2598
2607
react-test-renderer "^16.0.0-0"
2599
2608
2600
- enzyme-adapter-utils@^1.3 .0 :
2601
- version "1.4 .0"
2602
- resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.4 .0.tgz#c403b81e8eb9953658569e539780964bdc98de62 "
2603
- integrity sha512-ajvyXQYbmCoKCX/FaraNzBgXDXJBltCd0GdXfKc0DdRPYgCLaZfS6Ts576IFt8aX2GU9ajZv2g5jfcJ+Nttejw ==
2609
+ enzyme-adapter-utils@^1.9 .0 :
2610
+ version "1.9 .0"
2611
+ resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.9 .0.tgz#3997c20f3387fdcd932b155b3740829ea10aa86c "
2612
+ integrity sha512-uMe4xw4l/Iloh2Fz+EO23XUYMEQXj5k/5ioLUXCNOUCI8Dml5XQMO9+QwUq962hBsY5qftfHHns+d990byWHvg ==
2604
2613
dependencies :
2614
+ function.prototype.name "^1.1.0"
2605
2615
object.assign "^4.1.0"
2606
- prop-types "^15.6.0"
2616
+ prop-types "^15.6.2"
2617
+ semver "^5.6.0"
2607
2618
2608
- enzyme@^3.1 .0 :
2609
- version "3.3 .0"
2610
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3 .0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479 "
2611
- integrity sha512-l8csyPyLmtxskTz6pX9W8eDOyH1ckEtDttXk/vlFWCjv00SkjTjtoUrogqp4yEvMyneU9dUJoOLnqFoiHb8IHA ==
2619
+ enzyme@^3.7 .0 :
2620
+ version "3.7 .0"
2621
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.7 .0.tgz#9b499e8ca155df44fef64d9f1558961ba1385a46 "
2622
+ integrity sha512-QLWx+krGK6iDNyR1KlH5YPZqxZCQaVF6ike1eDJAOg0HvSkSCVImPsdWaNw6v+VrnK92Kg8jIOYhuOSS9sBpyg ==
2612
2623
dependencies :
2624
+ array.prototype.flat "^1.2.1"
2613
2625
cheerio "^1.0.0-rc.2"
2614
- function.prototype.name "^1.0.3 "
2615
- has "^1.0.1 "
2626
+ function.prototype.name "^1.1.0 "
2627
+ has "^1.0.3 "
2616
2628
is-boolean-object "^1.0.0"
2617
- is-callable "^1.1.3 "
2629
+ is-callable "^1.1.4 "
2618
2630
is-number-object "^1.0.3"
2619
2631
is-string "^1.0.4"
2620
2632
is-subset "^0.1.1"
2621
- lodash "^4.17.4"
2622
- object-inspect "^1.5.0"
2633
+ lodash.escape "^4.0.1"
2634
+ lodash.isequal "^4.5.0"
2635
+ object-inspect "^1.6.0"
2623
2636
object-is "^1.0.1"
2624
2637
object.assign "^4.1.0"
2625
2638
object.entries "^1.0.4"
2626
2639
object.values "^1.0.4"
2627
2640
raf "^3.4.0"
2628
2641
rst-selector-parser "^2.2.3"
2642
+ string.prototype.trim "^1.1.2"
2629
2643
2630
2644
errno@^0.1.3, errno@~0.1.7 :
2631
2645
version "0.1.7"
@@ -2641,7 +2655,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
2641
2655
dependencies :
2642
2656
is-arrayish "^0.2.1"
2643
2657
2644
- es-abstract@^1.5.1, es-abstract@^1.6.1 :
2658
+ es-abstract@^1.10.0, es-abstract@^1.5.0, es-abstract@^1. 5.1, es-abstract@^1.6.1 :
2645
2659
version "1.12.0"
2646
2660
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2647
2661
integrity sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==
@@ -3475,12 +3489,12 @@ fsevents@^1.2.2, fsevents@^1.2.3:
3475
3489
nan "^2.9.2"
3476
3490
node-pre-gyp "^0.10.0"
3477
3491
3478
- function-bind@^1.1.0, function-bind@^1.1.1 :
3492
+ function-bind@^1.0.2, function-bind@^1. 1.0, function-bind@^1.1.1 :
3479
3493
version "1.1.1"
3480
3494
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3481
3495
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
3482
3496
3483
- function.prototype.name@^1.0.3 :
3497
+ function.prototype.name@^1.1.0 :
3484
3498
version "1.1.0"
3485
3499
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
3486
3500
integrity sha512-Bs0VRrTz4ghD8pTmbJQD1mZ8A/mN0ur/jGz+A6FBxPDUPkm1tNfF6bhTYPA7i7aF4lZJVr+OXTNNrnnIl58Wfg==
@@ -4007,7 +4021,7 @@ has-values@^1.0.0:
4007
4021
is-number "^3.0.0"
4008
4022
kind-of "^4.0.0"
4009
4023
4010
- has@^1.0.1 :
4024
+ has@^1.0.1, has@^1.0.3 :
4011
4025
version "1.0.3"
4012
4026
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
4013
4027
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -4448,7 +4462,7 @@ is-builtin-module@^1.0.0:
4448
4462
dependencies :
4449
4463
builtin-modules "^1.0.0"
4450
4464
4451
- is-callable@^1.1.1, is-callable@^1.1.3 :
4465
+ is-callable@^1.1.1, is-callable@^1.1.3, is-callable@^1.1.4 :
4452
4466
version "1.1.4"
4453
4467
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4454
4468
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
@@ -5741,6 +5755,11 @@ lodash.escape@^3.0.0:
5741
5755
dependencies :
5742
5756
lodash._root "^3.0.0"
5743
5757
5758
+ lodash.escape@^4.0.1 :
5759
+ version "4.0.1"
5760
+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5761
+ integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg=
5762
+
5744
5763
lodash.flattendeep@^4.4.0 :
5745
5764
version "4.4.0"
5746
5765
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5761,7 +5780,7 @@ lodash.isarray@^3.0.0:
5761
5780
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
5762
5781
integrity sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=
5763
5782
5764
- lodash.isequal@^4.1.1 :
5783
+ lodash.isequal@^4.1.1, lodash.isequal@^4.5.0 :
5765
5784
version "4.5.0"
5766
5785
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5767
5786
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
@@ -6564,7 +6583,7 @@ object-copy@^0.1.0:
6564
6583
define-property "^0.2.5"
6565
6584
kind-of "^3.0.3"
6566
6585
6567
- object-inspect@^1.5 .0 :
6586
+ object-inspect@^1.6 .0 :
6568
6587
version "1.6.0"
6569
6588
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
6570
6589
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
@@ -7206,7 +7225,7 @@ prompts@^0.1.9:
7206
7225
clorox "^1.0.3"
7207
7226
sisteransi "^0.1.1"
7208
7227
7209
- prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1 :
7228
+ prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2 :
7210
7229
version "15.6.2"
7211
7230
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
7212
7231
integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==
@@ -7473,6 +7492,11 @@ react-is@^16.4.1:
7473
7492
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.1.tgz#d624c4650d2c65dbd52c72622bbf389435d9776e"
7474
7493
integrity sha512-xpb0PpALlFWNw/q13A+1aHeyJyLYCg0/cCHPUA43zYluZuIPHaHL3k8OBsTgQtxqW0FhyDEMvi8fZ/+7+r4OSQ==
7475
7494
7495
+ react-is@^16.6.1 :
7496
+ version "16.6.3"
7497
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0"
7498
+ integrity sha512-u7FDWtthB4rWibG/+mFbVd5FvdI20yde86qKGx4lVUTWmPlSWQ4QxbBIrrs+HnXGbxOUlUzTAP/VDmvCwaP2yA==
7499
+
7476
7500
react-lifecycles-compat@^3.0.4 :
7477
7501
version "3.0.4"
7478
7502
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
@@ -7490,16 +7514,6 @@ react-popper@^1.0.2:
7490
7514
typed-styles "^0.0.5"
7491
7515
warning "^3.0.0"
7492
7516
7493
- react-reconciler@^0.7.0 :
7494
- version "0.7.0"
7495
- resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.7.0.tgz#9614894103e5f138deeeb5eabaf3ee80eb1d026d"
7496
- integrity sha512-50JwZ3yNyMS8fchN+jjWEJOH3Oze7UmhxeoJLn2j6f3NjpfCRbcmih83XTWmzqtar/ivd5f7tvQhvvhism2fgg==
7497
- dependencies :
7498
- fbjs "^0.8.16"
7499
- loose-envify "^1.1.0"
7500
- object-assign "^4.1.1"
7501
- prop-types "^15.6.0"
7502
-
7503
7517
react-router-dom@^4.1.2 :
7504
7518
version "4.3.1"
7505
7519
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.3.1.tgz#4c2619fc24c4fa87c9fd18f4fb4a43fe63fbd5c6"
@@ -8148,7 +8162,7 @@ semver-greatest-satisfied-range@^1.1.0:
8148
8162
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
8149
8163
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
8150
8164
8151
- semver@^5.5 :
8165
+ semver@^5.5, semver@^5.6.0 :
8152
8166
version "5.6.0"
8153
8167
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
8154
8168
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
@@ -8594,6 +8608,15 @@ string-width@^1.0.1, string-width@^1.0.2:
8594
8608
is-fullwidth-code-point "^2.0.0"
8595
8609
strip-ansi "^4.0.0"
8596
8610
8611
+ string.prototype.trim@^1.1.2 :
8612
+ version "1.1.2"
8613
+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
8614
+ integrity sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=
8615
+ dependencies :
8616
+ define-properties "^1.1.2"
8617
+ es-abstract "^1.5.0"
8618
+ function-bind "^1.0.2"
8619
+
8597
8620
string_decoder@^1.0.0, string_decoder@~1.1.1 :
8598
8621
version "1.1.1"
8599
8622
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
0 commit comments