Skip to content

Commit 033260a

Browse files
committed
chore(deps): update dependency enzyme to v3.10.0
1 parent b89bb6b commit 033260a

File tree

2 files changed

+112
-13
lines changed

2 files changed

+112
-13
lines changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"apollo-link-schema": "1.0.1",
46-
"enzyme": "3.2.0",
46+
"enzyme": "3.10.0",
4747
"enzyme-adapter-react-16": "1.1.1",
4848
"enzyme-to-json": "3.3.0",
4949
"flow-bin": "0.61.0",

yarn.lock

Lines changed: 111 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,10 @@ array-equal@^1.0.0:
955955
version "1.0.0"
956956
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
957957

958+
array-filter@^1.0.0:
959+
version "1.0.0"
960+
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
961+
958962
array-find-index@^1.0.1:
959963
version "1.0.2"
960964
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
@@ -992,6 +996,14 @@ array-unique@^0.2.1:
992996
version "0.2.1"
993997
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
994998

999+
array.prototype.flat@^1.2.1:
1000+
version "1.2.1"
1001+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
1002+
dependencies:
1003+
define-properties "^1.1.2"
1004+
es-abstract "^1.10.0"
1005+
function-bind "^1.1.1"
1006+
9951007
arrify@^1.0.0, arrify@^1.0.1:
9961008
version "1.0.1"
9971009
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -3024,21 +3036,31 @@ enzyme-to-json@3.3.0:
30243036
dependencies:
30253037
lodash "^4.17.4"
30263038

3027-
enzyme@3.2.0:
3028-
version "3.2.0"
3029-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.2.0.tgz#998bdcda0fc71b8764a0017f7cc692c943f54a7a"
3039+
enzyme@3.10.0:
3040+
version "3.10.0"
3041+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10.0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6"
30303042
dependencies:
3043+
array.prototype.flat "^1.2.1"
30313044
cheerio "^1.0.0-rc.2"
3032-
function.prototype.name "^1.0.3"
3033-
has "^1.0.1"
3045+
function.prototype.name "^1.1.0"
3046+
has "^1.0.3"
3047+
html-element-map "^1.0.0"
3048+
is-boolean-object "^1.0.0"
3049+
is-callable "^1.1.4"
3050+
is-number-object "^1.0.3"
3051+
is-regex "^1.0.4"
3052+
is-string "^1.0.4"
30343053
is-subset "^0.1.1"
3035-
lodash "^4.17.4"
3054+
lodash.escape "^4.0.1"
3055+
lodash.isequal "^4.5.0"
3056+
object-inspect "^1.6.0"
30363057
object-is "^1.0.1"
3037-
object.assign "^4.0.4"
3058+
object.assign "^4.1.0"
30383059
object.entries "^1.0.4"
30393060
object.values "^1.0.4"
30403061
raf "^3.4.0"
30413062
rst-selector-parser "^2.2.3"
3063+
string.prototype.trim "^1.1.2"
30423064

30433065
errno@^0.1.2, errno@^0.1.3:
30443066
version "0.1.6"
@@ -3064,6 +3086,17 @@ error-stack-parser@^2.0.0:
30643086
dependencies:
30653087
stackframe "^1.0.3"
30663088

3089+
es-abstract@^1.10.0, es-abstract@^1.5.0:
3090+
version "1.13.0"
3091+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
3092+
dependencies:
3093+
es-to-primitive "^1.2.0"
3094+
function-bind "^1.1.1"
3095+
has "^1.0.3"
3096+
is-callable "^1.1.4"
3097+
is-regex "^1.0.4"
3098+
object-keys "^1.0.12"
3099+
30673100
es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0:
30683101
version "1.10.0"
30693102
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3082,6 +3115,14 @@ es-to-primitive@^1.1.1:
30823115
is-date-object "^1.0.1"
30833116
is-symbol "^1.0.1"
30843117

3118+
es-to-primitive@^1.2.0:
3119+
version "1.2.0"
3120+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
3121+
dependencies:
3122+
is-callable "^1.1.4"
3123+
is-date-object "^1.0.1"
3124+
is-symbol "^1.0.2"
3125+
30853126
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
30863127
version "0.10.37"
30873128
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.37.tgz#0ee741d148b80069ba27d020393756af257defc3"
@@ -3830,12 +3871,12 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
38303871
version "1.1.1"
38313872
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
38323873

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"
3874+
function.prototype.name@^1.1.0:
3875+
version "1.1.0"
3876+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
38363877
dependencies:
38373878
define-properties "^1.1.2"
3838-
function-bind "^1.1.0"
3879+
function-bind "^1.1.1"
38393880
is-callable "^1.1.3"
38403881

38413882
functional-red-black-tree@^1.0.1:
@@ -4372,6 +4413,12 @@ has@^1.0.1:
43724413
dependencies:
43734414
function-bind "^1.0.2"
43744415

4416+
has@^1.0.3:
4417+
version "1.0.3"
4418+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
4419+
dependencies:
4420+
function-bind "^1.1.1"
4421+
43754422
hash-base@^2.0.0:
43764423
version "2.0.2"
43774424
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4468,6 +4515,12 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.4.2, hosted-git-info@^2.5.0:
44684515
version "2.5.0"
44694516
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
44704517

4518+
html-element-map@^1.0.0:
4519+
version "1.0.1"
4520+
resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.1.tgz#3c4fcb4874ebddfe4283b51c8994e7713782b592"
4521+
dependencies:
4522+
array-filter "^1.0.0"
4523+
44714524
html-encoding-sniffer@^1.0.1:
44724525
version "1.0.2"
44734526
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -4683,6 +4736,10 @@ is-binary-path@^1.0.0:
46834736
dependencies:
46844737
binary-extensions "^1.0.0"
46854738

4739+
is-boolean-object@^1.0.0:
4740+
version "1.0.0"
4741+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
4742+
46864743
is-buffer@^1.1.5:
46874744
version "1.1.6"
46884745
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -4697,6 +4754,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
46974754
version "1.1.3"
46984755
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
46994756

4757+
is-callable@^1.1.4:
4758+
version "1.1.4"
4759+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4760+
47004761
is-ci@^1.0.10:
47014762
version "1.0.10"
47024763
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -4777,6 +4838,10 @@ is-npm@^1.0.0:
47774838
version "1.0.0"
47784839
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
47794840

4841+
is-number-object@^1.0.3:
4842+
version "1.0.3"
4843+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
4844+
47804845
is-number@^2.1.0:
47814846
version "2.1.0"
47824847
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
@@ -4871,6 +4936,10 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
48714936
version "1.1.0"
48724937
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
48734938

4939+
is-string@^1.0.4:
4940+
version "1.0.4"
4941+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
4942+
48744943
is-subset@^0.1.1:
48754944
version "0.1.1"
48764945
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -4879,6 +4948,12 @@ is-symbol@^1.0.1:
48794948
version "1.0.1"
48804949
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
48814950

4951+
is-symbol@^1.0.2:
4952+
version "1.0.2"
4953+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
4954+
dependencies:
4955+
has-symbols "^1.0.0"
4956+
48824957
is-text-path@^1.0.0:
48834958
version "1.0.1"
48844959
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
@@ -5675,6 +5750,10 @@ lodash.cond@^4.3.0:
56755750
version "4.5.2"
56765751
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
56775752

5753+
lodash.escape@^4.0.1:
5754+
version "4.0.1"
5755+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5756+
56785757
lodash.flattendeep@^4.4.0:
56795758
version "4.4.0"
56805759
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5699,6 +5778,10 @@ lodash.isboolean@^3.0.3:
56995778
version "3.0.3"
57005779
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
57015780

5781+
lodash.isequal@^4.5.0:
5782+
version "4.5.0"
5783+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5784+
57025785
lodash.isinteger@^4.0.4:
57035786
version "4.0.4"
57045787
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
@@ -6360,6 +6443,10 @@ object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1
63606443
version "4.1.1"
63616444
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
63626445

6446+
object-inspect@^1.6.0:
6447+
version "1.6.0"
6448+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
6449+
63636450
object-is@^1.0.1:
63646451
version "1.0.1"
63656452
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -6368,6 +6455,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
63686455
version "1.0.11"
63696456
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
63706457

6458+
object-keys@^1.0.12:
6459+
version "1.1.1"
6460+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
6461+
63716462
object-keys@~0.2.0:
63726463
version "0.2.0"
63736464
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -6380,7 +6471,7 @@ object-path@^0.11.4:
63806471
version "0.11.4"
63816472
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949"
63826473

6383-
object.assign@^4.0.4:
6474+
object.assign@^4.0.4, object.assign@^4.1.0:
63846475
version "4.1.0"
63856476
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
63866477
dependencies:
@@ -7985,6 +8076,14 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
79858076
is-fullwidth-code-point "^2.0.0"
79868077
strip-ansi "^4.0.0"
79878078

8079+
string.prototype.trim@^1.1.2:
8080+
version "1.1.2"
8081+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
8082+
dependencies:
8083+
define-properties "^1.1.2"
8084+
es-abstract "^1.5.0"
8085+
function-bind "^1.0.2"
8086+
79888087
string_decoder@^1.0.0, string_decoder@~1.0.3:
79898088
version "1.0.3"
79908089
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)