Skip to content

Commit 904a822

Browse files
committed
chore(deps): update dependency enzyme-to-json to v3.5.0
1 parent 93d5760 commit 904a822

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"codecov": "3.0.0",
4747
"enzyme": "3.3.0",
4848
"enzyme-adapter-react-16": "1.1.1",
49-
"enzyme-to-json": "3.3.3",
49+
"enzyme-to-json": "3.5.0",
5050
"eslint": "4.19.1",
5151
"eslint-config-airbnb": "16.1.0",
5252
"eslint-config-prettier": "2.9.0",

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4020,11 +4020,13 @@ enzyme-adapter-utils@^1.3.0:
40204020
object.assign "^4.0.4"
40214021
prop-types "^15.6.0"
40224022

4023-
4024-
version "3.3.3"
4025-
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.3.3.tgz#ede45938fb309cd87ebd4386f60c754525515a07"
4023+
4024+
version "3.5.0"
4025+
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.5.0.tgz#3d536f1e8fb50d972360014fe2bd64e6a672f7dd"
4026+
integrity sha512-clusXRsiaQhG7+wtyc4t7MU8N3zCOgf4eY9+CeSenYzKlFST4lxerfOvnWd4SNaToKhkuba+w6m242YpQOS7eA==
40264027
dependencies:
4027-
lodash "^4.17.4"
4028+
lodash "^4.17.15"
4029+
react-is "^16.12.0"
40284030

40294031
40304032
version "3.3.0"
@@ -6488,6 +6490,11 @@ lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.3,
64886490
version "4.17.5"
64896491
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
64906492

6493+
lodash@^4.17.15:
6494+
version "4.17.15"
6495+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
6496+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
6497+
64916498
log-symbols@^1.0.2:
64926499
version "1.0.2"
64936500
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -8006,6 +8013,11 @@ react-inspector@^2.2.2:
80068013
babel-runtime "^6.26.0"
80078014
is-dom "^1.0.9"
80088015

8016+
react-is@^16.12.0:
8017+
version "16.13.1"
8018+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
8019+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
8020+
80098021
react-modal@^3.1.10:
80108022
version "3.3.2"
80118023
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.3.2.tgz#b13da9490653a7c76bc0e9600323eb1079c620e7"

0 commit comments

Comments
 (0)