From 9521195b85b12374982f36bb35f20b1e4e025b2d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 21:45:18 +0000 Subject: [PATCH] Bump fetch-mock from 8.2.1 to 8.3.0 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 8.2.1 to 8.3.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v8.2.1...v8.3.0) 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 c8966ad..6856bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6567,9 +6567,9 @@ } }, "fetch-mock": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-8.2.1.tgz", - "integrity": "sha512-v4YRwlAYZQmj+z1geAMn1RRbrnLXA61JtYfj2HdVDFOguzc/wTBYkH1vi78HOUA3DY2GgCLkcD1aq9vLAO/OKA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-8.3.0.tgz", + "integrity": "sha512-khTaO5bUjvlgR8Do7XDtBzLHztDUFej5CvFBByM+B+t4HrE6164QvL5NBATkKiEY/vAfkrsl6taTsxHafwTJIQ==", "dev": true, "requires": { "babel-runtime": "^6.26.0", diff --git a/package.json b/package.json index 00180eb..f0dcd73 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "faker": "^4.1.0", - "fetch-mock": "^8.2.1", + "fetch-mock": "^8.3.0", "fs-extra": "^8.1.0", "iso-639-1": "^2.1.0", "jest-enzyme": "^7.1.2",