diff --git a/package.json b/package.json index a3c2923cf..0436c08f7 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-jest": "22.6.4", "eslint-plugin-prettier": "3.1.0", "jest": "24.8.0", - "jest-image-snapshot": "2.8.1", + "jest-image-snapshot": "2.8.2", "release-it": "10.4.5", "walk-sync": "1.1.3" } diff --git a/yarn.lock b/yarn.lock index fb2ab1428..7fc123ad5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3362,9 +3362,10 @@ jest-haste-map@^24.8.0: optionalDependencies: fsevents "^1.2.7" -jest-image-snapshot@2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-2.8.1.tgz#9b124f265d7df403d9fc163adaa343e1e55d8fb3" +jest-image-snapshot@2.8.2: + version "2.8.2" + resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-2.8.2.tgz#d9e95b8987fdf176a94505cd1b1f22916b11c897" + integrity sha512-gtKgxfW5ifAikNI+fp0c0o/3byOeOUSmYeAELblGzINEZrDGUYxwUZtn5rNrgVuzjgGMBBsKYv/2gIM6VpzLaw== dependencies: chalk "^1.1.3" get-stdin "^5.0.1"