Skip to content

Commit b04f8e6

Browse files
committed
chore(deps): update dependency enzyme to v3.4.3
1 parent ba72d68 commit b04f8e6

File tree

2 files changed

+20
-55
lines changed

2 files changed

+20
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"babel-polyfill": "6.26.0",
3838
"babel-preset-cozy-app": "1.1.0",
3939
"cozy-scripts": "0.10.4",
40-
"enzyme": "3.3.0",
40+
"enzyme": "3.4.3",
4141
"enzyme-adapter-react-16": "1.2.0",
4242
"eslint": "5.3.0",
4343
"eslint-config-cozy-app": "1.1.0",

yarn.lock

Lines changed: 19 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,14 @@ array-unique@^0.3.2:
416416
version "0.3.2"
417417
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
418418

419+
array.prototype.flat@^1.2.1:
420+
version "1.2.1"
421+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
422+
dependencies:
423+
define-properties "^1.1.2"
424+
es-abstract "^1.10.0"
425+
function-bind "^1.1.1"
426+
419427
arrify@^1.0.0, arrify@^1.0.1:
420428
version "1.0.1"
421429
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2888,20 +2896,21 @@ enzyme-adapter-utils@^1.5.0:
28882896
object.assign "^4.1.0"
28892897
prop-types "^15.6.2"
28902898

2891-
enzyme@3.3.0:
2892-
version "3.3.0"
2893-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2899+
enzyme@3.4.3:
2900+
version "3.4.3"
2901+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.4.3.tgz#86c4a1219a967cddb8d0359f28e119a93302014b"
28942902
dependencies:
2903+
array.prototype.flat "^1.2.1"
28952904
cheerio "^1.0.0-rc.2"
2896-
function.prototype.name "^1.0.3"
2897-
has "^1.0.1"
2905+
function.prototype.name "^1.1.0"
2906+
has "^1.0.3"
28982907
is-boolean-object "^1.0.0"
2899-
is-callable "^1.1.3"
2908+
is-callable "^1.1.4"
29002909
is-number-object "^1.0.3"
29012910
is-string "^1.0.4"
29022911
is-subset "^0.1.1"
29032912
lodash "^4.17.4"
2904-
object-inspect "^1.5.0"
2913+
object-inspect "^1.6.0"
29052914
object-is "^1.0.1"
29062915
object.assign "^4.1.0"
29072916
object.entries "^1.0.4"
@@ -3188,50 +3197,6 @@ eslint-visitor-keys@^1.0.0:
31883197
version "1.0.0"
31893198
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
31903199

3191-
3192-
version "5.2.0"
3193-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.2.0.tgz#3901ae249195d473e633c4acbc370068b1c964dc"
3194-
dependencies:
3195-
ajv "^6.5.0"
3196-
babel-code-frame "^6.26.0"
3197-
chalk "^2.1.0"
3198-
cross-spawn "^6.0.5"
3199-
debug "^3.1.0"
3200-
doctrine "^2.1.0"
3201-
eslint-scope "^4.0.0"
3202-
eslint-utils "^1.3.1"
3203-
eslint-visitor-keys "^1.0.0"
3204-
espree "^4.0.0"
3205-
esquery "^1.0.1"
3206-
esutils "^2.0.2"
3207-
file-entry-cache "^2.0.0"
3208-
functional-red-black-tree "^1.0.1"
3209-
glob "^7.1.2"
3210-
globals "^11.7.0"
3211-
ignore "^4.0.2"
3212-
imurmurhash "^0.1.4"
3213-
inquirer "^5.2.0"
3214-
is-resolvable "^1.1.0"
3215-
js-yaml "^3.11.0"
3216-
json-stable-stringify-without-jsonify "^1.0.1"
3217-
levn "^0.3.0"
3218-
lodash "^4.17.5"
3219-
minimatch "^3.0.4"
3220-
mkdirp "^0.5.1"
3221-
natural-compare "^1.4.0"
3222-
optionator "^0.8.2"
3223-
path-is-inside "^1.0.2"
3224-
pluralize "^7.0.0"
3225-
progress "^2.0.0"
3226-
regexpp "^1.1.0"
3227-
require-uncached "^1.0.3"
3228-
semver "^5.5.0"
3229-
string.prototype.matchall "^2.0.0"
3230-
strip-ansi "^4.0.0"
3231-
strip-json-comments "^2.0.1"
3232-
table "^4.0.3"
3233-
text-table "^0.2.0"
3234-
32353200
32363201
version "5.3.0"
32373202
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.3.0.tgz#53695aca5213968aacdf970ccb231e42a2b285f8"
@@ -3913,7 +3878,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
39133878
version "1.1.1"
39143879
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
39153880

3916-
function.prototype.name@^1.0.3, function.prototype.name@^1.1.0:
3881+
function.prototype.name@^1.1.0:
39173882
version "1.1.0"
39183883
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
39193884
dependencies:
@@ -4666,7 +4631,7 @@ is-builtin-module@^1.0.0:
46664631
dependencies:
46674632
builtin-modules "^1.0.0"
46684633

4669-
is-callable@^1.1.1, is-callable@^1.1.3:
4634+
is-callable@^1.1.1, is-callable@^1.1.3, is-callable@^1.1.4:
46704635
version "1.1.4"
46714636
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
46724637

@@ -6563,7 +6528,7 @@ object-hash@^1.1.4:
65636528
version "1.3.0"
65646529
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.0.tgz#76d9ba6ff113cf8efc0d996102851fe6723963e2"
65656530

6566-
object-inspect@^1.5.0:
6531+
object-inspect@^1.6.0:
65676532
version "1.6.0"
65686533
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
65696534

0 commit comments

Comments
 (0)