Skip to content

Commit 469d3e2

Browse files
committed
chore(deps): update dependency enzyme to v3.5.1
1 parent b89bb6b commit 469d3e2

File tree

2 files changed

+81
-13
lines changed

2 files changed

+81
-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.5.1",
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: 80 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,14 @@ array-unique@^0.2.1:
992992
version "0.2.1"
993993
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
994994

995+
array.prototype.flat@^1.2.1:
996+
version "1.2.1"
997+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
998+
dependencies:
999+
define-properties "^1.1.2"
1000+
es-abstract "^1.10.0"
1001+
function-bind "^1.1.1"
1002+
9951003
arrify@^1.0.0, arrify@^1.0.1:
9961004
version "1.0.1"
9971005
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -3024,21 +3032,29 @@ [email protected]:
30243032
dependencies:
30253033
lodash "^4.17.4"
30263034

3027-
enzyme@3.2.0:
3028-
version "3.2.0"
3029-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.2.0.tgz#998bdcda0fc71b8764a0017f7cc692c943f54a7a"
3035+
enzyme@3.5.1:
3036+
version "3.5.1"
3037+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.1.tgz#aad0cbd005fee4cfd800b6451b64112b5374da67"
30303038
dependencies:
3039+
array.prototype.flat "^1.2.1"
30313040
cheerio "^1.0.0-rc.2"
3032-
function.prototype.name "^1.0.3"
3033-
has "^1.0.1"
3041+
function.prototype.name "^1.1.0"
3042+
has "^1.0.3"
3043+
is-boolean-object "^1.0.0"
3044+
is-callable "^1.1.4"
3045+
is-number-object "^1.0.3"
3046+
is-string "^1.0.4"
30343047
is-subset "^0.1.1"
3035-
lodash "^4.17.4"
3048+
lodash.escape "^4.0.1"
3049+
lodash.isequal "^4.5.0"
3050+
object-inspect "^1.6.0"
30363051
object-is "^1.0.1"
3037-
object.assign "^4.0.4"
3052+
object.assign "^4.1.0"
30383053
object.entries "^1.0.4"
30393054
object.values "^1.0.4"
30403055
raf "^3.4.0"
30413056
rst-selector-parser "^2.2.3"
3057+
string.prototype.trim "^1.1.2"
30423058

30433059
errno@^0.1.2, errno@^0.1.3:
30443060
version "0.1.6"
@@ -3064,6 +3080,16 @@ error-stack-parser@^2.0.0:
30643080
dependencies:
30653081
stackframe "^1.0.3"
30663082

3083+
es-abstract@^1.10.0, es-abstract@^1.5.0:
3084+
version "1.12.0"
3085+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
3086+
dependencies:
3087+
es-to-primitive "^1.1.1"
3088+
function-bind "^1.1.1"
3089+
has "^1.0.1"
3090+
is-callable "^1.1.3"
3091+
is-regex "^1.0.4"
3092+
30673093
es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0:
30683094
version "1.10.0"
30693095
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3830,12 +3856,12 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
38303856
version "1.1.1"
38313857
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
38323858

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"
3859+
function.prototype.name@^1.1.0:
3860+
version "1.1.0"
3861+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
38363862
dependencies:
38373863
define-properties "^1.1.2"
3838-
function-bind "^1.1.0"
3864+
function-bind "^1.1.1"
38393865
is-callable "^1.1.3"
38403866

38413867
functional-red-black-tree@^1.0.1:
@@ -4372,6 +4398,12 @@ has@^1.0.1:
43724398
dependencies:
43734399
function-bind "^1.0.2"
43744400

4401+
has@^1.0.3:
4402+
version "1.0.3"
4403+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
4404+
dependencies:
4405+
function-bind "^1.1.1"
4406+
43754407
hash-base@^2.0.0:
43764408
version "2.0.2"
43774409
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4683,6 +4715,10 @@ is-binary-path@^1.0.0:
46834715
dependencies:
46844716
binary-extensions "^1.0.0"
46854717

4718+
is-boolean-object@^1.0.0:
4719+
version "1.0.0"
4720+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
4721+
46864722
is-buffer@^1.1.5:
46874723
version "1.1.6"
46884724
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -4697,6 +4733,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
46974733
version "1.1.3"
46984734
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
46994735

4736+
is-callable@^1.1.4:
4737+
version "1.1.4"
4738+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4739+
47004740
is-ci@^1.0.10:
47014741
version "1.0.10"
47024742
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -4777,6 +4817,10 @@ is-npm@^1.0.0:
47774817
version "1.0.0"
47784818
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
47794819

4820+
is-number-object@^1.0.3:
4821+
version "1.0.3"
4822+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
4823+
47804824
is-number@^2.1.0:
47814825
version "2.1.0"
47824826
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
@@ -4871,6 +4915,10 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
48714915
version "1.1.0"
48724916
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
48734917

4918+
is-string@^1.0.4:
4919+
version "1.0.4"
4920+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
4921+
48744922
is-subset@^0.1.1:
48754923
version "0.1.1"
48764924
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -5675,6 +5723,10 @@ lodash.cond@^4.3.0:
56755723
version "4.5.2"
56765724
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
56775725

5726+
lodash.escape@^4.0.1:
5727+
version "4.0.1"
5728+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5729+
56785730
lodash.flattendeep@^4.4.0:
56795731
version "4.4.0"
56805732
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5699,6 +5751,10 @@ lodash.isboolean@^3.0.3:
56995751
version "3.0.3"
57005752
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
57015753

5754+
lodash.isequal@^4.5.0:
5755+
version "4.5.0"
5756+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5757+
57025758
lodash.isinteger@^4.0.4:
57035759
version "4.0.4"
57045760
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
@@ -6360,6 +6416,10 @@ object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1
63606416
version "4.1.1"
63616417
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
63626418

6419+
object-inspect@^1.6.0:
6420+
version "1.6.0"
6421+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
6422+
63636423
object-is@^1.0.1:
63646424
version "1.0.1"
63656425
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -6380,7 +6440,7 @@ object-path@^0.11.4:
63806440
version "0.11.4"
63816441
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949"
63826442

6383-
object.assign@^4.0.4:
6443+
object.assign@^4.0.4, object.assign@^4.1.0:
63846444
version "4.1.0"
63856445
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
63866446
dependencies:
@@ -7985,6 +8045,14 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
79858045
is-fullwidth-code-point "^2.0.0"
79868046
strip-ansi "^4.0.0"
79878047

8048+
string.prototype.trim@^1.1.2:
8049+
version "1.1.2"
8050+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
8051+
dependencies:
8052+
define-properties "^1.1.2"
8053+
es-abstract "^1.5.0"
8054+
function-bind "^1.0.2"
8055+
79888056
string_decoder@^1.0.0, string_decoder@~1.0.3:
79898057
version "1.0.3"
79908058
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)