From 885482a96a7e877f652ff3585d18fac4b0a8b3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 12:51:38 -0400 Subject: [PATCH] Bump jest-fetch-mock from 2.1.1 to 2.1.2 (#2326) [ci skip] Bumps [jest-fetch-mock](https://github.com/jefflau/jest-fetch-mock) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/jefflau/jest-fetch-mock/releases) - [Commits](https://github.com/jefflau/jest-fetch-mock/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e838e9d5d..eae25f9ec 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "faker": "^4.1.0", "husky": "^1.3.1", "jest": "^23.5.0", - "jest-fetch-mock": "^2.1.1", + "jest-fetch-mock": "^2.1.2", "jsdom": "^14.0.0", "lint-staged": "^8.1.5", "preact-render-spy": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index fce3b3ddf..fc0d1af13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6322,10 +6322,10 @@ jest-environment-node@^23.4.0: jest-mock "^23.2.0" jest-util "^23.4.0" -jest-fetch-mock@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-2.1.1.tgz#fa9c5fdd228fb0d073456658831ae89cec9543e6" - integrity sha512-/E0I80zMRTTExfM7QQZsqizT31EMHCBnqACERd2QR+7riSgta3OcHF3RzakukzQ4o3oEyIi6OleB3PAU6ArgDg== +jest-fetch-mock@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-2.1.2.tgz#1260b347918e3931c4ec743ceaf60433da661bd0" + integrity sha512-tcSR4Lh2bWLe1+0w/IwvNxeDocMI/6yIA2bijZ0fyWxC4kQ18lckQ1n7Yd40NKuisGmcGBRFPandRXrW/ti/Bw== dependencies: cross-fetch "^2.2.2" promise-polyfill "^7.1.1"