From 9e8f47a4ff9a907ad40b782e0cfa5e1f8dde4096 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2019 10:17:35 +0000 Subject: [PATCH] Bump fetch-mock from 7.3.6 to 7.3.7 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 7.3.6 to 7.3.7. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v7.3.6...v7.3.7) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1eee621..b7d87da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8426,9 +8426,9 @@ } }, "fetch-mock": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-7.3.6.tgz", - "integrity": "sha512-o/TgQDn9IVdZlpZcQCg/JytEh+fliDQGiF9HSVDj161OJ3dnrLvHomD4F3gDcqXuDePlRYQ2iz0gtEQ/oG3Wfg==", + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-7.3.7.tgz", + "integrity": "sha512-Tl2OEdsLXaXwv+V61s6Ar38FiGrhKGzokLtToiW1Otu6ei0e+g8Apoug5Zc/AFBipAfuiO/4vXV5IP6/lVApBA==", "dev": true, "requires": { "babel-polyfill": "^6.26.0", diff --git a/package.json b/package.json index f6a3fe2..ffb6ae8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "faker": "^4.1.0", - "fetch-mock": "^7.3.6", + "fetch-mock": "^7.3.7", "fs-extra": "^8.1.0", "jest-enzyme": "^7.0.2", "jest-localstorage-mock": "^2.4.0",