From 7cb8bd712caa6899829faede73e925ac649f6cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 09:04:25 +0000 Subject: [PATCH] Bump jest-image-snapshot from 4.5.0 to 4.5.1 in /integration Bumps [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/americanexpress/jest-image-snapshot/releases) - [Changelog](https://github.com/americanexpress/jest-image-snapshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/americanexpress/jest-image-snapshot/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: jest-image-snapshot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integration/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/yarn.lock b/integration/yarn.lock index 83ca388c..6f4b4112 100644 --- a/integration/yarn.lock +++ b/integration/yarn.lock @@ -2413,9 +2413,9 @@ jest-haste-map@^26.6.2: fsevents "^2.1.2" jest-image-snapshot@^4.0.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-4.5.0.tgz#77d3a4c37b61eb88cd6ecacef8cecf676cb2ec68" - integrity sha512-9Q1xyjyUsepNgn6/DaMnT4maaCSi3yaDp/xq1bnsOTk/tR3utygOTLOFOwztNrrkWX7HIXcm5PcHC2Mc5iBwUw== + version "4.5.1" + resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-4.5.1.tgz#79fe0419c7729eb1be6c873365307a7b60f5cda0" + integrity sha512-0YkgupgkkCx0wIZkxvqs/oNiUT0X0d2WTpUhaAp+Dy6CpqBUZMRTIZo4KR1f+dqmx6WXrLCvecjnHLIsLkI+gQ== dependencies: chalk "^1.1.3" get-stdin "^5.0.1"