@@ -312,6 +312,14 @@ array-unique@^0.3.2:
312
312
version "0.3.2"
313
313
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
314
314
315
+ array.prototype.flat@^1.2.1 :
316
+ version "1.2.1"
317
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
318
+ dependencies :
319
+ define-properties "^1.1.2"
320
+ es-abstract "^1.10.0"
321
+ function-bind "^1.1.1"
322
+
315
323
arrify@^1.0.0, arrify@^1.0.1 :
316
324
version "1.0.1"
317
325
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2342,26 +2350,29 @@ enzyme-adapter-utils@^1.3.0:
2342
2350
object.assign "^4.0.4"
2343
2351
prop-types "^15.6.0"
2344
2352
2345
- enzyme@3.3.0 :
2346
- version "3.3.0 "
2347
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0 .tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479 "
2353
+ enzyme@3.5.1 :
2354
+ version "3.5.1 "
2355
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.1 .tgz#aad0cbd005fee4cfd800b6451b64112b5374da67 "
2348
2356
dependencies :
2357
+ array.prototype.flat "^1.2.1"
2349
2358
cheerio "^1.0.0-rc.2"
2350
- function.prototype.name "^1.0.3 "
2351
- has "^1.0.1 "
2359
+ function.prototype.name "^1.1.0 "
2360
+ has "^1.0.3 "
2352
2361
is-boolean-object "^1.0.0"
2353
- is-callable "^1.1.3 "
2362
+ is-callable "^1.1.4 "
2354
2363
is-number-object "^1.0.3"
2355
2364
is-string "^1.0.4"
2356
2365
is-subset "^0.1.1"
2357
- lodash "^4.17.4"
2358
- object-inspect "^1.5.0"
2366
+ lodash.escape "^4.0.1"
2367
+ lodash.isequal "^4.5.0"
2368
+ object-inspect "^1.6.0"
2359
2369
object-is "^1.0.1"
2360
2370
object.assign "^4.1.0"
2361
2371
object.entries "^1.0.4"
2362
2372
object.values "^1.0.4"
2363
2373
raf "^3.4.0"
2364
2374
rst-selector-parser "^2.2.3"
2375
+ string.prototype.trim "^1.1.2"
2365
2376
2366
2377
errno@^0.1.3, errno@~0.1.7 :
2367
2378
version "0.1.7"
@@ -2375,7 +2386,7 @@ error-ex@^1.2.0:
2375
2386
dependencies :
2376
2387
is-arrayish "^0.2.1"
2377
2388
2378
- es-abstract@^1.6.1, es-abstract@^1.7.0 :
2389
+ es-abstract@^1.10.0, es-abstract@^1.5.0, es-abstract@^1. 6.1, es-abstract@^1.7.0 :
2379
2390
version "1.12.0"
2380
2391
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2381
2392
dependencies :
@@ -3057,11 +3068,11 @@ fsevents@^1.0.0, fsevents@^1.1.3, fsevents@^1.2.2:
3057
3068
nan "^2.9.2"
3058
3069
node-pre-gyp "^0.10.0"
3059
3070
3060
- function-bind@^1.1.0, function-bind@^1.1.1 :
3071
+ function-bind@^1.0.2, function-bind@^1. 1.0, function-bind@^1.1.1 :
3061
3072
version "1.1.1"
3062
3073
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3063
3074
3064
- function.prototype.name@^1.0.3 :
3075
+ function.prototype.name@^1.1.0 :
3065
3076
version "1.1.0"
3066
3077
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
3067
3078
dependencies :
@@ -3303,7 +3314,7 @@ has-values@^1.0.0:
3303
3314
is-number "^3.0.0"
3304
3315
kind-of "^4.0.0"
3305
3316
3306
- has@^1.0.1 :
3317
+ has@^1.0.1, has@^1.0.3 :
3307
3318
version "1.0.3"
3308
3319
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3309
3320
dependencies :
@@ -3660,6 +3671,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
3660
3671
version "1.1.3"
3661
3672
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
3662
3673
3674
+ is-callable@^1.1.4 :
3675
+ version "1.1.4"
3676
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3677
+
3663
3678
is-ci@^1.0.10 :
3664
3679
version "1.1.0"
3665
3680
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4570,10 +4585,18 @@ lodash.defaults@^4.2.0:
4570
4585
version "4.2.0"
4571
4586
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
4572
4587
4588
+ lodash.escape@^4.0.1 :
4589
+ version "4.0.1"
4590
+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4591
+
4573
4592
lodash.flattendeep@^4.4.0 :
4574
4593
version "4.4.0"
4575
4594
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
4576
4595
4596
+ lodash.isequal@^4.5.0 :
4597
+ version "4.5.0"
4598
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4599
+
4577
4600
lodash.memoize@^4.1.2 :
4578
4601
version "4.1.2"
4579
4602
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5109,7 +5132,7 @@ object-hash@^1.1.4:
5109
5132
version "1.3.0"
5110
5133
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.0.tgz#76d9ba6ff113cf8efc0d996102851fe6723963e2"
5111
5134
5112
- object-inspect@^1.5 .0 :
5135
+ object-inspect@^1.6 .0 :
5113
5136
version "1.6.0"
5114
5137
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
5115
5138
@@ -6878,6 +6901,14 @@ string-width@^1.0.1, string-width@^1.0.2:
6878
6901
is-fullwidth-code-point "^2.0.0"
6879
6902
strip-ansi "^4.0.0"
6880
6903
6904
+ string.prototype.trim@^1.1.2 :
6905
+ version "1.1.2"
6906
+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
6907
+ dependencies :
6908
+ define-properties "^1.1.2"
6909
+ es-abstract "^1.5.0"
6910
+ function-bind "^1.0.2"
6911
+
6881
6912
string_decoder@^1.0.0, string_decoder@~1.1.1 :
6882
6913
version "1.1.1"
6883
6914
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
0 commit comments