Skip to content

Commit e9e4fdc

Browse files
committed
chore(deps): update dependency enzyme to v3.5.1
1 parent 14db76f commit e9e4fdc

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
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"babel-eslint": "8.2.1",
2929
"codecov": "3.0.0",
30-
"enzyme": "3.3.0",
30+
"enzyme": "3.5.1",
3131
"enzyme-adapter-react-16": "1.1.1",
3232
"enzyme-to-json": "3.3.0",
3333
"eslint": "4.15.0",

yarn.lock

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

306+
array.prototype.flat@^1.2.1:
307+
version "1.2.1"
308+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
309+
dependencies:
310+
define-properties "^1.1.2"
311+
es-abstract "^1.10.0"
312+
function-bind "^1.1.1"
313+
306314
arrify@^1.0.0, arrify@^1.0.1:
307315
version "1.0.1"
308316
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2347,26 +2355,29 @@ [email protected]:
23472355
dependencies:
23482356
lodash "^4.17.4"
23492357

2350-
enzyme@3.3.0:
2351-
version "3.3.0"
2352-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2358+
enzyme@3.5.1:
2359+
version "3.5.1"
2360+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.1.tgz#aad0cbd005fee4cfd800b6451b64112b5374da67"
23532361
dependencies:
2362+
array.prototype.flat "^1.2.1"
23542363
cheerio "^1.0.0-rc.2"
2355-
function.prototype.name "^1.0.3"
2356-
has "^1.0.1"
2364+
function.prototype.name "^1.1.0"
2365+
has "^1.0.3"
23572366
is-boolean-object "^1.0.0"
2358-
is-callable "^1.1.3"
2367+
is-callable "^1.1.4"
23592368
is-number-object "^1.0.3"
23602369
is-string "^1.0.4"
23612370
is-subset "^0.1.1"
2362-
lodash "^4.17.4"
2363-
object-inspect "^1.5.0"
2371+
lodash.escape "^4.0.1"
2372+
lodash.isequal "^4.5.0"
2373+
object-inspect "^1.6.0"
23642374
object-is "^1.0.1"
23652375
object.assign "^4.1.0"
23662376
object.entries "^1.0.4"
23672377
object.values "^1.0.4"
23682378
raf "^3.4.0"
23692379
rst-selector-parser "^2.2.3"
2380+
string.prototype.trim "^1.1.2"
23702381

23712382
errno@^0.1.3, errno@^0.1.4:
23722383
version "0.1.6"
@@ -2380,6 +2391,16 @@ error-ex@^1.2.0, error-ex@^1.3.1:
23802391
dependencies:
23812392
is-arrayish "^0.2.1"
23822393

2394+
es-abstract@^1.10.0, es-abstract@^1.5.0:
2395+
version "1.12.0"
2396+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2397+
dependencies:
2398+
es-to-primitive "^1.1.1"
2399+
function-bind "^1.1.1"
2400+
has "^1.0.1"
2401+
is-callable "^1.1.3"
2402+
is-regex "^1.0.4"
2403+
23832404
es-abstract@^1.6.1, es-abstract@^1.7.0:
23842405
version "1.10.0"
23852406
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3182,7 +3203,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
31823203
version "1.1.1"
31833204
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
31843205

3185-
function.prototype.name@^1.0.3:
3206+
function.prototype.name@^1.1.0:
31863207
version "1.1.0"
31873208
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
31883209
dependencies:
@@ -3444,6 +3465,12 @@ has@^1.0.1:
34443465
dependencies:
34453466
function-bind "^1.0.2"
34463467

3468+
has@^1.0.3:
3469+
version "1.0.3"
3470+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3471+
dependencies:
3472+
function-bind "^1.1.1"
3473+
34473474
hash-base@^2.0.0:
34483475
version "2.0.2"
34493476
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3836,6 +3863,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
38363863
version "1.1.3"
38373864
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
38383865

3866+
is-callable@^1.1.4:
3867+
version "1.1.4"
3868+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3869+
38393870
is-ci@^1.0.10:
38403871
version "1.1.0"
38413872
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4709,10 +4740,18 @@ lodash.defaults@^4.2.0:
47094740
version "4.2.0"
47104741
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
47114742

4743+
lodash.escape@^4.0.1:
4744+
version "4.0.1"
4745+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4746+
47124747
lodash.flattendeep@^4.4.0:
47134748
version "4.4.0"
47144749
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
47154750

4751+
lodash.isequal@^4.5.0:
4752+
version "4.5.0"
4753+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4754+
47164755
lodash.memoize@^4.1.2:
47174756
version "4.1.2"
47184757
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5211,9 +5250,9 @@ object-hash@^1.1.4:
52115250
version "1.2.0"
52125251
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.2.0.tgz#e96af0e96981996a1d47f88ead8f74f1ebc4422b"
52135252

5214-
object-inspect@^1.5.0:
5215-
version "1.5.0"
5216-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
5253+
object-inspect@^1.6.0:
5254+
version "1.6.0"
5255+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
52175256

52185257
object-is@^1.0.1:
52195258
version "1.0.1"
@@ -7004,6 +7043,14 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
70047043
is-fullwidth-code-point "^2.0.0"
70057044
strip-ansi "^4.0.0"
70067045

7046+
string.prototype.trim@^1.1.2:
7047+
version "1.1.2"
7048+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
7049+
dependencies:
7050+
define-properties "^1.1.2"
7051+
es-abstract "^1.5.0"
7052+
function-bind "^1.0.2"
7053+
70077054
string_decoder@^1.0.0, string_decoder@~1.0.3:
70087055
version "1.0.3"
70097056
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)