Skip to content

Commit 6e28f0a

Browse files
committed
Update dependency enzyme to v3.5.1
1 parent aa89550 commit 6e28f0a

File tree

2 files changed

+45
-14
lines changed

2 files changed

+45
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eject": "react-scripts eject"
2222
},
2323
"devDependencies": {
24-
"enzyme": "3.3.0",
24+
"enzyme": "3.5.1",
2525
"enzyme-adapter-react-16": "1.1.1"
2626
}
2727
}

yarn.lock

+44-13
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,14 @@ array-unique@^0.3.2:
312312
version "0.3.2"
313313
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
314314

315+
array.prototype.flat@^1.2.1:
316+
version "1.2.1"
317+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
318+
dependencies:
319+
define-properties "^1.1.2"
320+
es-abstract "^1.10.0"
321+
function-bind "^1.1.1"
322+
315323
arrify@^1.0.0, arrify@^1.0.1:
316324
version "1.0.1"
317325
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2342,26 +2350,29 @@ enzyme-adapter-utils@^1.3.0:
23422350
object.assign "^4.0.4"
23432351
prop-types "^15.6.0"
23442352

2345-
enzyme@3.3.0:
2346-
version "3.3.0"
2347-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2353+
enzyme@3.5.1:
2354+
version "3.5.1"
2355+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.1.tgz#aad0cbd005fee4cfd800b6451b64112b5374da67"
23482356
dependencies:
2357+
array.prototype.flat "^1.2.1"
23492358
cheerio "^1.0.0-rc.2"
2350-
function.prototype.name "^1.0.3"
2351-
has "^1.0.1"
2359+
function.prototype.name "^1.1.0"
2360+
has "^1.0.3"
23522361
is-boolean-object "^1.0.0"
2353-
is-callable "^1.1.3"
2362+
is-callable "^1.1.4"
23542363
is-number-object "^1.0.3"
23552364
is-string "^1.0.4"
23562365
is-subset "^0.1.1"
2357-
lodash "^4.17.4"
2358-
object-inspect "^1.5.0"
2366+
lodash.escape "^4.0.1"
2367+
lodash.isequal "^4.5.0"
2368+
object-inspect "^1.6.0"
23592369
object-is "^1.0.1"
23602370
object.assign "^4.1.0"
23612371
object.entries "^1.0.4"
23622372
object.values "^1.0.4"
23632373
raf "^3.4.0"
23642374
rst-selector-parser "^2.2.3"
2375+
string.prototype.trim "^1.1.2"
23652376

23662377
errno@^0.1.3, errno@~0.1.7:
23672378
version "0.1.7"
@@ -2375,7 +2386,7 @@ error-ex@^1.2.0:
23752386
dependencies:
23762387
is-arrayish "^0.2.1"
23772388

2378-
es-abstract@^1.6.1, es-abstract@^1.7.0:
2389+
es-abstract@^1.10.0, es-abstract@^1.5.0, es-abstract@^1.6.1, es-abstract@^1.7.0:
23792390
version "1.12.0"
23802391
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
23812392
dependencies:
@@ -3057,11 +3068,11 @@ fsevents@^1.0.0, fsevents@^1.1.3, fsevents@^1.2.2:
30573068
nan "^2.9.2"
30583069
node-pre-gyp "^0.10.0"
30593070

3060-
function-bind@^1.1.0, function-bind@^1.1.1:
3071+
function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
30613072
version "1.1.1"
30623073
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
30633074

3064-
function.prototype.name@^1.0.3:
3075+
function.prototype.name@^1.1.0:
30653076
version "1.1.0"
30663077
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
30673078
dependencies:
@@ -3303,7 +3314,7 @@ has-values@^1.0.0:
33033314
is-number "^3.0.0"
33043315
kind-of "^4.0.0"
33053316

3306-
has@^1.0.1:
3317+
has@^1.0.1, has@^1.0.3:
33073318
version "1.0.3"
33083319
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
33093320
dependencies:
@@ -3660,6 +3671,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
36603671
version "1.1.3"
36613672
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
36623673

3674+
is-callable@^1.1.4:
3675+
version "1.1.4"
3676+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3677+
36633678
is-ci@^1.0.10:
36643679
version "1.1.0"
36653680
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4570,10 +4585,18 @@ lodash.defaults@^4.2.0:
45704585
version "4.2.0"
45714586
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
45724587

4588+
lodash.escape@^4.0.1:
4589+
version "4.0.1"
4590+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4591+
45734592
lodash.flattendeep@^4.4.0:
45744593
version "4.4.0"
45754594
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
45764595

4596+
lodash.isequal@^4.5.0:
4597+
version "4.5.0"
4598+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4599+
45774600
lodash.memoize@^4.1.2:
45784601
version "4.1.2"
45794602
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5109,7 +5132,7 @@ object-hash@^1.1.4:
51095132
version "1.3.0"
51105133
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.0.tgz#76d9ba6ff113cf8efc0d996102851fe6723963e2"
51115134

5112-
object-inspect@^1.5.0:
5135+
object-inspect@^1.6.0:
51135136
version "1.6.0"
51145137
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
51155138

@@ -6878,6 +6901,14 @@ string-width@^1.0.1, string-width@^1.0.2:
68786901
is-fullwidth-code-point "^2.0.0"
68796902
strip-ansi "^4.0.0"
68806903

6904+
string.prototype.trim@^1.1.2:
6905+
version "1.1.2"
6906+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
6907+
dependencies:
6908+
define-properties "^1.1.2"
6909+
es-abstract "^1.5.0"
6910+
function-bind "^1.0.2"
6911+
68816912
string_decoder@^1.0.0, string_decoder@~1.1.1:
68826913
version "1.1.1"
68836914
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)