diff --git a/package.json b/package.json index a6b2afe..34af37e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "test": "base test" }, "dependencies": { - "jest-image-snapshot": "^4.4.0", + "jest-image-snapshot": "^6.0.0", "jest-snapshot": "^27.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 87e96f7..a3e8b35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6918,6 +6918,19 @@ jest-image-snapshot@^4.4.0: rimraf "^2.6.2" ssim.js "^3.1.1" +jest-image-snapshot@^6.0.0: + version "6.5.1" + resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-6.5.1.tgz#cc714aff86187ecf38f90c506b443769aff87499" + integrity sha512-xlJFufgfY2Z4DsRsjcnTwxuynvo1bKdhf4OfcEftNuUAK+BwSCUtPmwlBGJhQ0XJXfm9JMAi/4BhQiHbaV8HrA== + dependencies: + chalk "^4.0.0" + get-stdin "^5.0.1" + glur "^1.1.2" + lodash "^4.17.4" + pixelmatch "^5.1.0" + pngjs "^3.4.0" + ssim.js "^3.1.1" + jest-matcher-utils@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a"