diff --git a/frontend/package.json b/frontend/package.json index a40faa63e7..fc209d9241 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "debounce": "1.2.1", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", - "enzyme-to-json": "3.6.1", + "enzyme-to-json": "3.6.2", "fetch-mock": "9.11.0", "http-proxy-middleware": "2.0.1", "immutable": "4.0.0-rc.15", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6ca267e6d0..b0f9a86e64 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5004,13 +5004,13 @@ enzyme-shallow-equal@^1.0.1, enzyme-shallow-equal@^1.0.4: has "^1.0.3" object-is "^1.1.2" -enzyme-to-json@3.6.1: - version "3.6.1" - resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.1.tgz#d60740950bc7ca6384dfe6fe405494ec5df996bc" - integrity sha512-15tXuONeq5ORoZjV/bUo2gbtZrN2IH+Z6DvL35QmZyKHgbY1ahn6wcnLd9Xv9OjiwbAXiiP8MRZwbZrCv1wYNg== +enzyme-to-json@3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.2.tgz#94f85c413bcae8ab67be53b0a94b69a560e27823" + integrity sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg== dependencies: "@types/cheerio" "^0.22.22" - lodash "^4.17.15" + lodash "^4.17.21" react-is "^16.12.0" enzyme@3.11.0: