Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit df6ddb6

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency enzyme to v3.11.0
1 parent 8932b14 commit df6ddb6

File tree

2 files changed

+71
-49
lines changed

2 files changed

+71
-49
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"babel-plugin-lodash": "3.3.4",
9595
"cross-env": "5.2.1",
9696
"doctoc": "1.4.0",
97-
"enzyme": "3.10.0",
97+
"enzyme": "3.11.0",
9898
"enzyme-adapter-react-16": "1.15.2",
9999
"enzyme-to-json": "3.4.3",
100100
"eslint-config-prettier": "6.5.0",

yarn.lock

+70-48
Original file line numberDiff line numberDiff line change
@@ -1560,14 +1560,13 @@ array.prototype.find@^2.1.0:
15601560
define-properties "^1.1.3"
15611561
es-abstract "^1.13.0"
15621562

1563-
array.prototype.flat@^1.2.1:
1564-
version "1.2.2"
1565-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.2.tgz#8f3c71d245ba349b6b64b4078f76f5576f1fd723"
1566-
integrity sha512-VXjh7lAL4KXKF2hY4FnEW9eRW6IhdvFW1sN/JwLbmECbCgACCnBHNyP3lFiYuttr0jxRN9Bsc5+G27dMseSWqQ==
1563+
array.prototype.flat@^1.2.3:
1564+
version "1.2.3"
1565+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
1566+
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
15671567
dependencies:
15681568
define-properties "^1.1.3"
1569-
es-abstract "^1.15.0"
1570-
function-bind "^1.1.1"
1569+
es-abstract "^1.17.0-next.1"
15711570

15721571
arrify@^1.0.0, arrify@^1.0.1:
15731572
version "1.0.1"
@@ -2270,7 +2269,7 @@ check-types@^8.0.3:
22702269
resolved "https://registry.yarnpkg.com/check-types/-/check-types-8.0.3.tgz#3356cca19c889544f2d7a95ed49ce508a0ecf552"
22712270
integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==
22722271

2273-
cheerio@^1.0.0-rc.2:
2272+
cheerio@^1.0.0-rc.3:
22742273
version "1.0.0-rc.3"
22752274
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6"
22762275
integrity sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==
@@ -3269,32 +3268,33 @@ [email protected]:
32693268
dependencies:
32703269
lodash "^4.17.15"
32713270

3272-
enzyme@3.10.0:
3273-
version "3.10.0"
3274-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10.0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6"
3275-
integrity sha512-p2yy9Y7t/PFbPoTvrWde7JIYB2ZyGC+NgTNbVEGvZ5/EyoYSr9aG/2rSbVvyNvMHEhw9/dmGUJHWtfQIEiX9pg==
3271+
enzyme@3.11.0:
3272+
version "3.11.0"
3273+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.11.0.tgz#71d680c580fe9349f6f5ac6c775bc3e6b7a79c28"
3274+
integrity sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==
32763275
dependencies:
3277-
array.prototype.flat "^1.2.1"
3278-
cheerio "^1.0.0-rc.2"
3279-
function.prototype.name "^1.1.0"
3276+
array.prototype.flat "^1.2.3"
3277+
cheerio "^1.0.0-rc.3"
3278+
enzyme-shallow-equal "^1.0.1"
3279+
function.prototype.name "^1.1.2"
32803280
has "^1.0.3"
3281-
html-element-map "^1.0.0"
3282-
is-boolean-object "^1.0.0"
3283-
is-callable "^1.1.4"
3284-
is-number-object "^1.0.3"
3285-
is-regex "^1.0.4"
3286-
is-string "^1.0.4"
3281+
html-element-map "^1.2.0"
3282+
is-boolean-object "^1.0.1"
3283+
is-callable "^1.1.5"
3284+
is-number-object "^1.0.4"
3285+
is-regex "^1.0.5"
3286+
is-string "^1.0.5"
32873287
is-subset "^0.1.1"
32883288
lodash.escape "^4.0.1"
32893289
lodash.isequal "^4.5.0"
3290-
object-inspect "^1.6.0"
3291-
object-is "^1.0.1"
3290+
object-inspect "^1.7.0"
3291+
object-is "^1.0.2"
32923292
object.assign "^4.1.0"
3293-
object.entries "^1.0.4"
3294-
object.values "^1.0.4"
3295-
raf "^3.4.0"
3293+
object.entries "^1.1.1"
3294+
object.values "^1.1.1"
3295+
raf "^3.4.1"
32963296
rst-selector-parser "^2.2.3"
3297-
string.prototype.trim "^1.1.2"
3297+
string.prototype.trim "^1.2.1"
32983298

32993299
errno@^0.1.2, errno@^0.1.3, errno@^0.1.4, errno@~0.1.7:
33003300
version "0.1.7"
@@ -4090,7 +4090,7 @@ function-bind@^1.1.1:
40904090
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
40914091
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
40924092

4093-
function.prototype.name@^1.1.0, function.prototype.name@^1.1.1:
4093+
function.prototype.name@^1.1.1:
40944094
version "1.1.1"
40954095
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.1.tgz#6d252350803085abc2ad423d4fe3be2f9cbda392"
40964096
integrity sha512-e1NzkiJuw6xqVH7YSdiW/qDHebcmMhPNe6w+4ZYYEg0VA+LaLzx37RimbPLuonHhYGFGPx1ME2nSi74JiaCr/Q==
@@ -4445,7 +4445,7 @@ hosted-git-info@^2.1.4:
44454445
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c"
44464446
integrity sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==
44474447

4448-
html-element-map@^1.0.0:
4448+
html-element-map@^1.2.0:
44494449
version "1.2.0"
44504450
resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.2.0.tgz#dfbb09efe882806af63d990cf6db37993f099f22"
44514451
integrity sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw==
@@ -4771,10 +4771,10 @@ is-binary-path@^1.0.0:
47714771
dependencies:
47724772
binary-extensions "^1.0.0"
47734773

4774-
is-boolean-object@^1.0.0:
4775-
version "1.0.0"
4776-
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
4777-
integrity sha1-mPiygDBoQhmpXzdc+9iM40Bd/5M=
4774+
is-boolean-object@^1.0.1:
4775+
version "1.0.1"
4776+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.1.tgz#10edc0900dd127697a92f6f9807c7617d68ac48e"
4777+
integrity sha512-TqZuVwa/sppcrhUCAYkGBk7w0yxfQQnxq28fjkO53tnK9FQXmdwz2JS5+GjsWQ6RByES1K40nI+yDic5c9/aAQ==
47784778

47794779
is-buffer@^1.1.4, is-buffer@^1.1.5:
47804780
version "1.1.6"
@@ -4786,6 +4786,11 @@ is-callable@^1.1.4:
47864786
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
47874787
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
47884788

4789+
is-callable@^1.1.5:
4790+
version "1.1.5"
4791+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
4792+
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
4793+
47894794
is-ci@^1.0.10:
47904795
version "1.2.1"
47914796
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -4933,10 +4938,10 @@ is-npm@^1.0.0:
49334938
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
49344939
integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ=
49354940

4936-
is-number-object@^1.0.3:
4937-
version "1.0.3"
4938-
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
4939-
integrity sha1-8mWrian0RQNO9q/xWo8AsA9VF5k=
4941+
is-number-object@^1.0.4:
4942+
version "1.0.4"
4943+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
4944+
integrity sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==
49404945

49414946
is-number@^3.0.0:
49424947
version "3.0.0"
@@ -5021,6 +5026,13 @@ is-regex@^1.0.4:
50215026
dependencies:
50225027
has "^1.0.1"
50235028

5029+
is-regex@^1.0.5:
5030+
version "1.0.5"
5031+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
5032+
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
5033+
dependencies:
5034+
has "^1.0.3"
5035+
50245036
is-regexp@^1.0.0:
50255037
version "1.0.0"
50265038
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -5041,10 +5053,10 @@ is-stream@^1.0.0, is-stream@^1.1.0:
50415053
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
50425054
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
50435055

5044-
is-string@^1.0.4:
5045-
version "1.0.4"
5046-
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
5047-
integrity sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ=
5056+
is-string@^1.0.5:
5057+
version "1.0.5"
5058+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
5059+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
50485060

50495061
is-subset@^0.1.1:
50505062
version "0.1.1"
@@ -6810,7 +6822,7 @@ object.assign@^4.1.0:
68106822
has-symbols "^1.0.0"
68116823
object-keys "^1.0.11"
68126824

6813-
object.entries@^1.0.4, object.entries@^1.1.0:
6825+
object.entries@^1.1.0:
68146826
version "1.1.0"
68156827
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
68166828
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
@@ -6820,6 +6832,16 @@ object.entries@^1.0.4, object.entries@^1.1.0:
68206832
function-bind "^1.1.1"
68216833
has "^1.0.3"
68226834

6835+
object.entries@^1.1.1:
6836+
version "1.1.1"
6837+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
6838+
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
6839+
dependencies:
6840+
define-properties "^1.1.3"
6841+
es-abstract "^1.17.0-next.1"
6842+
function-bind "^1.1.1"
6843+
has "^1.0.3"
6844+
68236845
object.fromentries@^2.0.1:
68246846
version "2.0.1"
68256847
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
@@ -6855,7 +6877,7 @@ object.pick@^1.3.0:
68556877
dependencies:
68566878
isobject "^3.0.1"
68576879

6858-
object.values@^1.0.4, object.values@^1.1.0:
6880+
object.values@^1.1.0:
68596881
version "1.1.0"
68606882
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
68616883
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
@@ -7568,7 +7590,7 @@ quick-lru@^1.0.0:
75687590
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
75697591
integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=
75707592

7571-
[email protected], raf@^3.3.0, raf@^3.4.0:
7593+
[email protected], raf@^3.3.0, raf@^3.4.1:
75727594
version "3.4.1"
75737595
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
75747596
integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==
@@ -8710,13 +8732,13 @@ string-width@^3.0.0, string-width@^3.1.0:
87108732
is-fullwidth-code-point "^2.0.0"
87118733
strip-ansi "^5.1.0"
87128734

8713-
string.prototype.trim@^1.1.2:
8714-
version "1.2.0"
8715-
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.0.tgz#75a729b10cfc1be439543dae442129459ce61e3d"
8716-
integrity sha512-9EIjYD/WdlvLpn987+ctkLf0FfvBefOCuiEr2henD8X+7jfwPnyvTdmW8OJhj5p+M0/96mBdynLWkxUr+rHlpg==
8735+
string.prototype.trim@^1.2.1:
8736+
version "1.2.1"
8737+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz#141233dff32c82bfad80684d7e5f0869ee0fb782"
8738+
integrity sha512-MjGFEeqixw47dAMFMtgUro/I0+wNqZB5GKXGt1fFr24u3TzDXCPu7J9Buppzoe3r/LqkSDLDDJzE15RGWDGAVw==
87178739
dependencies:
87188740
define-properties "^1.1.3"
8719-
es-abstract "^1.13.0"
8741+
es-abstract "^1.17.0-next.1"
87208742
function-bind "^1.1.1"
87218743

87228744
string.prototype.trimleft@^2.1.0:

0 commit comments

Comments
 (0)