Skip to content

Commit 06659d4

Browse files
dependabot-supportAlmouro
authored andcommitted
chore(deps-dev): bump enzyme from 3.3.0 to 3.9.0
Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.3.0 to 3.9.0. - [Release notes](https://github.com/airbnb/enzyme/releases) - [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.9.0/packages/enzyme) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent c2225fb commit 06659d4

1 file changed

Lines changed: 96 additions & 25 deletions

File tree

yarn.lock

Lines changed: 96 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,11 @@ array-equal@^1.0.0:
13071307
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
13081308
integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
13091309

1310+
array-filter@^1.0.0:
1311+
version "1.0.0"
1312+
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
1313+
integrity sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=
1314+
13101315
array-filter@~0.0.0:
13111316
version "0.0.1"
13121317
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
@@ -1367,6 +1372,15 @@ array-unique@^0.3.2:
13671372
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
13681373
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
13691374

1375+
array.prototype.flat@^1.2.1:
1376+
version "1.2.1"
1377+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
1378+
integrity sha512-rVqIs330nLJvfC7JqYvEWwqVr5QjYF1ib02i3YJtR/fICO6527Tjpc/e4Mvmxh3GIePPreRXMdaGyC99YphWEw==
1379+
dependencies:
1380+
define-properties "^1.1.2"
1381+
es-abstract "^1.10.0"
1382+
function-bind "^1.1.1"
1383+
13701384
arrify@^1.0.0, arrify@^1.0.1:
13711385
version "1.0.1"
13721386
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -3801,26 +3815,31 @@ enzyme-adapter-utils@^1.3.0:
38013815
prop-types "^15.6.0"
38023816

38033817
enzyme@^3.3.0:
3804-
version "3.3.0"
3805-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
3806-
integrity sha512-l8csyPyLmtxskTz6pX9W8eDOyH1ckEtDttXk/vlFWCjv00SkjTjtoUrogqp4yEvMyneU9dUJoOLnqFoiHb8IHA==
3818+
version "3.9.0"
3819+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.9.0.tgz#2b491f06ca966eb56b6510068c7894a7e0be3909"
3820+
integrity sha512-JqxI2BRFHbmiP7/UFqvsjxTirWoM1HfeaJrmVSZ9a1EADKkZgdPcAuISPMpoUiHlac9J4dYt81MC5BBIrbJGMg==
38073821
dependencies:
3822+
array.prototype.flat "^1.2.1"
38083823
cheerio "^1.0.0-rc.2"
3809-
function.prototype.name "^1.0.3"
3810-
has "^1.0.1"
3824+
function.prototype.name "^1.1.0"
3825+
has "^1.0.3"
3826+
html-element-map "^1.0.0"
38113827
is-boolean-object "^1.0.0"
3812-
is-callable "^1.1.3"
3828+
is-callable "^1.1.4"
38133829
is-number-object "^1.0.3"
3830+
is-regex "^1.0.4"
38143831
is-string "^1.0.4"
38153832
is-subset "^0.1.1"
3816-
lodash "^4.17.4"
3817-
object-inspect "^1.5.0"
3833+
lodash.escape "^4.0.1"
3834+
lodash.isequal "^4.5.0"
3835+
object-inspect "^1.6.0"
38183836
object-is "^1.0.1"
38193837
object.assign "^4.1.0"
38203838
object.entries "^1.0.4"
38213839
object.values "^1.0.4"
38223840
raf "^3.4.0"
38233841
rst-selector-parser "^2.2.3"
3842+
string.prototype.trim "^1.1.2"
38243843

38253844
err-code@^1.0.0:
38263845
version "1.1.2"
@@ -3860,6 +3879,18 @@ es-abstract@^1.10.0, es-abstract@^1.7.0:
38603879
is-callable "^1.1.3"
38613880
is-regex "^1.0.4"
38623881

3882+
es-abstract@^1.5.0:
3883+
version "1.13.0"
3884+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
3885+
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
3886+
dependencies:
3887+
es-to-primitive "^1.2.0"
3888+
function-bind "^1.1.1"
3889+
has "^1.0.3"
3890+
is-callable "^1.1.4"
3891+
is-regex "^1.0.4"
3892+
object-keys "^1.0.12"
3893+
38633894
es-abstract@^1.5.1, es-abstract@^1.6.1:
38643895
version "1.10.0"
38653896
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3880,6 +3911,15 @@ es-to-primitive@^1.1.1:
38803911
is-date-object "^1.0.1"
38813912
is-symbol "^1.0.1"
38823913

3914+
es-to-primitive@^1.2.0:
3915+
version "1.2.0"
3916+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
3917+
integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
3918+
dependencies:
3919+
is-callable "^1.1.4"
3920+
is-date-object "^1.0.1"
3921+
is-symbol "^1.0.2"
3922+
38833923
es6-promise@^4.0.3:
38843924
version "4.2.4"
38853925
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.4.tgz#dc4221c2b16518760bd8c39a52d8f356fc00ed29"
@@ -4820,7 +4860,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
48204860
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
48214861
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
48224862

4823-
function.prototype.name@^1.0.3:
4863+
function.prototype.name@^1.1.0:
48244864
version "1.1.0"
48254865
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
48264866
integrity sha512-Bs0VRrTz4ghD8pTmbJQD1mZ8A/mN0ur/jGz+A6FBxPDUPkm1tNfF6bhTYPA7i7aF4lZJVr+OXTNNrnnIl58Wfg==
@@ -5258,14 +5298,7 @@ has-values@^1.0.0:
52585298
is-number "^3.0.0"
52595299
kind-of "^4.0.0"
52605300

5261-
has@^1.0.1:
5262-
version "1.0.1"
5263-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
5264-
integrity sha1-hGFzP1OLCDfJNh45qauelwTcLyg=
5265-
dependencies:
5266-
function-bind "^1.0.2"
5267-
5268-
has@^1.0.3:
5301+
has@^1.0.1, has@^1.0.3:
52695302
version "1.0.3"
52705303
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
52715304
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -5347,6 +5380,13 @@ hosted-git-info@^2.6.0, hosted-git-info@^2.7.1:
53475380
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
53485381
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==
53495382

5383+
html-element-map@^1.0.0:
5384+
version "1.0.0"
5385+
resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.0.tgz#19a41940225153ecdfead74f8509154ff1cdc18b"
5386+
integrity sha512-/SP6aOiM5Ai9zALvCxDubIeez0LvG3qP7R9GcRDnJEP/HBmv0A8A9K0o8+HFudcFt46+i921ANjzKsjPjb7Enw==
5387+
dependencies:
5388+
array-filter "^1.0.0"
5389+
53505390
html-encoding-sniffer@^1.0.2:
53515391
version "1.0.2"
53525392
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -5701,10 +5741,10 @@ is-builtin-module@^1.0.0:
57015741
dependencies:
57025742
builtin-modules "^1.0.0"
57035743

5704-
is-callable@^1.1.1, is-callable@^1.1.3:
5705-
version "1.1.3"
5706-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
5707-
integrity sha1-hut1OSgF3cM69xySoO7fdO52BLI=
5744+
is-callable@^1.1.1, is-callable@^1.1.3, is-callable@^1.1.4:
5745+
version "1.1.4"
5746+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
5747+
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
57085748

57095749
is-ci@^1.0.10:
57105750
version "1.1.0"
@@ -5978,6 +6018,13 @@ is-symbol@^1.0.1:
59786018
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
59796019
integrity sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=
59806020

6021+
is-symbol@^1.0.2:
6022+
version "1.0.2"
6023+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
6024+
integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==
6025+
dependencies:
6026+
has-symbols "^1.0.0"
6027+
59816028
is-text-path@^1.0.0:
59826029
version "1.0.1"
59836030
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
@@ -6986,6 +7033,11 @@ lodash.escape@^3.0.0:
69867033
dependencies:
69877034
lodash._root "^3.0.0"
69887035

7036+
lodash.escape@^4.0.1:
7037+
version "4.0.1"
7038+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
7039+
integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg=
7040+
69897041
lodash.escaperegexp@^4.1.2:
69907042
version "4.1.2"
69917043
resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347"
@@ -7011,6 +7063,11 @@ lodash.isarray@^3.0.0:
70117063
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
70127064
integrity sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=
70137065

7066+
lodash.isequal@^4.5.0:
7067+
version "4.5.0"
7068+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
7069+
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
7070+
70147071
lodash.isplainobject@^4.0.6:
70157072
version "4.0.6"
70167073
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -8286,10 +8343,10 @@ object-copy@^0.1.0:
82868343
define-property "^0.2.5"
82878344
kind-of "^3.0.3"
82888345

8289-
object-inspect@^1.5.0:
8290-
version "1.5.0"
8291-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
8292-
integrity sha512-UmOFbHbwvv+XHj7BerrhVq+knjceBdkvU5AriwLMvhv2qi+e7DJzxfBeFpILEjVzCp+xA+W/pIf06RGPWlZNfw==
8346+
object-inspect@^1.6.0:
8347+
version "1.6.0"
8348+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
8349+
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
82938350

82948351
object-is@^1.0.1:
82958352
version "1.0.1"
@@ -8301,6 +8358,11 @@ object-keys@^1.0.11, object-keys@^1.0.8:
83018358
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
83028359
integrity sha1-xUYBd4rVYPEULODgG8yotW0TQm0=
83038360

8361+
object-keys@^1.0.12:
8362+
version "1.1.0"
8363+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032"
8364+
integrity sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg==
8365+
83048366
object-visit@^1.0.0:
83058367
version "1.0.1"
83068368
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -10609,6 +10671,15 @@ string.prototype.matchall@^2.0.0:
1060910671
has-symbols "^1.0.0"
1061010672
regexp.prototype.flags "^1.2.0"
1061110673

10674+
string.prototype.trim@^1.1.2:
10675+
version "1.1.2"
10676+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
10677+
integrity sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=
10678+
dependencies:
10679+
define-properties "^1.1.2"
10680+
es-abstract "^1.5.0"
10681+
function-bind "^1.0.2"
10682+
1061210683
string_decoder@~0.10.x:
1061310684
version "0.10.31"
1061410685
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)