Skip to content

Commit 1595f4d

Browse files
renovate-botrenovate[bot]
authored andcommitted
TASK: Update dependency enzyme-to-json to v3.6.2
1 parent 410626d commit 1595f4d

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

packages/create-react-microservice-scaffold/src/packages/my-fancy-ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"empty": "0.10.1",
2929
"enzyme": "3.11.0",
3030
"enzyme-adapter-react-16": "1.15.6",
31-
"enzyme-to-json": "3.5.0",
31+
"enzyme-to-json": "3.6.2",
3232
"eslint": "5.16.0",
3333
"flow-bin": "0.131.0",
3434
"flow-typed": "2.6.2",

packages/create-react-microservice-scaffold/src/packages/my-fancy-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@immowelt/jest-preset-react": "2.0.4",
5454
"enzyme": "3.11.0",
5555
"enzyme-adapter-react-16": "1.15.6",
56-
"enzyme-to-json": "3.5.0",
56+
"enzyme-to-json": "3.6.2",
5757
"eslint": "5.16.0",
5858
"flow-bin": "0.131.0",
5959
"flow-typed": "2.6.2",

packages/create-react-microservice-scaffold/src/yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,13 @@
334334
version "0.4.31"
335335
resolved "https://registry.yarnpkg.com/@types/chalk/-/chalk-0.4.31.tgz#a31d74241a6b1edbb973cf36d97a2896834a51f9"
336336

337+
"@types/cheerio@^0.22.22":
338+
version "0.22.31"
339+
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.31.tgz#b8538100653d6bb1b08a1e46dec75b4f2a5d5eb6"
340+
integrity sha512-Kt7Cdjjdi2XWSfrZ53v4Of0wG3ZcmaegFXjMmz9tfNrZSkzzo36G0AL1YqSdcIA78Etjt6E609pt5h1xnQkPUw==
341+
dependencies:
342+
"@types/node" "*"
343+
337344
"@types/color-name@^1.1.1":
338345
version "1.1.1"
339346
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
@@ -4096,12 +4103,13 @@ enzyme-shallow-equal@^1.0.4:
40964103
has "^1.0.3"
40974104
object-is "^1.1.2"
40984105

4099-
enzyme-to-json@3.5.0:
4100-
version "3.5.0"
4101-
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.5.0.tgz#3d536f1e8fb50d972360014fe2bd64e6a672f7dd"
4102-
integrity sha512-clusXRsiaQhG7+wtyc4t7MU8N3zCOgf4eY9+CeSenYzKlFST4lxerfOvnWd4SNaToKhkuba+w6m242YpQOS7eA==
4106+
enzyme-to-json@3.6.2:
4107+
version "3.6.2"
4108+
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.2.tgz#94f85c413bcae8ab67be53b0a94b69a560e27823"
4109+
integrity sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg==
41034110
dependencies:
4104-
lodash "^4.17.15"
4111+
"@types/cheerio" "^0.22.22"
4112+
lodash "^4.17.21"
41054113
react-is "^16.12.0"
41064114

41074115
enzyme@3.11.0:
@@ -8179,7 +8187,7 @@ lodash@4.17.11, lodash@^4.17.11:
81798187
version "4.17.11"
81808188
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
81818189

8182-
lodash@4.17.21:
8190+
lodash@4.17.21, lodash@^4.17.21:
81838191
version "4.17.21"
81848192
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
81858193
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)