@@ -556,6 +556,14 @@ array-unique@^0.2.1:
556
556
version "0.2.1"
557
557
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
558
558
559
+ array.prototype.flat@^1.2.1 :
560
+ version "1.2.1"
561
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
562
+ dependencies :
563
+ define-properties "^1.1.2"
564
+ es-abstract "^1.10.0"
565
+ function-bind "^1.1.1"
566
+
559
567
array.prototype.flatmap@^1.2.0 :
560
568
version "1.2.0"
561
569
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.0.tgz#279f7ed4eeb1cedfe5515e92e63cfb40ca15b74b"
@@ -3175,20 +3183,21 @@ enzyme-adapter-utils@^1.3.0:
3175
3183
object.assign "^4.0.4"
3176
3184
prop-types "^15.6.0"
3177
3185
3178
- enzyme@3.3.0 :
3179
- version "3.3.0 "
3180
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0 .tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479 "
3186
+ enzyme@3.4.4 :
3187
+ version "3.4.4 "
3188
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.4.4 .tgz#92c7c6b9e59d4ef0c3d36a75dccc0e41a5c14d21 "
3181
3189
dependencies :
3190
+ array.prototype.flat "^1.2.1"
3182
3191
cheerio "^1.0.0-rc.2"
3183
- function.prototype.name "^1.0.3 "
3184
- has "^1.0.1 "
3192
+ function.prototype.name "^1.1.0 "
3193
+ has "^1.0.3 "
3185
3194
is-boolean-object "^1.0.0"
3186
- is-callable "^1.1.3 "
3195
+ is-callable "^1.1.4 "
3187
3196
is-number-object "^1.0.3"
3188
3197
is-string "^1.0.4"
3189
3198
is-subset "^0.1.1"
3190
3199
lodash "^4.17.4"
3191
- object-inspect "^1.5 .0"
3200
+ object-inspect "^1.6 .0"
3192
3201
object-is "^1.0.1"
3193
3202
object.assign "^4.1.0"
3194
3203
object.entries "^1.0.4"
@@ -4005,7 +4014,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
4005
4014
version "1.1.1"
4006
4015
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
4007
4016
4008
- function.prototype.name@^1.0.3, function.prototype.name@^1. 1.0 :
4017
+ function.prototype.name@^1.1.0 :
4009
4018
version "1.1.0"
4010
4019
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
4011
4020
dependencies :
@@ -4238,6 +4247,12 @@ has@^1.0.1:
4238
4247
dependencies :
4239
4248
function-bind "^1.0.2"
4240
4249
4250
+ has@^1.0.3 :
4251
+ version "1.0.3"
4252
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
4253
+ dependencies :
4254
+ function-bind "^1.1.1"
4255
+
4241
4256
hash-base@^2.0.0 :
4242
4257
version "2.0.2"
4243
4258
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4604,6 +4619,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
4604
4619
version "1.1.3"
4605
4620
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
4606
4621
4622
+ is-callable@^1.1.4 :
4623
+ version "1.1.4"
4624
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4625
+
4607
4626
is-date-object@^1.0.1 :
4608
4627
version "1.0.1"
4609
4628
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -5774,9 +5793,9 @@ object-component@0.0.3:
5774
5793
version "0.0.3"
5775
5794
resolved "https://registry.yarnpkg.com/object-component/-/object-component-0.0.3.tgz#f0c69aa50efc95b866c186f400a33769cb2f1291"
5776
5795
5777
- object-inspect@^1.5 .0 :
5778
- version "1.5 .0"
5779
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5 .0.tgz#9d876c11e40f485c79215670281b767488f9bfe3 "
5796
+ object-inspect@^1.6 .0 :
5797
+ version "1.6 .0"
5798
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6 .0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b "
5780
5799
5781
5800
object-is@^1.0.1 :
5782
5801
version "1.0.1"
0 commit comments