Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit c6cb277

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency enzyme-to-json to v3.6.1
1 parent 0b2646f commit c6cb277

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"doctoc": "1.4.0",
9797
"enzyme": "3.11.0",
9898
"enzyme-adapter-react-16": "1.15.6",
99-
"enzyme-to-json": "3.4.4",
99+
"enzyme-to-json": "3.6.1",
100100
"eslint-config-prettier": "6.5.0",
101101
"eslint-plugin-react": "7.19.0",
102102
"husky": "3.0.9",

yarn.lock

+12-4
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,13 @@
10371037
dependencies:
10381038
"@babel/types" "^7.3.0"
10391039

1040+
"@types/cheerio@^0.22.22":
1041+
version "0.22.23"
1042+
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.23.tgz#74bcfee9c5ee53f619711dca953a89fe5cfa4eb4"
1043+
integrity sha512-QfHLujVMlGqcS/ePSf3Oe5hK3H8wi/yN2JYuxSB1U10VvW1fO3K8C+mURQesFYS1Hn7lspOsTT75SKq/XtydQg==
1044+
dependencies:
1045+
"@types/node" "*"
1046+
10401047
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
10411048
version "2.0.1"
10421049
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -3309,11 +3316,12 @@ enzyme-shallow-equal@^1.0.4:
33093316
has "^1.0.3"
33103317
object-is "^1.1.2"
33113318

3312-
enzyme-to-json@3.4.4:
3313-
version "3.4.4"
3314-
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.4.4.tgz#b30726c59091d273521b6568c859e8831e94d00e"
3315-
integrity sha512-50LELP/SCPJJGic5rAARvU7pgE3m1YaNj7JLM+Qkhl5t7PAs6fiyc8xzc50RnkKPFQCv0EeFVjEWdIFRGPWMsA==
3319+
enzyme-to-json@3.6.1:
3320+
version "3.6.1"
3321+
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.1.tgz#d60740950bc7ca6384dfe6fe405494ec5df996bc"
3322+
integrity sha512-15tXuONeq5ORoZjV/bUo2gbtZrN2IH+Z6DvL35QmZyKHgbY1ahn6wcnLd9Xv9OjiwbAXiiP8MRZwbZrCv1wYNg==
33163323
dependencies:
3324+
"@types/cheerio" "^0.22.22"
33173325
lodash "^4.17.15"
33183326
react-is "^16.12.0"
33193327

0 commit comments

Comments
 (0)