diff --git a/addons/storyshots/storyshots-puppeteer/package.json b/addons/storyshots/storyshots-puppeteer/package.json index efa9afe8b1ae..9f21ec2de681 100644 --- a/addons/storyshots/storyshots-puppeteer/package.json +++ b/addons/storyshots/storyshots-puppeteer/package.json @@ -26,7 +26,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "@storybook/node-logger": "4.0.0-rc.1", - "jest-image-snapshot": "^2.5.0", + "jest-image-snapshot": "^2.6.0", "puppeteer": "^1.9.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 92a387fb47e7..2d8dfc2cccd9 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "jest-environment-jsdom": "^23.4.0", "jest-enzyme": "^7.0.0", "jest-glamor-react": "^4.3.1", - "jest-image-snapshot": "^2.5.0", + "jest-image-snapshot": "^2.6.0", "jest-jasmine2": "^23.6.0", "jest-preset-angular": "^6.0.1", "jest-raw-loader": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 043d4127aa76..3cce83208f9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12491,10 +12491,10 @@ jest-haste-map@^23.6.0: micromatch "^2.3.11" sane "^2.0.0" -jest-image-snapshot@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-2.5.0.tgz#bb9fbe932a0daa58baf861ab8d7f23a2072dd9e0" - integrity sha512-uES6gncVoy4phmIOJEmAeEqA8hawvbyY6/y6Mh0dHt+JcJMJPWFpeP1dQ2JvoFuCpNWICYC8KhDBJ9a5LAcJcA== +jest-image-snapshot@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-2.6.0.tgz#eda88e08e0a2022c1094d8e2ab5afd3e7c9809e2" + integrity sha512-IQA6HqdIaeCjOoHWqQzRUIEfgDOgnrlXJriTaL7mCEBzGQGW68k5yV/7VRtHtDZ4DJbdfIHOZzeTRcOtpYQA2g== dependencies: chalk "^1.1.3" get-stdin "^5.0.1"