Skip to content

Commit 7b09c02

Browse files
committed
chore(deps): update dependency enzyme to v3.7.0
1 parent aa84006 commit 7b09c02

File tree

2 files changed

+60
-13
lines changed

2 files changed

+60
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"babel-preset-env": "1.6.1",
4040
"babel-preset-react-app": "3.1.1",
4141
"codecov": "3.0.0",
42-
"enzyme": "3.3.0",
42+
"enzyme": "3.7.0",
4343
"enzyme-adapter-react-16": "1.1.1",
4444
"enzyme-to-json": "3.3.1",
4545
"eslint": "4.17.0",

yarn.lock

Lines changed: 59 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,14 @@ array-unique@^0.2.1:
511511
version "0.2.1"
512512
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
513513

514+
array.prototype.flat@^1.2.1:
515+
version "1.2.1"
516+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
517+
dependencies:
518+
define-properties "^1.1.2"
519+
es-abstract "^1.10.0"
520+
function-bind "^1.1.1"
521+
514522
array.prototype.flatmap@^1.2.0:
515523
version "1.2.0"
516524
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.0.tgz#279f7ed4eeb1cedfe5515e92e63cfb40ca15b74b"
@@ -2872,26 +2880,29 @@ [email protected]:
28722880
dependencies:
28732881
lodash "^4.17.4"
28742882

2875-
enzyme@3.3.0:
2876-
version "3.3.0"
2877-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2883+
enzyme@3.7.0:
2884+
version "3.7.0"
2885+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.7.0.tgz#9b499e8ca155df44fef64d9f1558961ba1385a46"
28782886
dependencies:
2887+
array.prototype.flat "^1.2.1"
28792888
cheerio "^1.0.0-rc.2"
2880-
function.prototype.name "^1.0.3"
2881-
has "^1.0.1"
2889+
function.prototype.name "^1.1.0"
2890+
has "^1.0.3"
28822891
is-boolean-object "^1.0.0"
2883-
is-callable "^1.1.3"
2892+
is-callable "^1.1.4"
28842893
is-number-object "^1.0.3"
28852894
is-string "^1.0.4"
28862895
is-subset "^0.1.1"
2887-
lodash "^4.17.4"
2888-
object-inspect "^1.5.0"
2896+
lodash.escape "^4.0.1"
2897+
lodash.isequal "^4.5.0"
2898+
object-inspect "^1.6.0"
28892899
object-is "^1.0.1"
28902900
object.assign "^4.1.0"
28912901
object.entries "^1.0.4"
28922902
object.values "^1.0.4"
28932903
raf "^3.4.0"
28942904
rst-selector-parser "^2.2.3"
2905+
string.prototype.trim "^1.1.2"
28952906

28962907
errno@^0.1.3, errno@^0.1.4:
28972908
version "0.1.6"
@@ -2915,6 +2926,16 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
29152926
is-callable "^1.1.3"
29162927
is-regex "^1.0.4"
29172928

2929+
es-abstract@^1.5.0:
2930+
version "1.12.0"
2931+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2932+
dependencies:
2933+
es-to-primitive "^1.1.1"
2934+
function-bind "^1.1.1"
2935+
has "^1.0.1"
2936+
is-callable "^1.1.3"
2937+
is-regex "^1.0.4"
2938+
29182939
es-to-primitive@^1.1.1:
29192940
version "1.1.1"
29202941
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -3605,7 +3626,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
36053626
version "1.1.1"
36063627
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
36073628

3608-
function.prototype.name@^1.0.3, function.prototype.name@^1.1.0:
3629+
function.prototype.name@^1.1.0:
36093630
version "1.1.0"
36103631
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
36113632
dependencies:
@@ -3834,6 +3855,12 @@ has@^1.0.1:
38343855
dependencies:
38353856
function-bind "^1.0.2"
38363857

3858+
has@^1.0.3:
3859+
version "1.0.3"
3860+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3861+
dependencies:
3862+
function-bind "^1.1.1"
3863+
38373864
hash-base@^2.0.0:
38383865
version "2.0.2"
38393866
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4221,6 +4248,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
42214248
version "1.1.3"
42224249
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
42234250

4251+
is-callable@^1.1.4:
4252+
version "1.1.4"
4253+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4254+
42244255
is-ci@^1.0.10:
42254256
version "1.1.0"
42264257
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -5100,6 +5131,10 @@ lodash.debounce@^4.0.8:
51005131
version "4.0.8"
51015132
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
51025133

5134+
lodash.escape@^4.0.1:
5135+
version "4.0.1"
5136+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5137+
51035138
lodash.flattendeep@^4.4.0:
51045139
version "4.4.0"
51055140
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5112,6 +5147,10 @@ lodash.isarray@^3.0.0:
51125147
version "3.0.4"
51135148
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
51145149

5150+
lodash.isequal@^4.5.0:
5151+
version "4.5.0"
5152+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5153+
51155154
lodash.isplainobject@^4.0.6:
51165155
version "4.0.6"
51175156
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -5633,9 +5672,9 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
56335672
version "4.1.1"
56345673
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
56355674

5636-
object-inspect@^1.5.0:
5637-
version "1.5.0"
5638-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
5675+
object-inspect@^1.6.0:
5676+
version "1.6.0"
5677+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
56395678

56405679
object-is@^1.0.1:
56415680
version "1.0.1"
@@ -7459,6 +7498,14 @@ string.prototype.padstart@^3.0.0:
74597498
es-abstract "^1.4.3"
74607499
function-bind "^1.0.2"
74617500

7501+
string.prototype.trim@^1.1.2:
7502+
version "1.1.2"
7503+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
7504+
dependencies:
7505+
define-properties "^1.1.2"
7506+
es-abstract "^1.5.0"
7507+
function-bind "^1.0.2"
7508+
74627509
string_decoder@^1.0.0, string_decoder@~1.0.3:
74637510
version "1.0.3"
74647511
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)