Skip to content

Commit cef9347

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

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-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.4.4",
5050
"eslint": "4.19.1",
5151
"eslint-config-airbnb": "16.1.0",
5252
"eslint-config-prettier": "2.9.0",

yarn.lock

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

4023-
enzyme-to-json@3.3.3:
4024-
version "3.3.3"
4025-
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.3.3.tgz#ede45938fb309cd87ebd4386f60c754525515a07"
4023+
enzyme-to-json@3.4.4:
4024+
version "3.4.4"
4025+
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.4.4.tgz#b30726c59091d273521b6568c859e8831e94d00e"
40264026
dependencies:
4027-
lodash "^4.17.4"
4027+
lodash "^4.17.15"
4028+
react-is "^16.12.0"
40284029

40294030
40304031
version "3.3.0"
@@ -6488,6 +6489,10 @@ lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.3,
64886489
version "4.17.5"
64896490
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
64906491

6492+
lodash@^4.17.15:
6493+
version "4.17.15"
6494+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
6495+
64916496
log-symbols@^1.0.2:
64926497
version "1.0.2"
64936498
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -8006,6 +8011,10 @@ react-inspector@^2.2.2:
80068011
babel-runtime "^6.26.0"
80078012
is-dom "^1.0.9"
80088013

8014+
react-is@^16.12.0:
8015+
version "16.12.0"
8016+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
8017+
80098018
react-modal@^3.1.10:
80108019
version "3.3.2"
80118020
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.3.2.tgz#b13da9490653a7c76bc0e9600323eb1079c620e7"

0 commit comments

Comments
 (0)