From 31c5154ac623370e3c9cdef4363892c4587e011d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 23:28:48 +0000 Subject: [PATCH] chore(deps-dev): bump jest-image-snapshot from 2.11.0 to 2.11.1 Bumps [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/americanexpress/jest-image-snapshot/releases) - [Commits](https://github.com/americanexpress/jest-image-snapshot/compare/v2.11.0...v2.11.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 50e264b..4de50c7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "commitlint": "^8.2.0", "husky": "^3.1.0", "iltorb": "^2.4.3", - "jest-image-snapshot": "^2.8.2", + "jest-image-snapshot": "^2.11.1", "nock": "^10.0.6", "node-loader": "^0.6.0", "prettier": "^1.17.1", diff --git a/yarn.lock b/yarn.lock index f487865..36ff90a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6167,10 +6167,10 @@ jest-haste-map@^24.9.0: optionalDependencies: fsevents "^1.2.7" -jest-image-snapshot@^2.8.2: - version "2.11.0" - resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-2.11.0.tgz#25d2977a9125bed5c889bc190b327b353a6106c8" - integrity sha512-InfWqQdqIl6ZDWbUs7cZnbbT82AlirB5B0O31HRltCPUOZMJy0D6ln4i+Pk5CtKHK9zVfU4AI2b3LR3YJD2Ddw== +jest-image-snapshot@^2.11.1: + version "2.11.1" + resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-2.11.1.tgz#5fb44d4908c45b59834fecba1fd0c7733b1f0532" + integrity sha512-v3juoanGClyGGMPOz+V/ek1SYuBwdqJ8Gnzv4KIl5WFlEvVyw69N31hJrMcixwYp0LAZDbxZcuw4GTSvpgkyaA== dependencies: chalk "^1.1.3" get-stdin "^5.0.1"