Skip to content

Commit 2a523ed

Browse files
committed
chore(deps): update dependency enzyme to v3.9.0
1 parent e5c3f2d commit 2a523ed

File tree

2 files changed

+81
-13
lines changed

2 files changed

+81
-13
lines changed

packages/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"babel-jest": "23.4.2",
6969
"babel-plugin-macros": "2.4.0",
7070
"concurrently": "3.6.1",
71-
"enzyme": "3.3.0",
71+
"enzyme": "3.9.0",
7272
"enzyme-adapter-react-16": "1.1.1",
7373
"enzyme-to-json": "3.3.4",
7474
"flow-bin": "0.78.0",

packages/web/yarn.lock

+80-12
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,10 @@ array-equal@^1.0.0:
11741174
version "1.0.0"
11751175
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
11761176

1177+
array-filter@^1.0.0:
1178+
version "1.0.0"
1179+
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
1180+
11771181
array-flatten@1.1.1:
11781182
version "1.1.1"
11791183
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
@@ -1196,6 +1200,14 @@ array-unique@^0.3.2:
11961200
version "0.3.2"
11971201
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
11981202

1203+
array.prototype.flat@^1.2.1:
1204+
version "1.2.1"
1205+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
1206+
dependencies:
1207+
define-properties "^1.1.2"
1208+
es-abstract "^1.10.0"
1209+
function-bind "^1.1.1"
1210+
11991211
arrify@^1.0.0, arrify@^1.0.1:
12001212
version "1.0.1"
12011213
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2524,26 +2536,31 @@ enzyme-to-json@3.3.4:
25242536
dependencies:
25252537
lodash "^4.17.4"
25262538

2527-
enzyme@3.3.0:
2528-
version "3.3.0"
2529-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2539+
enzyme@3.9.0:
2540+
version "3.9.0"
2541+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.9.0.tgz#2b491f06ca966eb56b6510068c7894a7e0be3909"
25302542
dependencies:
2543+
array.prototype.flat "^1.2.1"
25312544
cheerio "^1.0.0-rc.2"
2532-
function.prototype.name "^1.0.3"
2533-
has "^1.0.1"
2545+
function.prototype.name "^1.1.0"
2546+
has "^1.0.3"
2547+
html-element-map "^1.0.0"
25342548
is-boolean-object "^1.0.0"
2535-
is-callable "^1.1.3"
2549+
is-callable "^1.1.4"
25362550
is-number-object "^1.0.3"
2551+
is-regex "^1.0.4"
25372552
is-string "^1.0.4"
25382553
is-subset "^0.1.1"
2539-
lodash "^4.17.4"
2540-
object-inspect "^1.5.0"
2554+
lodash.escape "^4.0.1"
2555+
lodash.isequal "^4.5.0"
2556+
object-inspect "^1.6.0"
25412557
object-is "^1.0.1"
25422558
object.assign "^4.1.0"
25432559
object.entries "^1.0.4"
25442560
object.values "^1.0.4"
25452561
raf "^3.4.0"
25462562
rst-selector-parser "^2.2.3"
2563+
string.prototype.trim "^1.1.2"
25472564

25482565
errno@^0.1.2, errno@^0.1.3, errno@~0.1.7:
25492566
version "0.1.7"
@@ -2563,6 +2580,17 @@ error-stack-parser@^2.0.0:
25632580
dependencies:
25642581
stackframe "^1.0.4"
25652582

2583+
es-abstract@^1.10.0, es-abstract@^1.5.0:
2584+
version "1.13.0"
2585+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2586+
dependencies:
2587+
es-to-primitive "^1.2.0"
2588+
function-bind "^1.1.1"
2589+
has "^1.0.3"
2590+
is-callable "^1.1.4"
2591+
is-regex "^1.0.4"
2592+
object-keys "^1.0.12"
2593+
25662594
es-abstract@^1.5.1, es-abstract@^1.6.1:
25672595
version "1.12.0"
25682596
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -2581,6 +2609,14 @@ es-to-primitive@^1.1.1:
25812609
is-date-object "^1.0.1"
25822610
is-symbol "^1.0.1"
25832611

2612+
es-to-primitive@^1.2.0:
2613+
version "1.2.0"
2614+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2615+
dependencies:
2616+
is-callable "^1.1.4"
2617+
is-date-object "^1.0.1"
2618+
is-symbol "^1.0.2"
2619+
25842620
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
25852621
version "0.10.45"
25862622
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.45.tgz#0bfdf7b473da5919d5adf3bd25ceb754fccc3653"
@@ -3099,7 +3135,7 @@ fsevents@^1.2.2, fsevents@^1.2.3:
30993135
nan "^2.9.2"
31003136
node-pre-gyp "^0.10.0"
31013137

3102-
function-bind@^1.1.0, function-bind@^1.1.1:
3138+
function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
31033139
version "1.1.1"
31043140
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
31053141

@@ -3335,7 +3371,7 @@ has-values@^1.0.0:
33353371
is-number "^3.0.0"
33363372
kind-of "^4.0.0"
33373373

3338-
has@^1.0.1:
3374+
has@^1.0.1, has@^1.0.3:
33393375
version "1.0.3"
33403376
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
33413377
dependencies:
@@ -3438,6 +3474,12 @@ hsts@2.1.0:
34383474
version "2.1.0"
34393475
resolved "https://registry.yarnpkg.com/hsts/-/hsts-2.1.0.tgz#cbd6c918a2385fee1dd5680bfb2b3a194c0121cc"
34403476

3477+
html-element-map@^1.0.0:
3478+
version "1.0.0"
3479+
resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.0.tgz#19a41940225153ecdfead74f8509154ff1cdc18b"
3480+
dependencies:
3481+
array-filter "^1.0.0"
3482+
34413483
html-encoding-sniffer@^1.0.2:
34423484
version "1.0.2"
34433485
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -3638,7 +3680,7 @@ is-builtin-module@^1.0.0:
36383680
dependencies:
36393681
builtin-modules "^1.0.0"
36403682

3641-
is-callable@^1.1.1, is-callable@^1.1.3:
3683+
is-callable@^1.1.1, is-callable@^1.1.3, is-callable@^1.1.4:
36423684
version "1.1.4"
36433685
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
36443686

@@ -3830,6 +3872,12 @@ is-symbol@^1.0.1:
38303872
version "1.0.1"
38313873
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
38323874

3875+
is-symbol@^1.0.2:
3876+
version "1.0.2"
3877+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3878+
dependencies:
3879+
has-symbols "^1.0.0"
3880+
38333881
is-typedarray@~1.0.0:
38343882
version "1.0.0"
38353883
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -4532,10 +4580,18 @@ lodash.debounce@^4.0.8:
45324580
version "4.0.8"
45334581
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
45344582

4583+
lodash.escape@^4.0.1:
4584+
version "4.0.1"
4585+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4586+
45354587
lodash.flattendeep@^4.4.0:
45364588
version "4.4.0"
45374589
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
45384590

4591+
lodash.isequal@^4.5.0:
4592+
version "4.5.0"
4593+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4594+
45394595
lodash.sortby@^4.7.0:
45404596
version "4.7.0"
45414597
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -5109,7 +5165,7 @@ object-copy@^0.1.0:
51095165
define-property "^0.2.5"
51105166
kind-of "^3.0.3"
51115167

5112-
object-inspect@^1.5.0:
5168+
object-inspect@^1.5.0, object-inspect@^1.6.0:
51135169
version "1.6.0"
51145170
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
51155171

@@ -5121,6 +5177,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
51215177
version "1.0.12"
51225178
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
51235179

5180+
object-keys@^1.0.12:
5181+
version "1.1.0"
5182+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032"
5183+
51245184
object-visit@^1.0.0:
51255185
version "1.0.1"
51265186
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -6523,6 +6583,14 @@ string-width@^1.0.1:
65236583
is-fullwidth-code-point "^2.0.0"
65246584
strip-ansi "^4.0.0"
65256585

6586+
string.prototype.trim@^1.1.2:
6587+
version "1.1.2"
6588+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
6589+
dependencies:
6590+
define-properties "^1.1.2"
6591+
es-abstract "^1.5.0"
6592+
function-bind "^1.0.2"
6593+
65266594
string_decoder@^1.0.0, string_decoder@~1.1.1:
65276595
version "1.1.1"
65286596
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)