diff --git a/integration/package.json b/integration/package.json index a14c04c2..9f5b071c 100644 --- a/integration/package.json +++ b/integration/package.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "jest": "^26.0.1", - "jest-image-snapshot": "^3.0.1", + "jest-image-snapshot": "^4.0.0", "puppeteer": "^3.0.4" }, "jest": { diff --git a/integration/yarn.lock b/integration/yarn.lock index 6034d4c0..0c8e985d 100644 --- a/integration/yarn.lock +++ b/integration/yarn.lock @@ -2218,10 +2218,10 @@ jest-haste-map@^26.0.1: optionalDependencies: fsevents "^2.1.2" -jest-image-snapshot@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-3.1.0.tgz#eefc91f1570c426c368ae8a8890fef82d678fd5a" - integrity sha512-mzGCCyZlEyQIr6AnKi3KvbFvgOI7445qGPIoyhGm7Qmxw0YLTJMN+rH1WdGcs56ATx0CVM8aMjQMx4dDovlwtQ== +jest-image-snapshot@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-4.0.0.tgz#e0c46b953d04420682d9f5636d186a0e98dd96be" + integrity sha512-kIbc/NcG0D51PS/5fGJrhg0hj6t2zasOIZzTxN6QjBkRLAevdYkm/DqrLgWSX6wU0YZV4hNtayRWCReCjnE44w== dependencies: chalk "^1.1.3" get-stdin "^5.0.1"