From 1069a384a0774cdbffa1bb51dabdc517d83c51f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 21:26:17 +0000 Subject: [PATCH] Bump fetch-mock from 9.7.0 to 9.9.0 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.7.0 to 9.9.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.7.0...v9.9.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f748e8..cd06b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2122,9 +2122,9 @@ } }, "fetch-mock": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.7.0.tgz", - "integrity": "sha512-f7/qRIllBXrVyJ/AWutduAbCo/DuRkStMWweprfFjr+DJhK92aNNFfdVPNxvn4kime/XhGqZZKD/zT8u/ouNvw==", + "version": "9.9.0", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.9.0.tgz", + "integrity": "sha512-2/0FJo23c6xTYQqBKhp2t1kEeJqWcoPCTMDShJx4CS3w0Vjdi2/VO6nKVrcMJyurQEIvZBHZpdIWYdHvLTiA4A==", "dev": true, "requires": { "babel-runtime": "^6.26.0",