chore(deps): update dependency jest-fetch-mock to v2.1.2

This commit is contained in:
Renovate Bot
2019-04-04 06:04:56 +00:00
committed by renovate[bot]
parent f8d4686aae
commit 3425b75a24
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
"enzyme-adapter-react-16": "1.11.2",
"jest-canvas-mock": "1.1.0",
"jest-date-mock": "1.0.7",
"jest-fetch-mock": "2.1.1",
"jest-fetch-mock": "2.1.2",
"markdownlint-cli": "0.14.1",
"node-sass": "4.11.0"
},

View File

@@ -6258,10 +6258,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"