From e1a6681f5f9c4739d41bc2f7c39e1d7f93e0c871 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 06:59:36 -0700 Subject: [PATCH] Bump jest-image-snapshot from 3.1.0 to 4.0.0 in /integration (#453) Bumps [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/americanexpress/jest-image-snapshot/releases) - [Changelog](https://github.com/americanexpress/jest-image-snapshot/blob/master/CHANGELOG.md) - [Commits](https://github.com/americanexpress/jest-image-snapshot/compare/v3.1.0...v4.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- integration/package.json | 2 +- integration/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"