Skip to content

Commit eff33f0

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

File tree

2 files changed

+25
-5
lines changed

2 files changed

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

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,13 @@
12791279
react-treebeard "^2.1.0"
12801280
redux "^3.7.2"
12811281

1282+
"@types/cheerio@^0.22.22":
1283+
version "0.22.22"
1284+
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.22.tgz#ae71cf4ca59b8bbaf34c99af7a5d6c8894988f5f"
1285+
integrity sha512-05DYX4zU96IBfZFY+t3Mh88nlwSMtmmzSYaQkKN48T495VV1dkHSah6qYyDTN5ngaS0i0VonH37m+RuzSM0YiA==
1286+
dependencies:
1287+
"@types/node" "*"
1288+
12821289
"@types/node@*":
12831290
version "9.4.7"
12841291
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.7.tgz#57d81cd98719df2c9de118f2d5f3b1120dcd7275"
@@ -4020,11 +4027,14 @@ enzyme-adapter-utils@^1.3.0:
40204027
object.assign "^4.0.4"
40214028
prop-types "^15.6.0"
40224029

4023-
4024-
version "3.3.3"
4025-
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.3.3.tgz#ede45938fb309cd87ebd4386f60c754525515a07"
4030+
4031+
version "3.6.1"
4032+
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.1.tgz#d60740950bc7ca6384dfe6fe405494ec5df996bc"
4033+
integrity sha512-15tXuONeq5ORoZjV/bUo2gbtZrN2IH+Z6DvL35QmZyKHgbY1ahn6wcnLd9Xv9OjiwbAXiiP8MRZwbZrCv1wYNg==
40264034
dependencies:
4027-
lodash "^4.17.4"
4035+
"@types/cheerio" "^0.22.22"
4036+
lodash "^4.17.15"
4037+
react-is "^16.12.0"
40284038

40294039
40304040
version "3.3.0"
@@ -6488,6 +6498,11 @@ lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.3,
64886498
version "4.17.5"
64896499
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
64906500

6501+
lodash@^4.17.15:
6502+
version "4.17.20"
6503+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
6504+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
6505+
64916506
log-symbols@^1.0.2:
64926507
version "1.0.2"
64936508
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -8006,6 +8021,11 @@ react-inspector@^2.2.2:
80068021
babel-runtime "^6.26.0"
80078022
is-dom "^1.0.9"
80088023

8024+
react-is@^16.12.0:
8025+
version "16.13.1"
8026+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
8027+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
8028+
80098029
react-modal@^3.1.10:
80108030
version "3.3.2"
80118031
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.3.2.tgz#b13da9490653a7c76bc0e9600323eb1079c620e7"

0 commit comments

Comments
 (0)